]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/kdf/hkdf.c
Directly return from final sha3/keccak_final if no bytes are requested
[thirdparty/openssl.git] / crypto / kdf / hkdf.c
2019-05-24  David MakepeaceAdded algorithm description comments to HKDF.
2019-05-03  Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
2019-04-08  Shane LontisCoverity: hkdf ENV_MD_size() is an int that can be...
2019-02-28  Richard LevitteThe use of the likes of UINT32_MAX requires internal...
2019-02-13  David MakepeaceAdded new EVP/KDF API.
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-10-29  Matt CaswellReset the HKDF state between operations
2018-09-04  Shane Lontishkdf zeroization fix
2018-04-17  Richard LevitteUpdate copyright year
2018-04-03  Rich SalzSet error code on alloc failures
2017-08-03  Johannes BauerFix indentation
2017-08-03  Johannes BauerChanged use of EVP_PKEY_CTX_md() and more specific...
2017-08-03  Johannes BauerMore error handling to HKDF and one more case in TLS1-PRF
2017-08-03  Johannes BauerSet error when HKDF used without parameters
2016-11-09  Matt CaswellFollowing the changes to HKDF to accept a mode, add...
2016-11-09  Matt CaswellUpdate HKDF to support separte Extract and Expand steps
2016-05-17  Rich SalzCopyright consolidation 07/10
2016-03-03  Alessandro GhediniGH355: Implement HKDF