summaryrefslogtreecommitdiffstats
path: root/test/evp_test.c
AgeCommit message (Expand)Author
7 daysAdd support for integrity-only cipher suites for TLS v1.3Rajeev Ranjan
14 daysFix Coverity issues 1596850, 1596851 and 1596852Tomas Mraz
2024-05-06Add processing by chunks to mac testsVeronika Hanulíková
2024-05-06Add processing by chunks to encoding testsVeronika Hanulíková
2024-05-06Add processing by chunks to digest, sign, verify testsVeronika Hanulíková
2024-05-06Add processing by chunks to cipher tests in evp_testVeronika Hanulíková
2024-05-06Add option for setting size of processed data chunksVeronika Hanulíková
2024-04-09Copyright year updatesRichard Levitte
2024-01-30fix missing null check in kdf_test_ctrlNeil Horman
2024-01-25Add appropriate NULL checks in EVP_CIPHER apiNeil Horman
2023-12-15Fix provider compatibility check crash in evp_testTomas Mraz
2023-12-01evp-cmac: do not seg-fault when getting mac-size before initJames Muir
2023-10-30evp_test.c: There are now 3 parameters possible for digestsTomas Mraz
2023-10-25Blake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead of XOFLENTomas Mraz
2023-09-27evp_test: recondition cipher dupctx FIPS version check.Pauli
2023-09-21Add command line option for setting propquery in evp_testVeronika Hanulíková
2023-09-21Add command line option for setting provider in evp_testVeronika Hanulíková
2023-09-19Postponed further context duplication support for ciphersTomas Mraz
2023-09-17Fix regression in evp_test for provider compat CINeil Horman
2023-09-12make inability to dup/clone ciphers an errorNeil Horman
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos
2023-09-07Copyright year updatesMatt Caswell
2023-08-30Add option for in-place cipher testing in evp_testVeronika Hanulíková
2023-06-09Cast the argument to unsigned char when calling isspace()Michael Baentsch
2023-03-17providers: add Argon2 KDFČestmír Kalina
2023-03-17evp_test: add thread supportČestmír Kalina
2023-03-17evp_test: add digest xoflen supportČestmír Kalina
2023-01-23Allow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrievedIngo Franzki
2022-12-05Drop a spurious printf in evp_test.cMatt Caswell
2022-11-30[test/recipes] Add RFC6979 deterministic DSA KATs in evptest formatslontis
2022-11-30Implement deterministic ECDSA sign (RFC6979)slontis
2022-11-29test: add sm4 xts test casesXu Yizhou
2022-09-16With fips provider 3.0.0 skip tests related to explicit curves handlingTomas Mraz
2022-09-16evp_test: allow FIPS provider version based escapes in evp_testPauli
2022-08-04test/evp_test: Test if EVP_DigestSign() set signature's length.Sebastian Andrzej Siewior
2022-07-29Implement AES-GCM-SIV (RFC8452)Todd Short
2022-07-11Make evp_test skip mac tests if digest or ciphers are disabled.slontis
2022-06-22test/evp_test.c: Add check for OPENSSL_strdupJiasheng Jiang
2022-06-15test/evp_test.c: Check too big output buffer sizes in PKEYKDF testsRichard Levitte
2022-05-24Fix check of EVP_CIPHER_CTX_ctrlPeiwei Hu
2022-05-03Update copyright yearMatt Caswell
2022-04-22str[n]casecmp => OPENSSL_strncasecmpDmitry Belyavskiy
2022-04-19evp_test: Try computing MACs twice with reinitialization of EVP_MAC_CTXTomas Mraz
2022-03-14evp_test: Add testcases for DH KEX with X9.42 KDFTomas Mraz
2022-02-11evp_test: Skip testcase if r parameter is unsupportedTomas Mraz
2022-02-07evp_test: Add the missing check after calling OPENSSL_strdup and sk_OPENSSL_S...Jiasheng Jiang
2022-02-05Move e_os.h to include/internalRichard Levitte
2022-02-01evp_test: add a ctx dup operation to the KDF testsPauli
2022-01-25evp_test: Add the missing check after calling OPENSSL_mallocJiasheng Jiang
2022-01-19test: add cipher context dup testPauli