aboutsummaryrefslogtreecommitdiff
path: root/crypto/cmac
AgeCommit message (Expand)AuthorFilesLines
2016-01-20Remove update tagsRich Salz1-2/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-1/+1
2016-01-17Remove some old makefile targetsRich Salz1-12/+0
2016-01-12Move Makefiles to Makefile.inRich Salz2-99/+61
2016-01-12Remove unused internal macrosRichard Levitte1-1/+1
2016-01-12make updateRichard Levitte1-27/+29
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte1-21/+25
2015-12-09make updateDr. Stephen Henson1-2/+1
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-2/+2
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell2-3/+3
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-4/+5
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte3-3/+3
2015-05-06Use "==0" instead of "!strcmp" etcRich Salz1-3/+3
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+2
2015-05-01free NULL cleanup 11Rich Salz2-2/+3
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-17/+1
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-82/+0
2015-03-24make dependDr. Stephen Henson1-3/+3
2015-03-24Move some EVP internals to evp_int.hDr. Stephen Henson1-1/+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 Caswell4-378/+359
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-12-08Remove fips_constseg references.Dr. Stephen Henson1-1/+0
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-4/+0
2014-03-28Add functions returning security bits.Dr. Stephen Henson1-1/+1
2012-04-11fix reset fixDr. Stephen Henson1-1/+1
2012-04-11make reinitialisation work for CMACDr. Stephen Henson1-0/+2
2012-01-06cmac.c: optimize make_kn and move zero_iv to const segment.Andy Polyakov1-10/+9
2011-09-05make updateBodo Möller1-6/+5
2011-06-03license correction, no EAY code included in this fileDr. Stephen Henson2-10/+0
2011-04-01restore .cvsignoreDr. Stephen Henson1-0/+1
2011-04-01temporarily update .cvsignoreDr. Stephen Henson1-1/+0
2011-03-24make updateRichard Levitte1-5/+6
2011-03-24Implement FIPS CMAC.Richard Levitte1-10/+12
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson1-1/+1
2010-03-06Add algorithm specific signature printing. An individual ASN1 method canDr. Stephen Henson1-1/+1
2010-02-08Use supplied ENGINE when initialising CMAC. Restore pctx setting.Dr. Stephen Henson1-1/+1
2010-02-08add cvsignoreDr. Stephen Henson1-0/+4
2010-02-08Make update.Dr. Stephen Henson1-0/+35
2010-02-08Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson5-10/+380
2010-02-07Initial experimental CMAC implementation.Dr. Stephen Henson3-0/+388