summaryrefslogtreecommitdiff
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-2815-17/+17
* [KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood2019-09-271-0/+90
* Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb2019-09-277-0/+1202
* Add rc4 cipher to default providerShane Lontis2019-09-253-32/+65
* Add SSKDF test vectors from RFC 8636Simo Sorce2019-09-231-0/+20
* Add des ciphers to default providerShane Lontis2019-09-233-44/+67
* Add aes_ocb cipher to providersShane Lontis2019-09-191-0/+24
* Add sm4 ciphers to default providerShane Lontis2019-09-193-31/+42
* Add SEED ciphers to default providerShane Lontis2019-09-183-50/+316
* Add cast5 ciphers to default providerShane Lontis2019-09-182-0/+388
* Add IDEA ciphers to default providerShane Lontis2019-09-182-0/+557
* Add fips module integrity checkShane Lontis2019-09-157-340/+370
* Add aes_xts cipher to providersShane Lontis2019-09-141-9/+9
* Modernise the ERR functionality further (new functions and deprecations)Richard Levitte2019-09-122-5/+3
* Rework test/run_tests.pl to support selective verbosity and TAP copyRichard Levitte2019-09-121-53/+152
* test/evp_test.c: try fetching algorithmsRichard Levitte2019-09-121-2/+16
* Rework the perl fallback functionalityRichard Levitte2019-09-121-3/+5
* Fix no-dsaMatt Caswell2019-09-121-0/+4
* Fix test error if scrypt is disabledPaul Yang2019-09-121-1/+2
* drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre2019-09-111-0/+45
* Add EVP_CIPHER_CTX_tag_length()Shane Lontis2019-09-112-0/+5
* Update tests to (mostly) use KDF namesPauli2019-09-111-11/+11
* Coverity 1453632 & 1453635: Null pointer dereferences (FORWARD_NULL)Pauli2019-09-111-2/+3
* Coverity 1414465: Resource leaks (RESOURCE_LEAK)Pauli2019-09-111-1/+3
* [test] ECC: check the bounds for auto computing cofactorBilly Brumley2019-09-091-0/+91
* Revise EVP_PKEY param handlingMatt Caswell2019-09-091-0/+114
* Check the DH modulus bit lengthBernd Edlinger2019-09-091-3/+13
* Uniform TEST_*() check usage in test/ectest.cNicola Tuveri2019-09-091-13/+13
* Fix spacing nit in test/ectest.cNicola Tuveri2019-09-091-1/+1
* [ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri2019-09-091-0/+267
* [test] computing ECC cofactors: regression testBilly Brumley2019-09-071-5/+5
* Lowercase command line 'N' argument since params have lower case namesPauli2019-09-061-1/+1
* More KDF cleanupRichard Levitte2019-09-061-12/+31
* Update EVP test data for KDFs and PRFs.Pauli2019-09-061-13/+13
* Test updates in light of the KDF switchoverPauli2019-09-062-148/+224
* Teach TLSProxy how to parse CertificateRequest messagesMatt Caswell2019-09-063-19/+131
* [test] computing ECC cofactors: regression testBilly Brumley2019-09-051-3/+86
* Change provider params from int to size_tShane Lontis2019-09-051-3/+4
* Move libapps.a source to apps/libRichard Levitte2019-09-041-7/+8
* OSSL_PARAM_construct_utf8_string computes the string length.Pauli2019-09-041-4/+2
* New function EVP_CIPHER_free()Richard Levitte2019-09-041-5/+5
* New function EVP_MD_free()Richard Levitte2019-09-041-5/+5
* test/errtest.c: more conditions for checking __FILE__ and __LINE__Richard Levitte2019-09-031-5/+9
* Remove extern declarations of OPENSSL_ia32cap_PBernd Edlinger2019-09-011-5/+1
* Fix no-ecMatt Caswell2019-08-291-2/+2
* openssl provider: New sub-command, for provider discoveryRichard Levitte2019-08-281-0/+47
* Coverty fixes for MACsRichard Levitte2019-08-271-3/+5
* testing: set OPENSSL_MODULES to the providers directory by defaultRichard Levitte2019-08-275-9/+0
* Cleanup ciphers and Add 3des ciphers.Shane Lontis2019-08-261-0/+10
* Get rid of the diversity of names for MAC parametersRichard Levitte2019-08-242-21/+39