hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / crypto / evp / cmeth_lib.c
2023-09-07 Matt CaswellCopyright year updates
2023-07-01 Paulievp: update to structure based atomics
2021-07-27 Matt CaswellFix EVP_MD_meth_dup and EVP_CIPHER_meth_dup
2021-04-22 Matt CaswellUpdate copyright year
2021-04-18 Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2020-08-06 Matt CaswellUpdate copyright year
2020-07-22 PauliEVP: deprecate the EVP_X_meth_ functions.
2019-09-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-05 Dmitry BelyavskiyReverting check to correct
2019-09-05 Dmitry BelyavskiyDisallow change EVP_CIPHER properties once set
2019-09-04 Richard LevitteNew function EVP_CIPHER_free()
2019-07-23 Richard LevitteAdd a mechnism to save the name of fetched methods
2019-06-28 Matt CaswellRename EVP_MD_upref/EVP_CIPHER_upref to EVP_MD_up_ref...
2019-04-19 Matt CaswellMake EVP_Encrypt*/EVP_Decrypt* and EVP_Cipher* provider...
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2016-05-17 Rich SalzCopyright consolidation 05/10
2016-02-08 Rich SalzGH641: Don't care openssl_zmalloc
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-12 Richard LevitteMake EVP_CIPHER opaque and add creator/destructor/acces...