Fix -DZLIB build for opaque COMP types
[openssl.git] / crypto / pem /
2015-05-28 Dr. Stephen Hensoncheck for error when creating PKCS#8 structure
2015-05-22 Richard LevitteFix the update target and remove duplicate file updates
2015-05-14 Richard Levittemake depend
2015-05-14 Richard LevitteIdentify and move common internal libcrypto header...
2015-05-11 Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-05-07 Rich SalzUse "==0" instead of "!strcmp" etc
2015-05-06 Gunnar KudrjavetsInitialize potentially uninitialized local variables
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-05-01 Rich Salzfree NULL cleanup 7
2015-04-30 Rich Salzfree cleanup almost the finale
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-28 Rich Salzremove malloc casts
2015-03-31 Richard LevitteRemove EXHEADER, TEST, APPS, links:, install: and unins...
2015-03-31 Richard LevitteStop symlinking, move files to intended directory
2015-03-28 Rich Salzfree NULL cleanup
2015-03-25 Matt CaswellRAND_bytes updates
2015-03-25 Rich Salzfree NULL cleanup
2015-03-24 Dr. Stephen Hensonmake depend
2015-03-24 Dr. Stephen HensonMove some ASN.1 internals to asn1_int.h
2015-02-06 Rich Salzui_compat cleanup; makefiles and vms
2015-02-06 Rich SalzRemove X509_PAIR
2015-02-02 Rich SalzRemove old DES API
2015-01-27 Rich SalzOPENSSL_NO_xxx cleanup: many removals
2015-01-22 Matt CaswellFix formatting error in pem.h
2015-01-22 Matt CaswellMore comment realignment master-post-reformat
2015-01-22 Matt CaswellRe-align some comments after running the reformat script.
2015-01-22 Matt CaswellRerun util/openssl-format-source -v -c . master-post-auto-reformat
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2015-01-14 Rich SalzCleanup OPENSSL_NO_xxx, part 1 master-pre-reformat
2015-01-06 Matt CaswellFurther comment amendments to preserve formatting prior...
2014-12-08 Dr. Stephen HensonRemove fipscanister build functionality from makefiles.
2014-11-28 Rich SalzRemove all .cvsignore files
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-02-13 Ben LaurieFix warning.
2013-09-10 Ben LaurieConstification.
2013-08-06 Kaspar BrandFix for PEM_X509_INFO_read_bio.
2011-12-27 Dr. Stephen Hensonmake update
2011-12-07 Dr. Stephen Hensontransparently handle X9.42 DH parameters
2011-12-07 Dr. Stephen HensonInitial experimental support for X9.42 DH parameter...
2011-01-26 Dr. Stephen HensonChange AR to ARX to allow exclusion of fips object...
2010-06-12 Ben LaurieFix warnings.
2010-04-06 Dr. Stephen HensonPR: 2220
2010-03-27 Dr. Stephen HensonPR: 1904
2009-10-01 Dr. Stephen HensonPR: 2059
2009-09-23 Dr. Stephen HensonAudit libcrypto for unchecked return values: fix all...
2009-04-26 Dr. Stephen HensonUpdate from 1.0.0-stable.
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
next