perlasm/x86_64-xlate.pl: refactor argument parsing loop.
[openssl.git] / crypto / cmac /
2016-05-17 Rich SalzCopyright consolidation 06/10
2016-04-20 Richard LevitteRemove --classic build entirely
2016-03-21 Richard LevitteRemove the remainder of util/mk1mf.pl and companion...
2016-03-02 Dr. Stephen HensonUse utility functions for HMAC and CMAC.
2016-02-20 Richard LevitteAlways build library object files with shared library...
2016-02-18 Richard LevitteRemove all special make depend flags, as well as OPENSS...
2016-02-05 FdaSilvaYYGH601: Various spelling fixes.
2016-02-01 Richard Levitteunified build scheme: add build.info files
2016-01-29 Rich SalzTemplatize util/domd
2016-01-26 Rich SalzRemove /* foo.c */ comments
2016-01-20 Rich SalzRemove update tags
2016-01-20 Dr. Stephen Hensonmake EVP_PKEY opaque
2016-01-17 Rich SalzRemove some old makefile targets
2016-01-12 Rich SalzMove Makefiles to Makefile.in
2016-01-12 Richard LevitteRemove unused internal macros
2016-01-12 Richard Levittemake update
2016-01-12 Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-09 Dr. Stephen Hensonmake update
2015-12-07 Richard LevitteAdjust all accesses to EVP_MD_CTX to use accessor funct...
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-04 Rich SalzUse safer sizeof variant in malloc
2015-05-01 Rich Salzfree NULL cleanup 11
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-24 Dr. Stephen Hensonmake depend
2015-03-24 Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
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.
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
2014-03-28 Dr. Stephen HensonAdd functions returning security bits.
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-09-05 Bodo Möllermake update
2011-06-03 Dr. Stephen Hensonlicense correction, no EAY code included in this file
2011-04-01 Dr. Stephen Hensonrestore .cvsignore
2011-04-01 Dr. Stephen Hensontemporarily update .cvsignore
2011-03-24 Richard Levittemake update
2011-03-24 Richard LevitteImplement FIPS CMAC.
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-03-06 Dr. Stephen HensonAdd algorithm specific signature printing. An individua...
2010-02-08 Dr. Stephen HensonUse supplied ENGINE when initialising CMAC. Restore...
2010-02-08 Dr. Stephen Hensonadd cvsignore
2010-02-08 Dr. Stephen HensonMake update.
2010-02-08 Dr. Stephen HensonMake CMAC API similar to HMAC API. Add methods for...
2010-02-07 Dr. Stephen HensonInitial experimental CMAC implementation.