Remove init of MACs from EVP
[openssl.git] / crypto / evp / p5_crpt2.c
2019-06-11 Shane LontisPBKDF2 updates to conform to SP800-132
2019-05-07 PauliCoverity CID 1444961: Integer handling issues
2019-03-06 Richard LevitteAdapt OPENSSL_DEBUG_PKCS5V2 to the new generic trace API
2019-02-13 David MakepeaceAdded new EVP/KDF API.
2018-12-06 Richard LevitteFollowing the license change, modify the boilerplates...
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-10-13 Rich SalzRemove email addresses from source code.
2017-04-04 Gergely NagyPBKDF2 computation speedup (15-40%)
2017-03-17 Péter BudaiFixed PKCS5_PBKDF2_HMAC() to adhere to the documentation.
2016-11-03 Richard LevitteClean away remaining 'selftest' code
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-05-09 FdaSilvaYYfix tab-space mixed indentation
2016-02-18 Rich SalzRemove outdated DEBUG flags.
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-07 Richard LevitteCleanup: fix all sources that used HMAC_CTX_init
2015-12-07 Richard LevitteAdapt the rest of the source to the removal of (EVP_MD_...
2015-12-07 Richard LevitteAdapt the rest of the source to the opaque HMAC_CTX
2015-12-07 Richard LevitteAdapt HMAC to the EVP_MD_CTX changes
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-03-30 Dr. Stephen HensonRemove duplicate code.
2015-02-09 Dr. Stephen HensonSupport for alternative KDFs.
2015-02-06 Dr. Stephen HensonRemove OPENSSL_NO_HMAC
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: SHA
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2013-11-11 Dr. Stephen HensonFix memory leak.
2013-11-06 Dr. Stephen HensonInitialise context before using it.
2013-11-03 Ben LauriePBKDF2 should be efficient. Contributed by Christian...
2010-02-28 Ben LaurieFix warnings (note that gcc 4.2 has a bug that makes...
2009-11-25 Dr. Stephen HensonSplit PBES2 into cipher and PBKDF2 versions. This tidie...
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...
2006-05-18 Dr. Stephen HensonCode tidy.
2006-05-14 Dr. Stephen HensonExtend PBE code to support non default PKCS#5 v2.0...
2006-04-15 Dr. Stephen HensonFix from 0.9.7-stable branch.
2005-07-26 Nils Larschimproved error checking and some fixes
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_HMAC...
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-03-14 Dr. Stephen HensonInitialize cipher context in KRB5
2001-12-09 Ben LaurieImprove back compatibility.
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-07-30 Ben LaurieReally add the EVP and all of the DES changes.
2001-03-09 Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-05-04 Dr. Stephen HensonMake PKCS#12 code handle missing passwords.
1999-07-15 Ulf MöllerNO_HMAC.
1999-07-11 Dr. Stephen HensonVarious changes to stop VC++ choking under Win32.
1999-07-11 Dr. Stephen HensonAdd a debugging option to PKCS#5 v2.0 key generation...
1999-06-29 Ulf MöllerFix no-hmac and no-ripemd.
1999-06-08 Ben LaurieSurvive pedanticism.
1999-06-07 Dr. Stephen HensonThis is the main PKCS#5 v2.0 key generation function...