hkdf: when HMAC key is all zeros, still set a valid key length
[openssl.git] / include / openssl / kdf.h
2021-06-02 Paulilibcrypto: make XXX_get_number() internal
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-04-02 Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-02-28 Paulievp: add param argument to KDF derive call
2021-02-26 Paulievp: support modified gettable/settable ctx calls for...
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
2021-02-24 Richard LevitteAllow the sshkdf type to be passed as a single character
2021-02-18 Matt CaswellUpdate copyright year
2021-01-28 Juergen ChristRemove superfluous EVP_KDF_CTRL_ defines.
2021-01-28 Juergen ChristFix parameter types in sshkdf
2020-10-22 Shane LontisRename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
2020-10-15 Dr. Matthias St... Rename OPENSSL_CTX prefix to OSSL_LIB_CTX
2020-09-23 Paulikdf/mac: add name query calls for KDFs and MACs
2020-08-10 Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10 Matt CaswellExtend the EVP_PKEY KDF to KDF provider bridge to also...
2020-08-10 Matt CaswellImplement a EVP_PKEY KDF to KDF provider bridge
2020-07-16 Matt CaswellRevert "kdf: make function naming consistent."
2020-06-25 Matt CaswellUpdate copyright year
2020-06-11 Paulikdf: make function naming consistent.
2019-11-07 Richard LevitteUpdate source files for deprecation at 3.0
2019-10-17 Richard LevitteEVP: add functions that return the name number
2019-10-17 Richard LevitteEVP: add name traversal functions to all fetchable...
2019-10-17 Richard LevitteEVP: add missing common functionality
2019-09-27 PauliConsistent naming for context gettable param queries .
2019-09-28 Dr. Matthias St... Add legacy include guards to public header files
2019-09-28 Dr. Matthias St... Fix header file include guard names
2019-09-28 Dr. Matthias St... Reorganize public header files (part 1)
2019-09-06 Richard LevitteMore KDF cleanup
2019-09-06 PauliKDF/PRF updates to libcrypto
2019-07-08 Shane LontisAdd X9.42 KDF.
2019-06-11 Shane LontisPBKDF2 updates to conform to SP800-132
2019-05-16 Shane LontisAdded X963KDF API
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.