aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cmac/cm_ameth.c
Commit message (Expand)AuthorAgeFilesLines
* Following the license change, modify the boilerplates in crypto/cmac/Richard Levitte2018-12-061-1/+1
* Adapt other EVP code to use EVP_MAC instead of direct implementation callsRichard Levitte2018-10-301-4/+3
* Copyright consolidation 06/10Rich Salz2016-05-171-49/+5
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-1/+1
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* free NULL cleanup 11Rich Salz2015-05-011-2/+1
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-31/+30
* Add functions returning security bits.Dr. Stephen Henson2014-03-281-1/+1
* license correction, no EAY code included in this fileDr. Stephen Henson2011-06-031-5/+0
* Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson2010-03-061-1/+1
* Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson2010-02-081-0/+102