summaryrefslogtreecommitdiffstats
path: root/crypto/cmac/cmac.c
AgeCommit message (Expand)Author
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-06-10Correctly handle the return value from EVP_Cipher() in the CMAC codeMatt Caswell
2020-06-10Ensure we never use a partially initialised CMAC_CTXMatt Caswell
2020-04-23Update copyright yearMatt Caswell
2020-01-29Deprecate the low level CMAC functionsPauli
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood
2019-08-27Coverty fixes for MACsRichard Levitte
2018-12-06Following the license change, modify the boilerplates in crypto/cmac/Richard Levitte
2018-04-17Update copyright yearRichard Levitte
2018-04-05Set error code if alloc returns NULLRich Salz
2017-03-01Don't use deprecated EVP_CIPHER_CTX_cleanup() internallyRichard Levitte
2017-02-28Don't free in cleanup routineBenjamin Kaduk
2016-05-17Copyright consolidation 06/10Rich Salz
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-12Remove unused internal macrosRichard Levitte
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-05-01free NULL cleanup 11Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson
2014-12-08Remove fips_constseg references.Dr. Stephen Henson
2012-04-11fix reset fixDr. Stephen Henson
2012-04-11make reinitialisation work for CMACDr. Stephen Henson
2012-01-06cmac.c: optimize make_kn and move zero_iv to const segment.Andy Polyakov
2011-03-24Implement FIPS CMAC.Richard Levitte
2010-02-08Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson
2010-02-07Initial experimental CMAC implementation.Dr. Stephen Henson