summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
AgeCommit message (Expand)Author
2021-05-05mac: allow XOF MACs to be specified either via control or via the dedicated f...Pauli
2021-04-28Add testing for updated cipher IVJon Spillett
2021-04-21TEST: Adapt the EVP testRichard Levitte
2021-04-17Fix naming for EVP_RAND_CTX_gettable functions.Pauli
2021-04-14APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb
2021-04-14Add domain parameter match check for DH and ECDH key exchange.Shane Lontis
2021-04-01Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis
2021-03-20test: coverity 1455749 - dereference after null checkPauli
2021-03-20test: coverity 1455747 - dereference after null checkPauli
2021-03-12test: support params arguments to init functionsPauli
2021-03-09Reword repeated words.Shane Lontis
2021-02-28test: update tests to allow for params argument for the instantiate call on E...Pauli
2021-02-28test: adjust tests to include extra argument to KDF derive callPauli
2021-02-28evp_test: updates for the new additional MAC_init argumentsPauli
2021-01-28Update copyright yearRichard Levitte
2021-01-21Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_exRich Salz
2021-01-18Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz
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