aboutsummaryrefslogtreecommitdiff
path: root/crypto/cmac/cmac.c
AgeCommit message (Expand)AuthorFilesLines
2022-06-21Update copyright yearMatt Caswell1-1/+1
2022-05-27Fix the incorrect checks of EVP_CIPHER_CTX_set_key_lengthPeiwei Hu1-2/+2
2021-11-16EVP_Cipher: fix the incomplete return checkPeiwei Hu1-1/+1
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz1-5/+5
2021-04-22Update copyright yearMatt Caswell1-1/+1
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz1-1/+1
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte1-1/+1
2020-06-10Correctly handle the return value from EVP_Cipher() in the CMAC codeMatt Caswell1-3/+3
2020-06-10Ensure we never use a partially initialised CMAC_CTXMatt Caswell1-3/+9
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-01-29Deprecate the low level CMAC functionsPauli1-0/+6
2019-10-17[KDF] Add feedback-mode and CMAC support to KBKDFRobbie Harwood1-1/+2
2019-08-27Coverty fixes for MACsRichard Levitte1-6/+16
2018-12-06Following the license change, modify the boilerplates in crypto/cmac/Richard Levitte1-1/+1
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 Salz1-49/+5
2016-02-05GH601: Various spelling fixes.FdaSilvaYY1-3/+3
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-12Remove unused internal macrosRichard Levitte1-1/+1
2016-01-12Adapt all EVP_CIPHER_CTX users for it becoming opaqueRichard Levitte1-21/+25
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+2
2015-05-01free NULL cleanup 11Rich Salz1-0/+2
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-190/+180
2014-12-08remove OPENSSL_FIPSAPIDr. Stephen Henson1-1/+1
2014-12-08Remove fips_constseg references.Dr. Stephen Henson1-1/+0
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-03-24Implement FIPS CMAC.Richard Levitte1-10/+12
2010-02-08Make CMAC API similar to HMAC API. Add methods for CMAC.Dr. Stephen Henson1-7/+44
2010-02-07Initial experimental CMAC implementation.Dr. Stephen Henson1-0/+232