summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
AgeCommit message (Expand)Author
2020-12-20Drop OPENSSL_NO_RSA everywhereRichard Levitte
2020-12-10Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb
2020-12-02Add EVP_KDF-X942 to the fips moduleShane Lontis
2020-12-01test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb
2020-11-16Fix dsa securitycheck for fips.Shane Lontis
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-18Add option to fipsinstall to disable fips security checks at run time.Shane Lontis
2020-09-18Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis
2020-09-18Add fips checks for ecdsa signaturesShane Lontis
2020-09-13EVP: Centralise fetching error reportingRichard Levitte
2020-09-13Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell
2020-09-03EC: Remove one error record that shadows anotherRichard Levitte
2020-09-03TEST: have key_unsupported() in evp_test.c look at the last errorRichard Levitte
2020-08-29Extend the provider MAC bridge for CMACMatt Caswell
2020-08-24Fix coverity CID #1465790 - Dereference after NULL check in evp_test.cShane Lontis
2020-08-20TEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_PrivateKey_ex()Richard Levitte
2020-08-17Test that EVP_default_properties_is_fips_enabled() works earlyMatt Caswell
2020-08-11Avoid deprecated API in evp_test.cBenjamin Kaduk
2020-08-10Remove a TODO from evp_testMatt Caswell
2020-08-09Add some of the missing CMS API documentationShane Lontis
2020-08-07Add evp_test fixes.Shane Lontis
2020-07-22evp_test: use correct deallocation for EVP_CIPHERPauli
2020-07-22evp_test: use correct deallocation for EVP_MDPauli
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell
2020-07-15Add AES_CBC_CTS ciphers to providersShane Lontis
2020-06-24test: update EVP tests to include DRBG testingPauli
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli
2020-06-11kdf: make function naming consistent.Pauli
2020-05-28Fail if we fail to fetch the EVP_KEYMGMTMatt Caswell
2020-05-27Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-03-12test/evp_test.c: fix keygen_test_run()Richard Levitte
2020-02-21Params: add argument to the _from_text calls to indicate if the param exists.Pauli
2020-02-03Fix common test framework optionsMatt Caswell
2020-02-02Adapt tests for SM2 changes.Richard Levitte
2020-01-19mdc2: use evp_test instead of a separate test application.Pauli
2019-11-18Fix Use after free when copying cipher ctxShane Lontis
2019-10-23Add KRB5KDF from RFC 3961Simo Sorce
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte
2019-10-08Add rc2 ciphers to default providerShane Lontis
2019-10-03Add rc5 ciphers to default providerShane Lontis
2019-09-27Consistent naming for context gettable param queries .Pauli
2019-09-12Modernise the ERR functionality further (new functions and deprecations)Richard Levitte
2019-09-12test/evp_test.c: try fetching algorithmsRichard Levitte
2019-09-12Fix test error if scrypt is disabledPaul Yang
2019-09-11Coverity 1453632 & 1453635: Null pointer dereferences (FORWARD_NULL)Pauli
2019-09-11Coverity 1414465: Resource leaks (RESOURCE_LEAK)Pauli