summaryrefslogtreecommitdiffstats
path: root/test
AgeCommit message (Expand)Author
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-10-08Fix CMP test error on platforms which set OPENSSL_FUNC to '(unknown function)'Shane Lontis
2019-10-08Add rc2 ciphers to default providerShane Lontis
2019-10-07Fix no-autoerrinitMatt Caswell
2019-10-03Fix no-errMatt Caswell
2019-10-03Add a test for the newly added md params codeMatt Caswell
2019-10-03Add rc5 ciphers to default providerShane Lontis
2019-09-27Consistent naming for context gettable param queries .Pauli
2019-09-29Make relevant tests more sensitive to 'no-fips'Richard Levitte
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize public header files (part 1)Dr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-27[KDF] Add KBKDF implementation for counter-mode HMACRobbie Harwood
2019-09-27 Certificate Management Protocol (CMP, RFC 4210) extension to OpenSSLDr. David von Oheimb
2019-09-25Add rc4 cipher to default providerShane Lontis
2019-09-23Add SSKDF test vectors from RFC 8636Simo Sorce
2019-09-23Add des ciphers to default providerShane Lontis
2019-09-19Add aes_ocb cipher to providersShane Lontis
2019-09-19Add sm4 ciphers to default providerShane Lontis
2019-09-18Add SEED ciphers to default providerShane Lontis
2019-09-18Add cast5 ciphers to default providerShane Lontis
2019-09-18Add IDEA ciphers to default providerShane Lontis
2019-09-15Add fips module integrity checkShane Lontis
2019-09-14Add aes_xts cipher to providersShane Lontis
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte
2019-09-12Rework test/run_tests.pl to support selective verbosity and TAP copyRichard Levitte
2019-09-12test/evp_test.c: try fetching algorithmsRichard Levitte
2019-09-12Rework the perl fallback functionalityRichard Levitte
2019-09-12Fix no-dsaMatt Caswell
2019-09-12Fix test error if scrypt is disabledPaul Yang
2019-09-11drbg: ensure fork-safety without using a pthread_atfork handlerDr. Matthias St. Pierre
2019-09-11Add EVP_CIPHER_CTX_tag_length()Shane Lontis
2019-09-11Update tests to (mostly) use KDF namesPauli
2019-09-11Coverity 1453632 & 1453635: Null pointer dereferences (FORWARD_NULL)Pauli
2019-09-11Coverity 1414465: Resource leaks (RESOURCE_LEAK)Pauli
2019-09-09[test] ECC: check the bounds for auto computing cofactorBilly Brumley
2019-09-09Revise EVP_PKEY param handlingMatt Caswell
2019-09-09Check the DH modulus bit lengthBernd Edlinger
2019-09-09Uniform TEST_*() check usage in test/ectest.cNicola Tuveri
2019-09-09Fix spacing nit in test/ectest.cNicola Tuveri
2019-09-09[ec] Match built-in curves on EC_GROUP_new_from_ecparametersNicola Tuveri
2019-09-07[test] computing ECC cofactors: regression testBilly Brumley
2019-09-06Lowercase command line 'N' argument since params have lower case namesPauli
2019-09-06More KDF cleanupRichard Levitte
2019-09-06Update EVP test data for KDFs and PRFs.Pauli
2019-09-06Test updates in light of the KDF switchoverPauli
2019-09-06Teach TLSProxy how to parse CertificateRequest messagesMatt Caswell
2019-09-05[test] computing ECC cofactors: regression testBilly Brumley
2019-09-05Change provider params from int to size_tShane Lontis