Set error code on alloc failures
[openssl.git] / crypto / kdf / hkdf.c
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