fix ERR_add_error_vdata() for use with multiple args/calls
[openssl.git] / crypto / kdf / tls1_prf.c
2019-08-24 Richard LevitteGet rid of the diversity of names for MAC parameters
2019-08-19 Richard LevitteUse macros internally for algorithm names
2019-08-15 Richard LevitteAdapt diverse code to provider based MACs.
2019-06-06 Kurt RoeckxReplace EVP_MAC_CTX_copy() by EVP_MAC_CTX_dup()
2019-05-24 David MakepeaceCleaned up tls1_prf and added comments.
2019-05-03 Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2018-12-15 Kurt RoeckxConvert tls1_prf_P_hash to use the EVP_MAC interface
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-03 Rich SalzSet error code on alloc failures
2018-03-20 Matt CaswellUpdate copyright year
2018-03-15 Matt CaswellRename EVP_PKEY_new_private_key()/EVP_PKEY_new_public_key()
2018-03-15 Matt CaswellAdd support for setting raw private HMAC keys
2017-08-21 Matt CaswellMore updates following review feedback
2017-08-21 Matt CaswellRemove OPENSSL_assert() from crypto/kdf
2017-08-03 Johannes BauerAdded differentiation between missing secret and missin...
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
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-03-02 Dr. Stephen HensonAdd KDF error codes
2016-03-02 Dr. Stephen HensonAdd string ctrl operations to TLS1 PRF, update document...
2016-01-19 Dr. Stephen Hensonprf redirection build fixes
2016-01-19 Dr. Stephen HensonAdd TLS PRF method.