Configure: disable new trace api by default
[openssl.git] / crypto / cmac / cmac.c
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.