Added EVP_KDF (similiar to the EVP_MAC)
[openssl.git] / include / openssl / kdf.h
2019-05-03 Shane LontisAdded EVP_KDF (similiar to the EVP_MAC)
2019-03-19 Shane LontisSingle step kdf implementation
2019-02-27 Simo SorceImplement SSH KDF
2019-02-15 Matt CaswellFix no-stdio
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2018-02-13 Matt CaswellUpdate copyright year
2018-02-09 Nick MathewsonRemove redundant declarations of ERR_load_*_strings()
2017-08-08 Johannes BauerAdd interface to the scrypt KDF by means of PKEY_METHOD
2017-06-07 Rich Salzmake error tables const and separate header file
2017-04-27 Bernd EdlingerAdd parentheses on public macros where appropriate.
2016-11-09 Matt CaswellUpdate HKDF to support separte Extract and Expand steps
2016-07-20 Kurt RoeckxCheck for errors allocating the error strings.
2016-05-23 Rich SalzRemove unused error/function codes.
2016-05-17 Rich SalzCopyright consolidation 03/10
2016-03-03 Alessandro GhediniGH355: Implement HKDF
2016-03-02 Dr. Stephen HensonAdd KDF error codes
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-19 Dr. Stephen HensonAdd TLS PRF method.