summaryrefslogtreecommitdiff
path: root/crypto/evp/kdf_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-5/+3
* evp: make all _is_a functions accept and handle a NULL argumentPauli2022-07-171-1/+1
* fips module header inclusion fine-tunningTomas Mraz2021-07-061-3/+0
* Fix errors found by parfait static analyser.Shane Lontis2021-06-031-1/+1
* libcrypto: make XXX_get_number() internalPauli2021-06-021-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-4/+4
* Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis2021-05-241-12/+12
* Add type_name member to provided methods and use itTomas Mraz2021-04-261-3/+1
* Standard style for all EVP_xxx_free routinesRich Salz2021-04-181-6/+6
* EVP: Add EVP_<TYPE>_description()Richard Levitte2021-04-021-0/+5
* Update copyright yearMatt Caswell2021-03-111-1/+1
* evp: add param argument to KDF derive callPauli2021-02-281-2/+3
* Don't hold a lock when calling a callback in ossl_namemap_doall_namesMatt Caswell2021-02-251-4/+6
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-3/+3
* Rename EVP_KDF_reset() to EVP_KDF_CTX_reset().Shane Lontis2020-10-221-1/+1
* Rename EVP_KDF_size() to EVP_KDF_CTX_get_kdf_size().Shane Lontis2020-10-221-1/+1
* kdf/mac: add name query calls for KDFs and MACsPauli2020-09-231-0/+7
* Revert "kdf: make function naming consistent."Matt Caswell2020-07-161-10/+10
* kdf: make function naming consistent.Pauli2020-06-111-10/+10
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Modify EVP_CIPHER_is_a() and EVP_MD_is_a() to handle legacy methods tooRichard Levitte2020-01-171-1/+1
* EVP: add functions that return the name numberRichard Levitte2019-10-171-0/+5
* EVP: add name traversal functions to all fetchable typesRichard Levitte2019-10-171-5/+8
* EVP: add missing common functionalityRichard Levitte2019-10-171-0/+5
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-2/+2
* In provider implemented methods, save the name number, not the name stringRichard Levitte2019-09-191-1/+1
* Pass the correct ctx to provider KDF functionsMatt Caswell2019-09-121-1/+1
* Coverity 1453628: Null pointer dereferences (REVERSE_INULL)Pauli2019-09-111-1/+1
* KDF/PRF updates to libcryptoPauli2019-09-061-57/+83
* Added X963KDF APIShane Lontis2019-05-161-3/+5
* Added EVP_KDF (similiar to the EVP_MAC)Shane Lontis2019-05-031-66/+32
* Single step kdf implementationShane Lontis2019-03-191-0/+1
* Implement SSH KDFSimo Sorce2019-02-271-1/+2
* Added new EVP/KDF API.David Makepeace2019-02-131-0/+165