aboutsummaryrefslogtreecommitdiff
path: root/crypto/cmac
AgeCommit message (Expand)AuthorFilesLines
2020-04-23Update copyright yearMatt Caswell2-2/+2
2020-01-29Deprecate the low level CMAC functionsPauli2-0/+12
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood1-1/+2
2019-10-10Rework how our providers are builtRichard Levitte1-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-08-27Coverty fixes for MACsRichard Levitte1-6/+16
2019-08-15Move CMAC to providersRichard Levitte2-173/+5
2019-08-15Prepare EVP_MAC infrastructure for moving all MACs to providersRichard Levitte1-0/+3
2019-06-06Change EVP_MAC method from copy to dupKurt Roeckx1-5/+13
2018-12-06Following the license change, modify the boilerplates in crypto/cmac/Richard Levitte3-3/+3
2018-10-30Adapt other EVP code to use EVP_MAC instead of direct implementation callsRichard Levitte1-4/+3
2018-10-30EVP_MAC: Integrate CMAC EVP_PKEY_METHOD into generic MAC EVP_PKEY_METHODRichard Levitte2-162/+1
2018-10-30EVP_MAC: Add CMAC implementationRichard Levitte2-1/+165
2018-04-17Update copyright yearRichard Levitte1-1/+1
2018-04-05Set error code if alloc returns NULLRich Salz1-2/+4
2017-03-01Don't use deprecated EVP_CIPHER_CTX_cleanup() internallyRichard Levitte1-1/+1
2017-02-28Don't free in cleanup routineBenjamin Kaduk1-1/+2
2016-05-17Copyright consolidation 06/10Rich Salz3-147/+15
2016-04-20Remove --classic build entirelyRichard Levitte1-43/+0
2016-03-21Remove the remainder of util/mk1mf.pl and companion scriptsRichard Levitte1-3/+0
2016-03-02Use utility functions for HMAC and CMAC.Dr. Stephen Henson1-15/+4
2016-02-20Always build library object files with shared library cflagsRichard Levitte1-1/+1
2016-02-18Remove all special make depend flags, as well as OPENSSL_DOING_MAKEDEPENDRichard Levitte1-1/+1
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-3/+3
2016-02-01unified build scheme: add build.info filesRichard Levitte1-0/+2
2016-01-29Templatize util/domdRich Salz1-2/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
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