]> git.ipfire.org Git - thirdparty/openssl.git/history - test/evp_test.c
fix some code with obvious wrong coding style
[thirdparty/openssl.git] / test / evp_test.c
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
2020-07-16  Matt CaswellRevert "kdf: make function naming consistent."
2020-07-16  Matt CaswellRevert "The EVP_MAC functions have been renamed for...
2020-07-15  Shane LontisAdd AES_CBC_CTS ciphers to providers
2020-06-24  Paulitest: update EVP tests to include DRBG testing
2020-06-11  PauliThe EVP_MAC functions have been renamed for consistency...
2020-06-11  Paulikdf: make function naming consistent.
2020-05-28  Matt CaswellFail if we fail to fetch the EVP_KEYMGMT
2020-05-27  Dr. David von OheimbRename EVP_PKEY_cmp() to EVP_PKEY_eq() and EVP_PKEY_cmp...
2020-04-24  Rich SalzIn OpenSSL builds, declare STACK for datatypes ...
2020-04-23  Matt CaswellUpdate copyright year
2020-03-12  Richard Levittetest/evp_test.c: fix keygen_test_run()
2020-02-21  PauliParams: add argument to the _from_text calls to indicat...
2020-02-03  Matt CaswellFix common test framework options
2020-02-02  Richard LevitteAdapt tests for SM2 changes.
2020-01-19  Paulimdc2: use evp_test instead of a separate test application.
2019-11-18  Shane LontisFix Use after free when copying cipher ctx
2019-10-23  Simo SorceAdd KRB5KDF from RFC 3961
2019-10-17  Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-08  Shane LontisAdd rc2 ciphers to default provider
2019-10-03  Shane LontisAdd rc5 ciphers to default provider
2019-09-27  PauliConsistent naming for context gettable param queries .
2019-09-12  Richard LevitteModernise the ERR functionality further (new functions...
2019-09-12  Richard Levittetest/evp_test.c: try fetching algorithms
2019-09-12  Paul YangFix test error if scrypt is disabled
2019-09-10  PauliCoverity 1453632 & 1453635: Null pointer dereferences...
2019-09-10  PauliCoverity 1414465: Resource leaks (RESOURCE_LEAK)
2019-09-06  PauliTest updates in light of the KDF switchover
2019-09-04  PauliOSSL_PARAM_construct_utf8_string computes the string...
2019-08-27  Richard LevitteCoverty fixes for MACs
2019-08-24  Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-23  Richard Levittetest/evp_test.c: distinguish parsing errors from proces...
2019-08-18  Patrick SteuerTest for out-of-bounds write when requesting zero bytes...
2019-08-15  Richard LevitteAdapt the MAC tests, and tests for other things that...
2019-08-01  Matt CaswellProperly process the "Availablein" keyword for evp_test
2019-07-26  Richard Levittetest/evp_test.c: modify to use OSSL_PROVIDER_available()
2019-07-16  Rich SalzRemove function name from errors
2019-07-11  Richard Levittetest/evp_test.c: [ciphers] Test that we get back the...
2019-07-08  Shane LontisAdd X9.42 KDF.
2019-07-01  Matt CaswellFix a leak in evp_test
2019-06-04  Shane LontisMove digests to providers
2019-05-08  Tobias NießenAllow specifying the tag after AAD in CCM mode
2019-05-03  Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
2019-04-26  David BenjaminCopy RSA-PSS saltlen in EVP_PKEY_CTX_dup.
2019-02-13  David MakepeaceAdded new EVP/KDF API.
2019-02-11  Shane LontisUpdated test command line parsing to support commmon...
2019-02-06  Antoine Salonblake2: add evpmac test vectors
2019-01-08  FdaSilvaYYFix CID 1434549: Unchecked return value in test/evp_test.c
2018-12-11  Todd ShortAdd RFC5297 AES-SIV support
next