Clean away unnecessary length related OSSL_PARAM key names
[openssl.git] / crypto / evp / kdf_lib.c
2020-11-13 Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-10-22 Shane LontisRename EVP_KDF_reset() to EVP_KDF_CTX_reset().
2020-10-22 Shane LontisRename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().
2020-09-23 Paulikdf/mac: add name query calls for KDFs and MACs
2020-07-16 Matt CaswellRevert "kdf: make function naming consistent."
2020-06-11 Paulikdf: make function naming consistent.
2020-04-23 Matt CaswellUpdate copyright year
2020-01-17 Richard LevitteModify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle...
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-28 Dr. Matthias St... Reorganize local header files
2019-09-28 Dr. Matthias St... Reorganize private crypto header files
2019-09-19 Richard LevitteIn provider implemented methods, save the name number...
2019-09-12 Matt CaswellPass the correct ctx to provider KDF functions
2019-09-10 PauliCoverity 1453628: Null pointer dereferences (REVERSE_INULL)
2019-09-06 PauliKDF/PRF updates to libcrypto
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-13 David MakepeaceAdded new EVP/KDF API.