Adapt PEM routines to the opaque EVP_ENCODE_CTX
[openssl.git] / crypto / pem / pem_lib.c
2015-12-11 Richard LevitteAdapt PEM routines to the opaque EVP_ENCODE_CTX
2015-08-10 Rich SalzRT3999: Remove sub-component version strings
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-28 Rich Salzremove malloc casts
2015-03-25 Matt CaswellRAND_bytes updates
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 .
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2014-09-03 Clang via Jeffrey... RT3140: Possibly-unit variable in pem_lib.c
2014-02-13 Ben LaurieFix warning.
2013-09-10 Ben LaurieConstification.
2011-12-07 Dr. Stephen Hensontransparently handle X9.42 DH parameters
2010-06-12 Ben LaurieFix warnings.
2010-03-27 Dr. Stephen HensonPR: 1904
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2008-11-11 Dr. Stephen HensonTolerate -----BEGIN PKCS #7 SIGNED DATA----- header...
2008-03-12 Dr. Stephen HensonAnd so it begins...
2007-06-04 Dr. Stephen HensonAvoid use of function pointer casts in pem library...
2007-02-21 Dr. Stephen HensonUpdate from 0.9.7-stable.
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-06-05 Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-03-28 Dr. Stephen HensonNew utility pkeyparam. Enhance and bugfix algorithm...
2006-03-23 Dr. Stephen HensonAdd support for legacy PEM format private keys in EVP_P...
2006-03-23 Dr. Stephen HensonAdd information and pem strings. Update dependencies.
2005-05-11 Bodo MöllerFix more error codes.
2005-03-31 Ben LaurieConsistency.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-11 Bodo Möllerfix potential memory leak when allocation fails
2005-01-27 Richard LevitteThe first argument to load_iv should really be a char...
2005-01-27 Richard LevitteGet rid if the annoying warning
2004-12-05 Dr. Stephen HensonAdd lots of checks for memory allocation failure, error...
2004-03-05 Dr. Stephen HensonMemory leak fix.
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2002-11-29 Richard LevitteA few more memset()s converted to OPENSSL_cleanse().
2002-11-28 Richard LevitteCleanse memory using the new OPENSSL_cleanse() function.
2002-11-13 Richard LevitteMerge from 0.9.7-stable.
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-30 Richard LevittePlug potential memory leak.
2002-08-29 Bodo Möllerdon't memset(data,0,...) if data is NULL
2002-07-26 Bodo MöllerUse SEC1 format for EC private keys.
2002-02-20 Richard LevitteStop assuming the IV is 8 bytes long, use the real...
2002-02-13 Bodo MöllerECDSA support
2001-10-20 Dr. Stephen HensonAdd missing EVP_CIPHER_CTX_{init,cleanup}
2001-10-17 Dr. Stephen HensonModify EVP cipher behaviour in a similar way
2001-07-27 Dr. Stephen HensonMore linker bloat reorganisation:
2001-07-26 Dr. Stephen HensonFirst of several reorganisations to
2001-02-19 Richard LevitteMake all configuration macros available for application...
2000-12-31 Dr. Stephen HensonRewrite PKCS#12 code and remove some of the old
2000-06-01 Richard LevitteThere have been a number of complaints from a number...
2000-03-03 Bodo MöllerFix for previous patch: If RAND_pseudo_bytes returns...
2000-03-02 Bodo MöllerUse RAND_pseudo_bytes, not RAND_bytes, for IVs/salts.
2000-02-23 Dr. Stephen HensonAllow ADH to be used but not present in the default...
2000-02-16 Dr. Stephen HensonPass phrase reorganisation.
2000-01-21 Ulf MöllerCheck RAND_bytes() return value or use RAND_pseudo_bytes().
2000-01-13 Ulf MöllerPrecautions against using the PRNG uninitialized: RAND_...
1999-12-24 Dr. Stephen HensonAllow passwords to be included on command line for...
1999-12-23 Dr. Stephen HensonAdd PKCS#8 utility functions and add PBE options.
1999-11-11 Dr. Stephen HensonFix a couple of outstanding issues: update STATUS file...
1999-11-04 Dr. Stephen HensonAllow additional information to be attached to a
1999-10-25 Dr. Stephen HensonMore multibyte character support.
1999-07-21 Bodo MöllerAdditional user data argument to pem_password_cb functi...
1999-06-10 Ben LaurieFix warnings.
1999-06-10 Dr. Stephen HensonTwo new functions to write out PKCS#8 private keys...
1999-06-05 Dr. Stephen HensonChange so PEM private key read routines can handle...
1999-06-04 Ulf MöllerSupport the EBCDIC character set and BS2000/OSD-POSIX...
1999-05-15 Dr. Stephen HensonVarious Win32 fixes. Change args in do_ms.bat to put...
1999-05-14 Bodo MöllerIntroduce and use function typedef pem_password_cb...
1999-04-26 Ulf MöllerRemove NOPROTO definitions and error code comments.
1999-04-23 Bodo MöllerChange #include filenames from <foo.h> to <openssl.h>.
1999-04-23 Ben LaurieWork with -pedantic!
1999-04-19 Ulf MöllerChange functions to ANSI C.
1999-04-17 Ben LaurieMassive constification.
1999-03-22 Ben LaurieFix security hole.
1998-12-31 Ralf S. EngelschallFix version stuff:
1998-12-23 Ralf S. Engelschall*** empty log message *** OpenSSL_0_9_1c
1998-12-23 Ralf S. EngelschallSwitch version string to SSLeay/OpenSSL
1998-12-22 Ralf S. EngelschallVarious cleanups and fixed by Marc and Ralf to start...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.1b (unreleased) SSLeay
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.9.0b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...
1998-12-21 Ralf S. EngelschallImport of old SSLeay release: SSLeay 0.8.1b
1998-12-21 Ralf S. EngelschallThis commit was generated by cvs2svn to track changes...