aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/evp/mac_meth.c
Commit message (Expand)AuthorAgeFilesLines
* Add type_name member to provided methods and use itTomas Mraz2021-04-261-1/+7
* CORE: Add an algorithm_description field to OSSL_ALGORITHMRichard Levitte2021-04-021-5/+7
* evp: support modified gettable/settable ctx calls for MACsPauli2021-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
* Make the naming scheme for dispatched functions more consistentDr. Matthias St. Pierre2020-06-241-12/+12
* 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 name traversal functions to all fetchable typesRichard Levitte2019-10-171-5/+0
* EVP: add missing common functionalityRichard Levitte2019-10-171-8/+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
* Modify providers that keep track of underlying algorithmsRichard Levitte2019-09-191-0/+5
* In provider implemented methods, save the name number, not the name stringRichard Levitte2019-09-191-7/+7
* Refactor how KEYMGMT methods get associated with other methodsRichard Levitte2019-09-031-3/+3
* Rename ctx_{get,set}_params to {get,set}_ctx_paramsRichard Levitte2019-08-161-6/+6
* Implement EVP_MAC_do_all_ex()Richard Levitte2019-08-151-0/+9
* Add EVP_MAC_provider()Richard Levitte2019-08-151-0/+5
* Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte2019-08-151-0/+195