]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/cmac/cmac.c
Add "origin" field to EVP_CIPHER, EVP_MD
[thirdparty/openssl.git] / crypto / cmac / cmac.c
2021-04-18  Rich SalzAdd "origin" field to EVP_CIPHER, EVP_MD
2020-11-13  Richard LevitteConvert all {NAME}err() in crypto/ to their correspondi...
2020-06-10  Matt CaswellCorrectly handle the return value from EVP_Cipher(...
2020-06-10  Matt CaswellEnsure we never use a partially initialised CMAC_CTX
2020-04-23  Matt CaswellUpdate copyright year
2020-01-29  PauliDeprecate the low level CMAC functions
2019-10-17  Robbie Harwood[KDF] Add feedback-mode and CMAC support to KBKDF
2019-08-27  Richard LevitteCoverty fixes for MACs
2018-12-06  Richard LevitteFollowing the license change, modify the boilerplates...
2018-04-17  Richard LevitteUpdate copyright year
2018-04-05  Rich SalzSet error code if alloc returns NULL
2017-03-01  Richard LevitteDon't use deprecated EVP_CIPHER_CTX_cleanup() internally
2017-03-01  Benjamin KadukDon't free in cleanup routine
2016-05-17  Rich SalzCopyright consolidation 06/10
2016-02-05  FdaSilvaYYGH601: Various spelling fixes.
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-12  Richard LevitteRemove unused internal macros
2016-01-12  Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-11-09  Matt CaswellContinue standardising malloc style for libcrypto
2015-05-14  Richard LevitteIdentify and move common internal libcrypto header...
2015-05-04  Rich SalzUse safer sizeof variant in malloc
2015-05-01  Rich Salzfree NULL cleanup 11
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2014-12-08  Dr. Stephen Hensonremove OPENSSL_FIPSAPI
2014-12-08  Dr. Stephen HensonRemove fips_constseg references.
2012-04-11  Dr. Stephen Hensonfix reset fix
2012-04-11  Dr. Stephen Hensonmake reinitialisation work for CMAC
2012-01-06  Andy Polyakovcmac.c: optimize make_kn and move zero_iv to const...
2011-03-24  Richard LevitteImplement FIPS CMAC.
2010-02-08  Dr. Stephen HensonMake CMAC API similar to HMAC API. Add methods for...
2010-02-07  Dr. Stephen HensonInitial experimental CMAC implementation.