summaryrefslogtreecommitdiffstats
path: root/crypto/evp/kdf_meth.c
AgeCommit message (Expand)Author
2023-07-01evp: update to structure based atomicsPauli
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-06-15Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()Richard Levitte
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis
2021-04-26Add type_name member to provided methods and use itTomas Mraz
2021-04-18Standard style for all EVP_xxx_free routinesRich Salz
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte
2021-03-11Update copyright yearMatt Caswell
2021-02-26evp: support modified gettable/settable ctx calls for KDFsPauli
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-08-07gettables: core changes to pass the provider context.Pauli
2020-06-25Update copyright yearMatt Caswell
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre
2019-11-10Final cleanup after move to leaner EVP_PKEY methodsRichard Levitte
2019-10-17EVP: add missing common functionalityRichard Levitte
2019-09-27Consistent naming for context gettable param queries .Pauli
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-06crypto/evp/kdf_meth.c: Add the reset function to the methodRichard Levitte
2019-09-06KDF/PRF updates to libcryptoPauli