]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pem/pem_lib.c
Remove parentheses of return.
[thirdparty/openssl.git] / crypto / pem / pem_lib.c
2017-08-21  PauliThis has been added to avoid the situation where some...
2017-08-21  Matt CaswellRemove OPENSSL_assert() from crypto/pem
2017-08-03  Rich SalzSwitch from ossl_rand to DRBG rand
2017-07-29  Bernd EdlingerUse OPENSSL_secure_clear_free in PEM_read_bio_PrivateKe...
2017-07-10  Bernd EdlingerFix error handling in get_header_and_data.
2017-07-07  PauliAddress potential buffer overflows.
2017-07-07  Paulichange return (x) to return x
2017-07-05  Rich SalzUndo commit d420ac2
2017-07-03  Richard LevitteRemove the possibility to disable the UI module entirely
2017-05-08  Benjamin KadukAdd PEM_bytes_read_bio_secmem()
2017-05-08  Benjamin KadukAdd PEM_read_bio_ex
2017-03-29  FdaSilvaYYMore typo fixes
2016-08-05  klemensspelling fixes, just comments and readme.
2016-06-16  Matt CaswellChange the return type of EVP_EncodeUpdate
2016-05-31  MatUpdates from review
2016-05-31  MatFix: PEM_read_bio_PrivateKey with no-ui / no-stdio
2016-05-19  Viktor DukhovniImprove and document low-level PEM read routines
2016-05-17  Rich SalzCopyright consolidation 04/10
2016-05-16  Rich SalzUse OPENSSL_hexchar2int
2016-05-16  Richard LevitteDon't require any length of password when decrypting
2016-04-27  Dr. Stephen HensonReject inappropriate private key encryption ciphers.
2016-03-20  Rich SalzRemove #error from include files.
2016-03-07  David WoodhouseElide EVP_read_pw_string() and friends for no-ui
2016-02-25  Rich SalzGH715: ENGINE_finish can take NULL
2016-02-22  Rich SalzRT4320/GH705: Fix PEM parsing bug.
2016-02-13  Dmitry-MeGH643: Cleanup header analysis
2016-01-26  Rich SalzRemove /* foo.c */ comments
2016-01-12  Richard LevitteAdapt all EVP_CIPHER users for it becoming opaque
2016-01-12  Richard LevitteAdapt all EVP_CIPHER_CTX users for it becoming opaque
2015-12-16  Rich SalzRename some BUF_xxx to OPENSSL_xxx
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...
next