summaryrefslogtreecommitdiffstats
path: root/crypto/evp/kdf_meth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* evp: update to structure based atomicsPauli2023-07-011-5/+4
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-1/+1
* Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()Richard Levitte2021-06-151-1/+1
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-5/+5
* Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis2021-05-241-2/+2
* Add type_name member to provided methods and use itTomas Mraz2021-04-261-1/+7
* Standard style for all EVP_xxx_free routinesRich Salz2021-04-181-9/+11
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-021-5/+7
* Update copyright yearMatt Caswell2021-03-111-1/+1
* evp: support modified gettable/settable ctx calls for KDFsPauli2021-02-261-2/+28
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-1/+1
* Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre2020-10-151-2/+2
* gettables: core changes to pass the provider context.Pauli2020-08-071-3/+3
* Update copyright yearMatt Caswell2020-06-251-1/+1
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-11/+11
* Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre2020-06-241-1/+1
* Final cleanup after move to leaner EVP_PKEY methodsRichard Levitte2019-11-101-4/+3
* EVP: add missing common functionalityRichard Levitte2019-10-171-3/+3
* Consistent naming for context gettable param queries .Pauli2019-09-271-2/+2
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* In provider implemented methods, save the name number, not the name stringRichard Levitte2019-09-191-6/+6
* crypto/evp/kdf_meth.c: Add the reset function to the methodRichard Levitte2019-09-061-0/+5
* KDF/PRF updates to libcryptoPauli2019-09-061-0/+192