In FIPS mode only use "Generation by Testing Candidates" equivalent.
[openssl.git] / crypto / pem /
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
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
2003-12-27 Richard LevitteUse BUF_strlcpy() instead of strcpy().
2003-10-29 Geoff ThorpeA general spring-cleaning (in autumn) to fix up signed...
2003-03-20 Richard LevitteMake sure we get the definition of OPENSSL_NO_BIO.
2002-12-29 Richard Levittemake update
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-18 Richard LevitteAdd the ASN.1 structures and functions for CertificateP...
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-10-09 Richard LevitteUse double dashes so makedepend doesn't misunderstand...
2002-08-29 Bodo Möllerdon't memset(data,0,...) if data is NULL
2002-08-12 Bodo Möllerget rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC...
2002-08-09 Bodo Möllermake update
2002-08-07 Bodo Mölleruse a generic EC_KEY structure (EC keys are not ECDSA...
2002-07-30 Lutz Jänicke"make update"
2002-07-26 Bodo MöllerUse SEC1 format for EC private keys.
2002-07-14 Bodo MöllerReplace 'ecdsaparam' commandline utility by 'ecparam'
2002-06-27 Richard LevitteTry to avoid double declaration of ERR_load_PEM_strings().
2002-06-27 Richard LevittePass CFLAG to dependency makers, so non-standard system...
2002-06-05 Richard LevitteCheck errors when parsing a PKCS8INF PEM FILE, or there...
2002-04-23 Richard LevitteUhmmm, if we use && after having tested for the presenc...
2002-02-28 Bodo Mölleruse ERR_peek_last_error() instead of ERR_peek_error...
2002-02-20 Richard LevitteStop assuming the IV is 8 bytes long, use the real...
2002-02-13 Bodo MöllerECDSA support
2002-02-05 Richard Levitte'make update'
2002-01-24 Richard Levittemake update
2001-12-17 Bodo Möllerremove redundant ERR_load_... declarations
2001-11-15 Richard Levittemake update
2001-10-20 Dr. Stephen HensonAdd missing EVP_CIPHER_CTX_{init,cleanup}
next