summaryrefslogtreecommitdiffstats
path: root/crypto/evp/mac_meth.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* 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