summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly detect decode errors when checking if a key is supportedMatt Caswell2021-06-081-0/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-20/+21
* test: add evp_tests for the MAC size and block sizePauli2021-05-251-2/+42
* mac: allow XOF MACs to be specified either via control or via the dedicated f...Pauli2021-05-051-14/+36
* Add testing for updated cipher IVJon Spillett2021-04-281-0/+17
* TEST: Adapt the EVP testRichard Levitte2021-04-211-5/+7
* Fix naming for EVP_RAND_CTX_gettable functions.Pauli2021-04-171-5/+5
* APPS and TEST: Make sure prog name is set for usage outputDr. David von Oheimb2021-04-141-2/+1
* Add domain parameter match check for DH and ECDH key exchange.Shane Lontis2021-04-141-2/+6
* Add a range check (from SP800-56Ar3) to DH key derivation.Shane Lontis2021-04-011-1/+1
* test: coverity 1455749 - dereference after null checkPauli2021-03-201-3/+4
* test: coverity 1455747 - dereference after null checkPauli2021-03-201-3/+4
* test: support params arguments to init functionsPauli2021-03-111-3/+3
* Reword repeated words.Shane Lontis2021-03-091-1/+1
* test: update tests to allow for params argument for the instantiate call on E...Pauli2021-02-281-4/+3
* test: adjust tests to include extra argument to KDF derive callPauli2021-02-281-1/+1
* evp_test: updates for the new additional MAC_init argumentsPauli2021-02-281-10/+1
* Update copyright yearRichard Levitte2021-01-281-1/+1
* Deprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_exRich Salz2021-01-211-2/+14
* Rename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_state for clarityTomas Mraz2021-01-181-1/+1
* Drop OPENSSL_NO_RSA everywhereRichard Levitte2020-12-201-4/+0
* Use adapted test_get_libctx() for simpler test setup and better error reportingDr. David von Oheimb2020-12-101-12/+2
* Add EVP_KDF-X942 to the fips moduleShane Lontis2020-12-021-9/+8
* test cleanup: move helper .c and .h files to test/helpers/Dr. David von Oheimb2020-12-011-1/+3
* Fix dsa securitycheck for fips.Shane Lontis2020-11-161-0/+2
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-7/+7
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-17/+14
* Add option to fipsinstall to disable fips security checks at run time.Shane Lontis2020-09-181-4/+36
* Add 'fips-securitychecks' option and plumb this into the actual fips checksShane Lontis2020-09-181-1/+8
* Add fips checks for ecdsa signaturesShane Lontis2020-09-181-2/+5
* EVP: Centralise fetching error reportingRichard Levitte2020-09-131-2/+1
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-2/+0
* EC: Remove one error record that shadows anotherRichard Levitte2020-09-031-1/+2
* TEST: have key_unsupported() in evp_test.c look at the last errorRichard Levitte2020-09-031-1/+1
* Extend the provider MAC bridge for CMACMatt Caswell2020-08-291-2/+4
* Fix coverity CID #1465790 - Dereference after NULL check in evp_test.cShane Lontis2020-08-241-2/+2
* TEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_PrivateKey_ex()Richard Levitte2020-08-201-1/+1
* Test that EVP_default_properties_is_fips_enabled() works earlyMatt Caswell2020-08-171-1/+2
* Avoid deprecated API in evp_test.cBenjamin Kaduk2020-08-111-6/+10
* Remove a TODO from evp_testMatt Caswell2020-08-101-15/+2
* Add some of the missing CMS API documentationShane Lontis2020-08-091-5/+5
* Add evp_test fixes.Shane Lontis2020-08-071-245/+421
* evp_test: use correct deallocation for EVP_CIPHERPauli2020-07-221-1/+1
* evp_test: use correct deallocation for EVP_MDPauli2020-07-221-1/+1
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-5/+4
* Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell2020-07-161-3/+3
* Add AES_CBC_CTS ciphers to providersShane Lontis2020-07-151-0/+18
* test: update EVP tests to include DRBG testingPauli2020-06-241-0/+286
* The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli2020-06-111-3/+3
* kdf: make function naming consistent.Pauli2020-06-111-4/+5