Fix error-path memory leak in asn_mime.c
[openssl.git] / crypto / pem /
2017-12-08 Rich SalzStandardize syntax around sizeof(foo)
2017-08-22 PauliUse casts for arguments to ctype functions.
2017-07-29 Bernd EdlingerClean password buffer on stack for PEM_read_bio_PrivateKey
2016-08-16 Richard Levittemake update to have PEM_R_HEADER_TOO_LONG defined
2016-08-15 Dr. Stephen HensonLimit reads in do_b2i_bio()
2016-06-27 Matt CaswellChange usage of RAND_pseudo_bytes to RAND_bytes
2016-05-17 Richard LevitteDon't require any length of password when decrypting
2016-04-27 Dr. Stephen HensonReject inappropriate private key encryption ciphers.
2016-03-04 Dr. Stephen HensonSanity check PVK file fields.
2015-11-09 Matt CaswellFix missing malloc return value checks
2015-10-23 Alessandro GhediniRemove useless code
2015-10-23 Alessandro GhediniFix memory leaks and other mistakes on errors
2015-09-15 Rich SalzRT4044: Remove .cvsignore files.
2015-05-28 Dr. Stephen Hensoncheck for error when creating PKCS#8 structure
2015-05-23 Richard LevitteFix the update target and remove duplicate file updates
2015-01-22 Matt CaswellFix formatting error in pem.h
2015-01-22 Matt CaswellRe-align some comments after running the reformat script. OpenSSL_1_0_2-post-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-22 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-09-03 Clang via Jeffrey... RT3140: Possibly-unit variable in pem_lib.c
2014-07-05 Dr. Stephen HensonSanity check keylength in PVK files.
2014-01-29 Ben LaurieFix warning.
2013-09-10 Ben LaurieConstification.
2013-08-06 Kaspar BrandFix for PEM_X509_INFO_read_bio.
2013-01-07 Dr. Stephen HensonIn FIPS mode use PKCS#8 format when writing private...
2012-06-03 Ben LaurieReduce version skew: trivia (I hope).
2012-04-07 Dr. Stephen Hensontransparently handle X9.42 DH parameters
2012-04-07 Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2012-03-21 cvs2svnThis commit was manufactured by cvs2svn to create branch
2011-06-03 Dr. Stephen HensonBackport libcrypto audit: check return values of EVP...
2010-06-16 cvs2svnThis commit was manufactured by cvs2svn to create branch
2010-06-15 Dr. Stephen HensonFix warnings (From HEAD, original patch by Ben).
2010-04-06 Dr. Stephen HensonPR: 2220
2010-03-27 Dr. Stephen HensonPR: 1904
2009-10-01 Dr. Stephen HensonPR: 2059
2009-04-23 Dr. Stephen HensonMake no-rsa, no-dsa and no-dh compile again.
2009-03-31 cvs2svnThis commit was manufactured by cvs2svn to create branch
2009-03-09 Dr. Stephen HensonUpdate from stable branch.
2009-01-15 Dr. Stephen HensonMake PKCS#8 the standard write format for private keys...
2008-11-12 Geoff ThorpeRevert the size_t modifications from HEAD that had...
2008-11-11 Dr. Stephen HensonTolerate -----BEGIN PKCS #7 SIGNED DATA----- header...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-11-01 Ben LaurieMore size_tification.
2008-06-04 Ben LaurieMore type-checking.
2008-03-22 Dr. Stephen HensonUpdate dependencies.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2008-03-12 Dr. Stephen HensonAnd so it begins...
2007-06-07 Dr. Stephen HensonFinish gcc 4.2 changes.
2007-06-04 Dr. Stephen HensonAvoid use of function pointer casts in pem library...
2007-04-05 Ben LaurieDon't dereference NULL argument. Coverity ID 52.
2007-02-21 Dr. Stephen HensonUpdate from 0.9.7-stable.
2007-01-21 Dr. Stephen HensonConstify version strings and some structures.
2006-12-19 Nils Larschremove trailing '\'
2006-11-21 Dr. Stephen HensonUpdate from 0.9.8 stable. Eliminate duplicate error...
2006-11-06 Nils Larschremove SSLEAY_MACROS code
2006-06-09 Bodo MöllerCamellia cipher, contributed by NTT
2006-06-05 Dr. Stephen HensonComplete EVP_PKEY_ASN1_METHOD ENGINE support.
2006-05-24 Dr. Stephen HensonFix warnings.
2006-05-15 Dr. Stephen HensonUpdate old **EVIL** PEM_X509_INFO_read_bio() function...
2006-05-14 Dr. Stephen HensonCheck for deprecated private key types before PKCS...
2006-04-08 Dr. Stephen HensonInitial functions for RSA EVP_PKEY_METHOD.
2006-04-07 Dr. Stephen HensonNew utility 'pkeyutl' a general purpose version of...
2006-03-28 Dr. Stephen HensonNew utility pkeyparam. Enhance and bugfix algorithm...
2006-03-24 Dr. Stephen HensonInitial support for generalized public key parameters.
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.
2006-02-12 Ulf Möllermake update
2006-02-04 Dr. Stephen HensonUpdate filenames in makefiles.
2005-12-18 Andy PolyakovKeep disclaiming 16-bit platform support. For now remov...
2005-09-05 Richard LevitteRemove warnings about signed vs. unsigned...
2005-08-31 Dr. Stephen HensonIntegrated support for PVK files.
2005-07-29 Nils Larschadd comment
2005-07-16 Nils Larschmake
2005-05-18 Nils Larschmake the type parameter const when ID2_OF_const() is...
2005-05-16 Andy PolyakovFurther BUILDENV refinement, further fool-proofing...
2005-05-16 Nils Larschecc api cleanup; summary:
2005-05-15 Andy PolyakovFool-proofing Makefiles
2005-05-12 Dr. Stephen HensonSome C compilers produce warnings or compilation errors...
2005-05-11 Bodo MöllerFix more error codes.
2005-04-20 Dr. Stephen HensonStop compiler warnings about deprecated lvalue casts.
2005-04-19 Dr. Stephen HensonVarious Win32 and other fixes for warnings and compilat...
2005-04-12 Dr. Stephen HensonRebuild error codes.
2005-04-11 Richard LevitteAdd emacs cache files to .cvsignore.
2005-03-31 Ben LaurieConsistency.
2005-03-31 Ben LaurieGive everything prototypes (well, everything that's...
2005-03-30 Ben LaurieBlow away Makefile.ssl.
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-11-02 Richard LevitteDon't use $(EXHEADER) directly in for loops, as most...
2004-07-10 Richard LevitteCopy a few files from LPlib (a new project of mine...
2004-05-17 Geoff ThorpeAfter the latest round of header-hacking, regenerate...
2004-04-22 Dr. Stephen HensonFix leak.
2004-04-19 Geoff Thorpemake update
2004-04-19 Geoff Thorpe(oops) Apologies all, that last header-cleanup commit...
2004-03-15 Richard LevitteConstify d2i, s2i, c2i and r2i functions and other...
2004-03-05 Dr. Stephen HensonMemory leak fix.
2004-02-26 Richard LevitteMake sure the given EVP_PKEY is updated in the PEM_STRI...
2003-12-27 Richard LevitteUse sh explicitely to run point.sh
next