]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/evp/p5_crpt2.c
Run util/openssl-format-source -v -c .
[thirdparty/openssl.git] / crypto / evp / p5_crpt2.c
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...