Fix grammar in certificates.txt
[openssl.git] / test / evp_test.c
2024-04-09 Richard LevitteCopyright year updates
2024-01-30 Neil Hormanfix missing null check in kdf_test_ctrl
2024-01-25 Neil HormanAdd appropriate NULL checks in EVP_CIPHER api
2023-12-15 Tomas MrazFix provider compatibility check crash in evp_test
2023-12-01 James Muirevp-cmac: do not seg-fault when getting mac-size before...
2023-10-30 Tomas Mrazevp_test.c: There are now 3 parameters possible for...
2023-10-25 Tomas MrazBlake2b: Use OSSL_DIGEST_PARAM_SIZE as settable instead...
2023-09-27 Paulievp_test: recondition cipher dupctx FIPS version check.
2023-09-21 Veronika HanulíkováAdd command line option for setting propquery in evp_test
2023-09-21 Veronika HanulíkováAdd command line option for setting provider in evp_test
2023-09-19 Tomas MrazPostponed further context duplication support for ciphers
2023-09-17 Neil HormanFix regression in evp_test for provider compat CI
2023-09-12 Neil Hormanmake inability to dup/clone ciphers an error
2023-09-11 Dimitri Papadopoulos"foo * bar" should be "foo *bar"
2023-09-07 Matt CaswellCopyright year updates
2023-08-30 Veronika HanulíkováAdd option for in-place cipher testing in evp_test
2023-06-09 Michael BaentschCast the argument to unsigned char when calling isspace()
2023-03-17 Čestmír Kalinaproviders: add Argon2 KDF
2023-03-17 Čestmír Kalinaevp_test: add thread support
2023-03-17 Čestmír Kalinaevp_test: add digest xoflen support
2023-01-23 Ingo FranzkiAllow OSSL_SIGNATURE_PARAM_NONCE_TYPE to be retrieved
2022-12-05 Matt CaswellDrop a spurious printf in evp_test.c
2022-11-30 slontis[test/recipes] Add RFC6979 deterministic DSA KATs in...
2022-11-30 slontisImplement deterministic ECDSA sign (RFC6979)
2022-11-29 Xu Yizhoutest: add sm4 xts test cases
2022-09-15 Tomas MrazWith fips provider 3.0.0 skip tests related to explicit...
2022-09-15 Paulievp_test: allow FIPS provider version based escapes...
2022-08-04 Sebastian Andrzej... test/evp_test: Test if EVP_DigestSign() set signature...
2022-07-29 Todd ShortImplement AES-GCM-SIV (RFC8452)
2022-07-10 slontisMake evp_test skip mac tests if digest or ciphers are...
2022-06-22 Jiasheng Jiangtest/evp_test.c: Add check for OPENSSL_strdup
2022-06-15 Richard Levittetest/evp_test.c: Check too big output buffer sizes...
2022-05-24 Peiwei HuFix check of EVP_CIPHER_CTX_ctrl
2022-05-03 Matt CaswellUpdate copyright year
2022-04-22 Dmitry Belyavskiystr[n]casecmp => OPENSSL_strncasecmp
2022-04-19 Tomas Mrazevp_test: Try computing MACs twice with reinitializatio...
2022-03-14 Tomas Mrazevp_test: Add testcases for DH KEX with X9.42 KDF
2022-02-11 Tomas Mrazevp_test: Skip testcase if r parameter is unsupported
2022-02-07 Jiasheng Jiangevp_test: Add the missing check after calling OPENSSL_s...
2022-02-05 Richard LevitteMove e_os.h to include/internal
2022-02-01 Paulievp_test: add a ctx dup operation to the KDF tests
2022-01-25 Jiasheng Jiangevp_test: Add the missing check after calling OPENSSL_m...
2022-01-19 Paulitest: add cipher context dup test
2022-01-19 Paulitest: add digest context dup tests
2022-01-07 Peiwei HuFix: some patches related to error exiting
2021-11-24 Patrick UiterwijkSupport different R_BITS lengths for KBKDF
2021-11-17 Dr. David von OheimbAdd and use HAS_CASE_PREFIX(), CHECK_AND_SKIP_CASE_PREF...
2021-11-17 Dr. David von OheimbAdd and use HAS_PREFIX() and CHECK_AND_SKIP_PREFIX...
2021-10-28 x2018fix some code with obvious wrong coding style
2021-09-03 slontisFix dh dupctx refcount error
2021-08-28 Bernd EdlingerFix the "Out of memory" EVP KDF scrypt test
2021-06-27 Paulievp_test: use correct size in memory clear
2021-06-26 Paulievp_test: address NULL pointer dereference and return...
2021-06-25 Paulitest: add EVP_Q_mac tests to evp_test
2021-06-25 Paulitest: add EVP_Q_digest tests to evp_test
2021-06-20 Tomas Mrazevp_test: Support testing of stitched TLS ciphers
2021-06-08 Matt CaswellCorrectly detect decode errors when checking if a key...
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-25 Paulitest: add evp_tests for the MAC size and block size
2021-05-05 Paulimac: allow XOF MACs to be specified either via control...
2021-04-28 Jon SpillettAdd testing for updated cipher IV
2021-04-21 Richard LevitteTEST: Adapt the EVP test
2021-04-17 PauliFix naming for EVP_RAND_CTX_gettable functions.
2021-04-14 Dr. David von OheimbAPPS and TEST: Make sure prog name is set for usage...
2021-04-14 Shane LontisAdd domain parameter match check for DH and ECDH key...
2021-03-31 Shane LontisAdd a range check (from SP800-56Ar3) to DH key derivation.
2021-03-20 Paulitest: coverity 1455749 - dereference after null check
2021-03-20 Paulitest: coverity 1455747 - dereference after null check
2021-03-11 Paulitest: support params arguments to init functions
2021-03-09 Shane LontisReword repeated words.
2021-02-28 Paulitest: update tests to allow for params argument for...
2021-02-28 Paulitest: adjust tests to include extra argument to KDF...
2021-02-28 Paulievp_test: updates for the new additional MAC_init arguments
2021-01-28 Richard LevitteUpdate copyright year
2021-01-21 Rich SalzDeprecate EVP_KEY_new_CMAC_key and EVP_PKEY_new_CMAC_key_ex
2021-01-18 Tomas MrazRename EVP_CIPHER_CTX_get_iv and EVP_CIPHER_CTX_get_iv_...
2020-12-20 Richard LevitteDrop OPENSSL_NO_RSA everywhere
2020-12-10 Dr. David von OheimbUse adapted test_get_libctx() for simpler test setup...
2020-12-02 Shane LontisAdd EVP_KDF-X942 to the fips module
2020-12-01 Dr. David von Oheimbtest cleanup: move helper .c and .h files to test/helpers/
2020-11-16 Shane LontisFix dsa securitycheck for fips.
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-10-01 Matt CaswellRun the withlibctx.pl script
2020-09-18 Shane LontisAdd option to fipsinstall to disable fips security...
2020-09-18 Shane LontisAdd 'fips-securitychecks' option and plumb this into...
2020-09-18 Shane LontisAdd fips checks for ecdsa signatures
2020-09-13 Richard LevitteEVP: Centralise fetching error reporting
2020-09-13 Matt CaswellFix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENS...
2020-09-03 Richard LevitteEC: Remove one error record that shadows another
2020-09-03 Richard LevitteTEST: have key_unsupported() in evp_test.c look at...
2020-08-29 Matt CaswellExtend the provider MAC bridge for CMAC
2020-08-24 Shane LontisFix coverity CID #1465790 - Dereference after NULL...
2020-08-20 Richard LevitteTEST: Use PEM_read_bio_PUBKEY_ex() and PEM_read_bio_Pri...
2020-08-17 Matt CaswellTest that EVP_default_properties_is_fips_enabled()...
2020-08-11 Benjamin KadukAvoid deprecated API in evp_test.c
2020-08-10 Matt CaswellRemove a TODO from evp_test
2020-08-09 Shane LontisAdd some of the missing CMS API documentation
2020-08-07 Shane LontisAdd evp_test fixes.
2020-07-22 Paulievp_test: use correct deallocation for EVP_CIPHER
2020-07-22 Paulievp_test: use correct deallocation for EVP_MD
next