summaryrefslogtreecommitdiffstats
path: root/crypto/evp/kdf_lib.c
AgeCommit message (Expand)Author
2021-04-02EVP: Add EVP_<TYPE>_description()Richard Levitte
2021-03-11Update copyright yearMatt Caswell
2021-02-28evp: add param argument to KDF derive callPauli
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-22Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().Shane Lontis
2020-10-22Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().Shane Lontis
2020-09-23kdf/mac: add name query calls for KDFs and MACsPauli
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell
2020-06-11kdf: make function naming consistent.Pauli
2020-04-23Update copyright yearMatt Caswell
2020-01-17Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte
2019-10-17EVP: add functions that return the name numberRichard Levitte
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte
2019-10-17EVP: add missing common functionalityRichard Levitte
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-19In provider implemented methods, save the name number, not the name stringRichard Levitte
2019-09-12Pass the correct ctx to provider KDF functionsMatt Caswell
2019-09-11Coverity 1453628: Null pointer dereferences (REVERSE_INULL)Pauli
2019-09-06KDF/PRF updates to libcryptoPauli
2019-05-16Added X963KDF APIShane Lontis
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis
2019-03-19Single step kdf implementationShane Lontis
2019-02-27Implement SSH KDFSimo Sorce
2019-02-13Added new EVP/KDF API.David Makepeace