summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_smime.c
AgeCommit message (Expand)Author
2016-05-17Copyright consolidation 04/10Rich Salz
2016-04-18Fix PKCS7 memory leakMatt Caswell
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-02-23Add PKCS7_NO_DUAL_CONTENT flagRich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-09-30Add GOST12 cms/smime capabilitiesMatt Caswell
2015-09-06Remove warning about use of uninitialised variableRichard Levitte
2015-09-05RT3955: Reduce some stack usageRich Salz
2015-08-28GH354: Memory leak fixesAlessandro Ghedini
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
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