aboutsummaryrefslogtreecommitdiff
path: root/crypto/cmac/cm_ameth.c
AgeCommit message (Expand)AuthorFilesLines
2020-08-29Delete unused PKEY MAC filesMatt Caswell1-59/+0
2020-07-16Revert "The EVP_MAC functions have been renamed for consistency. The EVP_MAC...Matt Caswell1-2/+2
2020-06-11The EVP_MAC functions have been renamed for consistency. The EVP_MAC_CTX_*Pauli1-2/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-01-29Deprecate the low level CMAC functionsPauli1-0/+6
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte1-0/+3
2018-12-06Following the license change, modify the boilerplates in crypto/cmac/Richard Levitte1-1/+1
2018-10-30Adapt other EVP code to use EVP_MAC instead of direct implementation callsRichard Levitte1-4/+3
2016-05-17Copyright consolidation 06/10Rich Salz1-49/+5
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-1/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-01free NULL cleanup 11Rich Salz1-2/+1
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-31/+30
2014-03-28Add functions returning security bits.Dr. Stephen Henson1-1/+1
2011-06-03license correction, no EAY code included in this fileDr. Stephen Henson1-5/+0
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson1-1/+1
2010-02-08Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson1-0/+102