aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_smime.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+5
* Fix PKCS7 memory leakMatt Caswell2016-04-181-0/+1
* Make many X509_xxx types opaque.Rich Salz2016-04-151-8/+11
* Add PKCS7_NO_DUAL_CONTENT flagRich Salz2016-02-231-4/+12
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Add GOST12 cms/smime capabilitiesMatt Caswell2015-09-301-0/+2
* Remove warning about use of uninitialised variableRichard Levitte2015-09-061-2/+1
* RT3955: Reduce some stack usageRich Salz2015-09-051-20/+34
* GH354: Memory leak fixesAlessandro Ghedini2015-08-281-20/+6
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-11/+11
* free NULL cleanup 5aRich Salz2015-04-301-2/+1
* Dead code removal: #if 0 asn1, pkcs7Rich Salz2015-01-301-4/+5
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-497/+477
* check return value of BIO_write in PKCS7_decryptDr. Stephen Henson2012-03-081-1/+5
* Detect symmetric crypto errors in PKCS7_decrypt.Dr. Stephen Henson2012-02-271-2/+17
* Fix from stable branch.Dr. Stephen Henson2009-03-151-2/+1
* Set memory BIOs up properly when stripping text headers from S/MIME messages.Dr. Stephen Henson2008-11-211-0/+1
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* Fix warnings.Dr. Stephen Henson2007-08-121-1/+1
* Don't finalize signerinfo if reuse and partial both set.Dr. Stephen Henson2007-04-131-1/+2
* remove dead codeNils Larsch2007-02-261-7/+0
* fix potential memory leaksNils Larsch2007-02-031-5/+13
* Experimental streaming PKCS#7 support.Dr. Stephen Henson2006-12-241-0/+3
* Set detached flag in PKCS7 structure earlier to avoid eating up memory.Dr. Stephen Henson2006-07-091-2/+3
* Add AES and GOST S/MIME capabilities if algorithms are supported.Dr. Stephen Henson2006-06-061-1/+13
* Flush p7bio when all data has been copied.Dr. Stephen Henson2006-05-261-0/+2
* Fix warnings.Dr. Stephen Henson2006-05-241-1/+1
* Add -resign and -md options to smime command to support resigning anDr. Stephen Henson2006-05-181-0/+45
* More S/MIME tidy. Place some common attribute operations in utilityDr. Stephen Henson2006-05-181-5/+4
* Tidy up of S/MIME code and add new functions which will make is easierDr. Stephen Henson2006-05-171-79/+124
* Update S/MIME code to use default digest.Dr. Stephen Henson2006-05-071-1/+1
* Allow PKCS7_decrypt() to work if no cert supplied.Dr. Stephen Henson2005-08-041-1/+1
* fix potential memory leakNils Larsch2005-05-191-1/+6
* fix memory leak (BIO_free_all needs pointer to first BIO)Bodo Möller2005-05-171-4/+2
* Fix possible memory leak.Dr. Stephen Henson2005-02-141-5/+6
* PKCS7_verify() performance optimization. When the content is large and aDr. Stephen Henson2005-01-141-4/+33
* Allow CRLs to be passed into X509_STORE_CTX. This is useful when theDr. Stephen Henson2004-03-271-0/+2
* Fix indefinite length encoding so EOC correctly updatesDr. Stephen Henson2003-02-251-1/+1
* Single pass processing to cleartext S/MIME signing.Dr. Stephen Henson2003-02-151-10/+12
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-3/+12
* Change the EVP_somecipher() and EVP_somedigest()Dr. Stephen Henson2001-03-091-1/+1
* Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson2001-02-241-8/+5
* Make all configuration macros available for application by makingRichard Levitte2001-02-191-4/+4
* Work around for Netscape PKCS#7 signedData bug.Dr. Stephen Henson2000-09-181-0/+5
* Use sk_*_new_null() instead of sk_*_new(NULL), since that takes careRichard Levitte2000-09-171-2/+2
* Ugh, BIO_find_type() cannot be passed a NULL.Dr. Stephen Henson2000-09-071-3/+3
* Keep a not of original encoding in certificate requests.Dr. Stephen Henson2000-09-051-0/+3
* Typesafe Thought Police part 4.Ben Laurie2000-05-161-4/+4
* Get rid of more non-ANSI declarations.Ulf Möller2000-05-151-1/+1