summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_smime.c
AgeCommit message (Expand)Author
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-06-02Make PKCS7_NOCERTS match documentation.Dr. Stephen Henson
2012-03-08check return value of BIO_write in PKCS7_decryptDr. Stephen Henson
2012-02-27Detect symmetric crypto errors in PKCS7_decrypt.Dr. Stephen Henson
2009-03-15Fix from stable branch.Dr. Stephen Henson
2008-11-21Set memory BIOs up properly when stripping text headers from S/MIME messages.Dr. Stephen Henson
2008-11-05Update obsolete email address...Dr. Stephen Henson
2007-08-12Fix warnings.Dr. Stephen Henson
2007-04-13Don't finalize signerinfo if reuse and partial both set.Dr. Stephen Henson
2007-02-26remove dead codeNils Larsch
2007-02-03fix potential memory leaksNils Larsch
2006-12-24Experimental streaming PKCS#7 support.Dr. Stephen Henson
2006-07-09Set detached flag in PKCS7 structure earlier to avoid eating up memory.Dr. Stephen Henson
2006-06-06Add AES and GOST S/MIME capabilities if algorithms are supported.Dr. Stephen Henson
2006-05-26Flush p7bio when all data has been copied.Dr. Stephen Henson
2006-05-24Fix warnings.Dr. Stephen Henson
2006-05-18Add -resign and -md options to smime command to support resigning anDr. Stephen Henson
2006-05-18More S/MIME tidy. Place some common attribute operations in utilityDr. Stephen Henson
2006-05-17Tidy up of S/MIME code and add new functions which will make is easierDr. Stephen Henson
2006-05-07Update S/MIME code to use default digest.Dr. Stephen Henson
2005-08-04Allow PKCS7_decrypt() to work if no cert supplied.Dr. Stephen Henson
2005-05-19fix potential memory leakNils Larsch
2005-05-17fix memory leak (BIO_free_all needs pointer to first BIO)Bodo Möller
2005-02-14Fix possible memory leak.Dr. Stephen Henson
2005-01-14PKCS7_verify() performance optimization. When the content is large and aDr. Stephen Henson
2004-03-27Allow CRLs to be passed into X509_STORE_CTX. This is useful when theDr. Stephen Henson
2003-02-25Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson
2003-02-15Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-03-09Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson
2001-02-24Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson
2001-02-19Make all configuration macros available for application by makingRichard Levitte
2000-09-18Work around for Netscape PKCS#7 signedData bug.Dr. Stephen Henson
2000-09-17Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte
2000-09-07Ugh, BIO_find_type() cannot be passed a NULL.Dr. Stephen Henson
2000-09-05Keep a not of original encoding in certificate requests.Dr. Stephen Henson
2000-05-16Typesafe Thought Police part 4.Ben Laurie
2000-05-15Get rid of more non-ANSI declarations.Ulf Möller
2000-02-28Ouch! PKCS7_encrypt() was heading MIME text headers twiceDr. Stephen Henson
2000-02-26Rename functions for new convention.Dr. Stephen Henson
1999-12-15Delete an unused variable and make the PKCS#12 keygen debugging code workDr. Stephen Henson
1999-12-15Fix the S/MIME code to use canonical MIME format forDr. Stephen Henson
1999-12-11Various S/MIME fixes.Dr. Stephen Henson
1999-12-09Make the PKCS#7 S/MIME functions check for passed NULL pointers.Dr. Stephen Henson
1999-12-07Modify S/MIME application so the -signer option writes the signer(s)Dr. Stephen Henson
1999-12-05Merge in my S/MIME library and utility.Dr. Stephen Henson