Add EVP_PKEY_set1_engine() function.
[openssl.git] / crypto / evp / p5_crpt.c
2016-05-17 Rich SalzCopyright consolidation 04/10
2016-01-26 Rich SalzRemove /* foo.c */ comments
2015-12-07 Richard LevitteCleanup: fix all sources that used EVP_MD_CTX_(create...
2015-12-07 Richard LevitteHave other crypto/evp files include evp_locl.h
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-03-30 Dr. Stephen HensonRemove duplicate code.
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2012-03-22 Dr. Stephen Hensonfix leak
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-15 Dr. Stephen HensonChange builting PBE to use static table. Add entries...
2006-05-14 Dr. Stephen HensonExtend PBE code to support non default PKCS#5 v2.0...
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...
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:
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-10-16 Dr. Stephen HensonRetain compatibility of EVP_DigestInit() and EVP_Digest...
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-06-30 Ulf MöllerMore no-xxx option tweaks.
1999-06-10 Dr. Stephen HensonTwo new functions to write out PKCS#8 private keys...
1999-06-08 Dr. Stephen HensonComplete support for PKCS#5 v2.0. Still needs extensive...
1999-06-07 Dr. Stephen HensonThis is the main PKCS#5 v2.0 key generation function...
1999-06-06 Dr. Stephen HensonChange PBE handling a bit more: now the key and iv...
1999-06-06 Dr. Stephen HensonRewrite PBE handling read to support PKCS#5 v2.0 and...
1999-06-04 Dr. Stephen HensonAdd PKCS#5 v1.5 compatible algorithms and initial PKCS...