ssl/statem: Replace size_t with int and add the checks
[openssl.git] / crypto / evp / kdf_lib.c
2022-10-05 Richard LevitteStop raising ERR_R_MALLOC_FAILURE in most places
2022-07-17 Paulievp: make all _is_a functions accept and handle a NULL...
2021-07-06 Tomas Mrazfips module header inclusion fine-tunning
2021-06-03 Shane LontisFix errors found by parfait static analyser.
2021-06-02 Paulilibcrypto: make XXX_get_number() internal
2021-06-01 Tomas MrazRename all getters to use get/get0 in name
2021-05-24 Shane LontisRename the field 'provctx and data' to 'algctx' inside...
2021-04-26 Tomas MrazAdd type_name member to provided methods and use it
2021-04-18 Rich SalzStandard style for all EVP_xxx_free routines
2021-04-02 Richard LevitteEVP: Add EVP_<TYPE>_description()
2021-03-11 Matt CaswellUpdate copyright year
2021-02-28 Paulievp: add param argument to KDF derive call
2021-02-24 Matt CaswellDon't hold a lock when calling a callback in ossl_namem...
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.