aboutsummaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
Commit message (Expand)AuthorAgeFilesLines
* fix missing null check in kdf_test_ctrlNeil Horman2024-01-301-8/+9
* Add appropriate NULL checks in EVP_CIPHER apiNeil Horman2024-01-251-1/+1
* Fix provider compatibility check crash in evp_testTomas Mraz2023-12-151-2/+3
* evp-cmac: do not seg-fault when getting mac-size before initJames Muir2023-12-011-1/+22
* evp_test.c: There are now 3 parameters possible for digestsTomas Mraz2023-10-301-1/+1
* Blake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead of XOFLENTomas Mraz2023-10-251-0/+15
* evp_test: recondition cipher dupctx FIPS version check.Pauli2023-09-271-3/+1
* Add command line option for setting propquery in evp_testVeronika Hanulíková2023-09-211-10/+17
* Add command line option for setting provider in evp_testVeronika Hanulíková2023-09-211-1/+12
* Postponed further context duplication support for ciphersTomas Mraz2023-09-191-3/+3
* Fix regression in evp_test for provider compat CINeil Horman2023-09-171-0/+5
* make inability to dup/clone ciphers an errorNeil Horman2023-09-121-6/+22
* "foo * bar" should be "foo *bar"Dimitri Papadopoulos2023-09-111-4/+4
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Add option for in-place cipher testing in evp_testVeronika Hanulíková2023-08-301-57/+87
* Cast the argument to unsigned char when calling isspace()Michael Baentsch2023-06-091-2/+2
* providers: add Argon2 KDFČestmír Kalina2023-03-171-0/+46
* evp_test: add thread supportČestmír Kalina2023-03-171-0/+11
* evp_test: add digest xoflen supportČestmír Kalina2023-03-171-12/+19
* Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki2023-01-231-0/+6
* Drop a spurious printf in evp_test.cMatt Caswell2022-12-051-1/+0
* [test/recipes] Add RFC6979 deterministic DSA KATs in evptest formatslontis2022-11-301-0/+2
* Implement deterministic ECDSA sign (RFC6979)slontis2022-11-301-0/+15
* test: add sm4 xts test casesXu Yizhou2022-11-291-0/+16
* With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz2022-09-161-70/+4
* evp_test: allow FIPS provider version based escapes in evp_testPauli2022-09-161-20/+110
* test/evp_test: Test if EVP_DigestSign() set signature's length.Sebastian Andrzej Siewior2022-08-041-0/+2
* Implement AES-GCM-SIV (RFC8452)Todd Short2022-07-291-0/+1
* Make evp_test skip mac tests if digest or ciphers are disabled.slontis2022-07-111-6/+20
* test/evp_test.c: Add check for OPENSSL_strdupJiasheng Jiang2022-06-221-4/+8
* test/evp_test.c: Check too big output buffer sizes in PKEYKDF testsRichard Levitte2022-06-151-1/+17
* Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu2022-05-241-12/+12
* Update copyright yearMatt Caswell2022-05-031-1/+1
* str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy2022-04-221-8/+7
* evp_test: Try computing MACs twice with reinitialization of EVP_MAC_CTXTomas Mraz2022-04-191-0/+39
* evp_test: Add testcases for DH KEX with X9.42 KDFTomas Mraz2022-03-141-1/+47
* evp_test: Skip testcase if r parameter is unsupportedTomas Mraz2022-02-111-0/+10
* evp_test: Add the missing check after calling OPENSSL_strdup and sk_OPENSSL_S...Jiasheng Jiang2022-02-071-2/+11
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* evp_test: add a ctx dup operation to the KDF testsPauli2022-02-011-0/+5
* 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