aboutsummaryrefslogtreecommitdiff
path: root/crypto/evp/mac_meth.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-03Fix copyrightsTodd Short1-0/+9
2021-06-15Adapt all public EVP_XXX_do_all_provided() for the changed evp_generic_do_all()Richard Levitte1-1/+1
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-6/+6
2021-05-24Rename the field 'provctx and data' to 'algctx' inside some objects containingShane Lontis1-2/+2
2021-04-26Add type_name member to provided methods and use itTomas Mraz1-1/+7
2021-04-02CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte1-5/+7
2021-02-26evp: support modified gettable/settable ctx calls for MACsPauli1-2/+28
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-1/+1
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre1-2/+2
2020-08-07gettables: core changes to pass the provider context.Pauli1-3/+3
2020-06-24Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre1-12/+12
2020-06-24Rename <openssl/core_numbers.h> -> <openssl/core_dispatch.h>Dr. Matthias St. Pierre1-1/+1
2019-11-10Final cleanup after move to leaner EVP_PKEY methodsRichard Levitte1-4/+3
2019-10-17EVP: add name traversal functions to all fetchable typesRichard Levitte1-5/+0
2019-10-17EVP: add missing common functionalityRichard Levitte1-8/+3
2019-09-27Consistent naming for context gettable param queries .Pauli1-2/+2
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-09-19Modify providers that keep track of underlying algorithmsRichard Levitte1-0/+5
2019-09-19In provider implemented methods, save the name number, not the name stringRichard Levitte1-7/+7
2019-09-03Refactor how KEYMGMT methods get associated with other methodsRichard Levitte1-3/+3
2019-08-16Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte1-6/+6
2019-08-15Implement EVP_MAC_do_all_ex()Richard Levitte1-0/+9
2019-08-15Add EVP_MAC_provider()Richard Levitte1-0/+5
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte1-0/+195