aboutsummaryrefslogtreecommitdiff
path: root/test/evp_test.c
AgeCommit message (Expand)AuthorFilesLines
6 hoursAdd FIPS DSA Keygen testsHEADmasterslontis1-18/+66
6 hoursFix evp_test HKDF failure in crosstest 3.1.2 FIPS provider with masterslontis1-0/+10
5 daysAdd FIPS indicator tests for KDFspohsingwu1-1/+6
9 daysAdd RSA Signature restrictions for X9.31 padding in the FIPS provider.slontis1-0/+1
11 daysAdd FIPS indicator support for Triple-DES encryption.slontis1-17/+45
12 daysevp_test: check MAC FIPS approved flagPauli1-0/+18
12 daysDisable DSA signing in the FIPS provider.slontis1-1/+2
2024-07-15Fix coverity-1510058Neil Horman1-2/+4
2024-07-11Add FIPS indicators to evp_testslontis1-152/+640
2024-05-14Add support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan1-1/+1
2024-05-08Fix Coverity issues 1596850, 1596851 and 1596852Tomas Mraz1-1/+3
2024-05-06Add processing by chunks to mac testsVeronika Hanulíková1-8/+32
2024-05-06Add processing by chunks to encoding testsVeronika Hanulíková1-12/+37
2024-05-06Add processing by chunks to digest, sign, verify testsVeronika Hanulíková1-13/+94
2024-05-06Add processing by chunks to cipher tests in evp_testVeronika Hanulíková1-26/+57
2024-05-06Add option for setting size of processed data chunksVeronika Hanulíková1-0/+5
2024-04-09Copyright year updatesRichard Levitte1-1/+1
2024-01-30fix missing null check in kdf_test_ctrlNeil Horman1-8/+9
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman1-1/+1
2023-12-15Fix provider compatibility check crash in evp_testTomas Mraz1-2/+3
2023-12-01evp-cmac: do not seg-fault when getting mac-size before initJames Muir1-1/+22
2023-10-30evp_test.c: There are now 3 parameters possible for digestsTomas Mraz1-1/+1
2023-10-25Blake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead of XOFLENTomas Mraz1-0/+15
2023-09-27evp_test: recondition cipher dupctx FIPS version check.Pauli1-3/+1
2023-09-21Add command line option for setting propquery in evp_testVeronika Hanulíková1-10/+17
2023-09-21Add command line option for setting provider in evp_testVeronika Hanulíková1-1/+12
2023-09-19Postponed further context duplication support for ciphersTomas Mraz1-3/+3
2023-09-17Fix regression in evp_test for provider compat CINeil Horman1-0/+5
2023-09-12make inability to dup/clone ciphers an errorNeil Horman1-6/+22
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos1-4/+4
2023-09-07Copyright year updatesMatt Caswell1-1/+1
2023-08-30Add option for in-place cipher testing in evp_testVeronika Hanulíková1-57/+87
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch1-2/+2
2023-03-17providers: add Argon2 KDFČestmír Kalina1-0/+46
2023-03-17evp_test: add thread supportČestmír Kalina1-0/+11
2023-03-17evp_test: add digest xoflen supportČestmír Kalina1-12/+19
2023-01-23Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki1-0/+6
2022-12-05Drop a spurious printf in evp_test.cMatt Caswell1-1/+0
2022-11-30[test/recipes] Add RFC6979 deterministic DSA KATs in evptest formatslontis1-0/+2
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis1-0/+15
2022-11-29test: add sm4 xts test casesXu Yizhou1-0/+16
2022-09-16With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz1-70/+4
2022-09-16evp_test: allow FIPS provider version based escapes in evp_testPauli1-20/+110
2022-08-04test/evp_test: Test if EVP_DigestSign() set signature's length.Sebastian Andrzej Siewior1-0/+2
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short1-0/+1
2022-07-11Make evp_test skip mac tests if digest or ciphers are disabled.slontis1-6/+20
2022-06-22test/evp_test.c: Add check for OPENSSL_strdupJiasheng Jiang1-4/+8
2022-06-15test/evp_test.c: Check too big output buffer sizes in PKEYKDF testsRichard Levitte1-1/+17
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu1-12/+12
2022-05-03Update copyright yearMatt Caswell1-1/+1