summaryrefslogtreecommitdiff
path: root/test/evp_test.c
Commit message (Expand)AuthorAgeFilesLines
* 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-121-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
* Fail if we fail to fetch the EVP_KEYMGMTMatt Caswell2020-05-281-1/+2
* Rename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp_parameters() to EVP_P...Dr. David von Oheimb2020-05-271-1/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+2
* Update copyright yearMatt Caswell2020-04-231-1/+1
* test/evp_test.c: fix keygen_test_run()Richard Levitte2020-03-121-4/+5
* Params: add argument to the _from_text calls to indicate if the param exists.Pauli2020-02-211-2/+2
* Fix common test framework optionsMatt Caswell2020-02-031-1/+7
* Adapt tests for SM2 changes.Richard Levitte2020-02-021-11/+0
* mdc2: use evp_test instead of a separate test application.Pauli2020-01-191-0/+15
* Fix Use after free when copying cipher ctxShane Lontis2019-11-181-10/+24