summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* evp_test: Add the missing check after calling OPENSSL_mallocJiasheng Jiang2022-01-251-2/+6
* test: add cipher context dup testPauli2022-01-191-2/+9
* test: add digest context dup testsPauli2022-01-191-12/+25
* Fix: some patches related to error exitingPeiwei Hu2022-01-071-1/+1
* Support different R_BITS lengths for KBKDFPatrick Uiterwijk2021-11-241-0/+6
* Add and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREFIX(), and HAS_CASE_SUF...Dr. David von Oheimb2021-11-171-31/+27
* Add and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX() for checking if string h...Dr. David von Oheimb2021-11-171-18/+12
* fix some code with obvious wrong coding stylex20182021-10-281-6/+6
* Fix dh dupctx refcount errorslontis2021-09-031-2/+9
* Fix the "Out of memory" EVP KDF scrypt testBernd Edlinger2021-08-281-2/+2
* evp_test: use correct size in memory clearPauli2021-06-271-2/+2
* evp_test: address NULL pointer dereference and return failure betterPauli2021-06-261-1/+3
* test: add EVP_Q_mac tests to evp_testPauli2021-06-251-4/+21
* test: add EVP_Q_digest tests to evp_testPauli2021-06-251-1/+23
* evp_test: Support testing of stitched TLS ciphersTomas Mraz2021-06-201-17/+95
* 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