aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2211-2901/+2781
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-8/+0
* Removed duplicate definition of PKCS7_type_is_encryptedMatt Caswell2014-10-061-4/+0
* Remove ancient obsolete files under pkcs7.Dr. Stephen Henson2014-06-2634-2865/+0
* Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...Matt Caswell2014-05-073-1/+8
* Fix double frees.Ben Laurie2014-04-221-0/+1
* Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson2014-02-131-0/+3
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-053-4/+4
* Submitted by: Markus Friedl <mfriedl@gmail.com>Dr. Stephen Henson2012-03-221-2/+14
* Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key andDr. Stephen Henson2012-03-121-18/+47
* 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
* more vxworks patchesDr. Stephen Henson2011-10-141-1/+1
* Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson2011-01-261-1/+1
* Fix warnings.Ben Laurie2010-06-122-5/+0
* PR: 2102Dr. Stephen Henson2010-01-051-2/+0
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-7/+17
* Fix from stable branch.Dr. Stephen Henson2009-03-151-2/+1
* pval must always be set when pk7_cb() does anything (Coverity ID 146).Ben Laurie2008-12-261-8/+5
* 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-054-4/+4
* Delete nonexistant function from pkcs7.h header file. WIN32 build fix fromDr. Stephen Henson2008-04-041-1/+0
* Use correct headers for signed receipts. Use consistent naming.Dr. Stephen Henson2008-03-311-2/+2
* And so it begins...Dr. Stephen Henson2008-03-125-1012/+56
* Netware support.Dr. Stephen Henson2008-01-031-0/+2
* Fix dependencies. Make depend.Ben Laurie2007-09-191-7/+8
* Fix warnings.Dr. Stephen Henson2007-08-122-5/+5
* Finish gcc 4.2 changes.Dr. Stephen Henson2007-06-071-21/+10
* Fix error code name.Dr. Stephen Henson2007-05-163-3/+3
* Improve error detection when streaming S/MIME.Dr. Stephen Henson2007-05-102-6/+13
* fix function codes for errorBodo Möller2007-04-244-3/+5
* Add SEED encryption algorithm.Bodo Möller2007-04-231-0/+6
* Flush b64 BIO.Dr. Stephen Henson2007-04-131-0/+1
* Don't finalize signerinfo if reuse and partial both set.Dr. Stephen Henson2007-04-131-1/+2
* Update smime utility to support streaming for -encrypt and -sign -nodetachDr. Stephen Henson2007-04-134-30/+112
* If you're going to check for negative, use an signed integer! Coverity ID 122.Ben Laurie2007-04-051-1/+2
* check return value of ASN1_item_i2d(), Coverity ID 55Nils Larsch2007-04-041-0/+6
* Handle bad content type. Coverity ID 99.Ben Laurie2007-04-041-0/+3
* Fix warning.Ben Laurie2007-04-011-0/+3
* remove dead codeNils Larsch2007-02-261-7/+0
* fix potential memory leaksNils Larsch2007-02-033-20/+85
* Add bit I missed from PKCS#7 streaming encoder.Dr. Stephen Henson2006-12-241-10/+28
* Experimental streaming PKCS#7 support.Dr. Stephen Henson2006-12-245-2/+256
* Update from 0.9.8 stable. Eliminate duplicate error codes.Dr. Stephen Henson2006-11-211-9/+6
* remove SSLEAY_MACROS codeNils Larsch2006-11-061-10/+0
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-281-2/+2