summaryrefslogtreecommitdiffstats
path: root/test (follow)
Commit message (Expand)AuthorAgeFilesLines
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-092-2/+2
* Fix CMP test error on platforms which set OPENSSL_FUNC to '(unknown function)'Shane Lontis2019-10-081-1/+2
* Add rc2 ciphers to default providerShane Lontis2019-10-083-0/+127
* Fix no-autoerrinitMatt Caswell2019-10-071-2/+2
* Fix no-errMatt Caswell2019-10-031-5/+10
* Add a test for the newly added md params codeMatt Caswell2019-10-031-0/+32
* Add rc5 ciphers to default providerShane Lontis2019-10-033-0/+106
* Consistent naming for context gettable param queries .Pauli2019-09-271-2/+2
* Make relevant tests more sensitive to 'no-fips'Richard Levitte2019-09-292-63/+118
* Fix header file include guard namesDr. Matthias St. Pierre2019-09-2813-37/+37
* Reorganize public header files (part 1)Dr. Matthias St. Pierre2019-09-282-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-2815-16/+16
* 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