aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/kdf_lib.c
AgeCommit message (Expand)AuthorFilesLines
2022-10-11Update copyright yearMatt Caswell1-1/+1
2022-07-17evp: make all _is_a functions accept and handle a NULL argumentPauli1-1/+1
2021-07-06fips module header inclusion fine-tunningTomas Mraz1-3/+0
2021-06-03Fix errors found by parfait static analyser.Shane Lontis1-1/+1
2021-06-02libcrypto: make XXX_get_number() internalPauli1-1/+1
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-4/+4
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis1-12/+12
2021-04-26Add type_name member to provided methods and use itTomas Mraz1-3/+1
2021-04-18Standard style for all EVP_xxx_free routinesRich Salz1-6/+6
2021-04-02EVP: Add EVP_<TYPE>_description()Richard Levitte1-0/+5
2021-03-11Update copyright yearMatt Caswell1-1/+1
2021-02-28evp: add param argument to KDF derive callPauli1-2/+3
2021-02-25Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell1-4/+6
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-3/+3
2020-10-22Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().Shane Lontis1-1/+1
2020-10-22Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().Shane Lontis1-1/+1
2020-09-23kdf/mac: add name query calls for KDFs and MACsPauli1-0/+7
2020-07-16Revert "kdf: make function naming consistent."Matt Caswell1-10/+10
2020-06-11kdf: make function naming consistent.Pauli1-10/+10
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-01-17Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte1-1/+1
2019-10-17EVP: add functions that return the name numberRichard Levitte1-0/+5
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte1-5/+8
2019-10-17EVP: add missing common functionalityRichard Levitte1-0/+5
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-2/+2
2019-09-19In provider implemented methods, save the name number, not the name stringRichard Levitte1-1/+1
2019-09-12Pass the correct ctx to provider KDF functionsMatt Caswell1-1/+1
2019-09-11Coverity 1453628: Null pointer dereferences (REVERSE_INULL)Pauli1-1/+1
2019-09-06KDF/PRF updates to libcryptoPauli1-57/+83
2019-05-16Added X963KDF APIShane Lontis1-3/+5
2019-05-03Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis1-66/+32
2019-03-19Single step kdf implementationShane Lontis1-0/+1
2019-02-27Implement SSH KDFSimo Sorce1-1/+2
2019-02-13Added new EVP/KDF API.David Makepeace1-0/+165