]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pkcs7/pk7_smime.c
Use p==NULL not !p (in if statements, mainly)
[thirdparty/openssl.git] / crypto / pkcs7 / pk7_smime.c
2015-05-11  Rich SalzUse p==NULL not !p (in if statements, mainly)
2015-04-30  Rich Salzfree NULL cleanup 5a
2015-01-30  Rich SalzDead code removal: #if 0 asn1, pkcs7
2015-01-22  Matt CaswellRun util/openssl-format-source -v -c .
2012-03-08  Dr. Stephen Hensoncheck return value of BIO_write in PKCS7_decrypt
2012-02-27  Dr. Stephen HensonDetect symmetric crypto errors in PKCS7_decrypt.
2009-03-15  Dr. Stephen HensonFix from stable branch.
2008-11-21  Dr. Stephen HensonSet memory BIOs up properly when stripping text headers...
2008-11-05  Dr. Stephen HensonUpdate obsolete email address...
2007-08-12  Dr. Stephen HensonFix warnings.
2007-04-13  Dr. Stephen HensonDon't finalize signerinfo if reuse and partial both...
2007-02-26  Nils Larschremove dead code
2007-02-03  Nils Larschfix potential memory leaks
2006-12-24  Dr. Stephen HensonExperimental streaming PKCS#7 support.
2006-07-09  Dr. Stephen HensonSet detached flag in PKCS7 structure earlier to avoid...
2006-06-06  Dr. Stephen HensonAdd AES and GOST S/MIME capabilities if algorithms...
2006-05-26  Dr. Stephen HensonFlush p7bio when all data has been copied.
2006-05-24  Dr. Stephen HensonFix warnings.
2006-05-18  Dr. Stephen HensonAdd -resign and -md options to smime command to support...
2006-05-18  Dr. Stephen HensonMore S/MIME tidy. Place some common attribute operation...
2006-05-17  Dr. Stephen HensonTidy up of S/MIME code and add new functions which...
2006-05-07  Dr. Stephen HensonUpdate S/MIME code to use default digest.
2005-08-04  Dr. Stephen HensonAllow PKCS7_decrypt() to work if no cert supplied.
2005-05-19  Nils Larschfix potential memory leak
2005-05-17  Bodo Möllerfix memory leak (BIO_free_all needs pointer to first...
2005-02-14  Dr. Stephen HensonFix possible memory leak.
2005-01-14  Dr. Stephen HensonPKCS7_verify() performance optimization. When the conte...
2004-03-27  Dr. Stephen HensonAllow CRLs to be passed into X509_STORE_CTX. This is...
2003-02-25  Dr. Stephen HensonFix indefinite length encoding so EOC correctly updates
2003-02-15  Dr. Stephen HensonSingle pass processing to cleartext S/MIME signing.
2001-09-01  Geoff ThorpeMake the necessary changes to work with the recent...
2001-03-09  Dr. Stephen HensonChange the EVP_somecipher() and EVP_somedigest()
2001-02-24  Dr. Stephen HensonStop PKCS7_verify() core dumping with unknown public
2001-02-19  Richard LevitteMake all configuration macros available for application...
2000-09-18  Dr. Stephen HensonWork around for Netscape PKCS#7 signedData bug.
2000-09-17  Richard LevitteUse sk_*_new_null() instead of sk_*_new(NULL), since...
2000-09-07  Dr. Stephen HensonUgh, BIO_find_type() cannot be passed a NULL.
2000-09-05  Dr. Stephen HensonKeep a not of original encoding in certificate requests.
2000-05-16  Ben LaurieTypesafe Thought Police part 4.
2000-05-15  Ulf MöllerGet rid of more non-ANSI declarations.
2000-02-28  Dr. Stephen HensonOuch! PKCS7_encrypt() was heading MIME text headers...
2000-02-26  Dr. Stephen HensonRename functions for new convention.
1999-12-15  Dr. Stephen HensonDelete an unused variable and make the PKCS#12 keygen...
1999-12-15  Dr. Stephen HensonFix the S/MIME code to use canonical MIME format for
1999-12-11  Dr. Stephen HensonVarious S/MIME fixes.
1999-12-09  Dr. Stephen HensonMake the PKCS#7 S/MIME functions check for passed NULL...
1999-12-07  Dr. Stephen HensonModify S/MIME application so the -signer option writes...
1999-12-05  Dr. Stephen HensonMerge in my S/MIME library and utility.