aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* Change usage of RAND_pseudo_bytes to RAND_bytesMatt Caswell2016-06-271-1/+1
* RT4175: Fix PKCS7_verify() regression with Authenticode signaturesDavid Woodhouse2016-02-231-0/+17
* Fix missing malloc return value checksMatt Caswell2015-11-091-0/+2
* Remove useless codeAlessandro Ghedini2015-10-231-1/+0
* RT4044: Remove .cvsignore files.Rich Salz2015-09-151-8/+0
* GH354: Memory leak fixesAlessandro Ghedini2015-08-281-19/+6
* PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper2015-06-111-1/+15
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-231-0/+2
* PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2015-03-192-14/+76
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2211-2900/+2780
* mark all block comments that need format preserving so thatTim Hudson2015-01-221-1/+1
* Removed duplicate definition of PKCS7_type_is_encryptedMatt Caswell2014-10-061-4/+0
* Remove ancient obsolete files under pkcs7.Dr. Stephen Henson2014-06-2734-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
* Reduce version skew: trivia (I hope).Ben Laurie2012-06-031-1/+1
* 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
* Backport libcrypto audit: check return values of EVP functions insteadDr. Stephen Henson2011-06-031-7/+17
* Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson2010-06-152-5/+0
* PR: 2102Dr. Stephen Henson2010-01-051-2/+0
* 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