]> git.ipfire.org Git - thirdparty/openssl.git/history - crypto/pkcs7/pk7_smime.c
Avoid warnings. Fix fips_dssvs program.
[thirdparty/openssl.git] / crypto / pkcs7 / pk7_smime.c
2007-06-22  Dr. Stephen HensonAvoid warnings. Fix fips_dssvs program.
2007-03-21  cvs2svnThis commit was manufactured by cvs2svn to create branc...
2007-02-03  Nils Larschfix potential memory leaks
2006-07-09  Dr. Stephen HensonOops...
2006-07-09  Dr. Stephen HensonFix from HEAD.
2005-08-04  Dr. Stephen HensonAllow PKCS7_decrypt() to work if no cert supplied.
2005-05-19  Nils Larschfix potential memory leak
2005-05-19  Nils Larschfix potential memory leak
2005-05-17  cvs2svnThis commit was manufactured by cvs2svn to create branch
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.