PBKDF2 computation speedup (15-40%)
[openssl.git] / crypto / hmac / hm_pmeth.c
2016-05-23 J Mohan Rao Arisankala#4342: few missing malloc return checks and free in...
2016-05-17 Rich SalzCopyright consolidation 07/10
2016-03-02 Dr. Stephen HensonUse utility functions for HMAC and CMAC.
2015-12-07 Richard LevitteMake the definition of HMAC_CTX opaque
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-11-09 Matt CaswellContinue standardising malloc style for libcrypto
2015-09-03 Rich Salzremove 0 assignments.
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-04-30 Rich Salzfree cleanup almost the finale
2015-03-24 Dr. Stephen HensonMove some EVP internals to evp_int.h
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2011-05-19 Dr. Stephen Hensoninherit HMAC flags from MD_CTX
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2008-12-29 Ben LaurieIf we're going to return errors (no matter how stupid...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-03-16 Dr. Stephen HensonFix some warnings.
2007-10-26 Dr. Stephen Henson1. Changes for s_client.c to make it return non-zero...
2007-05-22 Dr. Stephen HensonRevert broken change to ccgost.
2007-04-12 Dr. Stephen HensonCopy update callback across when copying EVP_MD_CTX.
2007-04-11 Dr. Stephen HensonExperimental HMAC support via EVP_PKEY_METHOD.