summaryrefslogtreecommitdiffstats
path: root/crypto/evp/kdf_lib.c
AgeCommit message (Expand)Author
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