summaryrefslogtreecommitdiff
path: root/crypto/pkcs7/pk7_doit.c
Commit message (Expand)AuthorAgeFilesLines
* PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2015-03-191-14/+73
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1176/+1092
* Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...Matt Caswell2014-05-071-0/+5
* Fix double frees.Ben Laurie2014-04-221-0/+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
* 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-151-3/+0
* 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 potential memory leaksNils Larsch2007-02-031-8/+39
* Add bit I missed from PKCS#7 streaming encoder.Dr. Stephen Henson2006-12-241-10/+28
* Make things static that should be. Declare stuff in headers that should be.Ben Laurie2006-08-281-2/+2
* Use correct pointer types for various functions.Dr. Stephen Henson2006-07-201-1/+1
* Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson2006-07-101-8/+22
* Fix warnings.Dr. Stephen Henson2006-05-241-2/+2
* Add -resign and -md options to smime command to support resigning anDr. Stephen Henson2006-05-181-1/+0
* More S/MIME tidy. Place some common attribute operations in utilityDr. Stephen Henson2006-05-181-79/+102
* Remove old digest type hacks for non RSA keys.Dr. Stephen Henson2006-05-181-17/+0
* Update PKCS#7 decrypt routines to use new API.Dr. Stephen Henson2006-05-081-34/+76
* Update PKCS#7 enveloped data to new API.Dr. Stephen Henson2006-05-081-38/+61
* Remove dss1 hack from S/MIME code.Dr. Stephen Henson2006-04-191-0/+2
* Initial functions for main EVP_PKEY_METHOD operations.Dr. Stephen Henson2006-04-071-3/+3
* Allow PKCS7_decrypt() to work if no cert supplied.Dr. Stephen Henson2005-08-041-17/+57
* Fix more error codes.Bodo Möller2005-05-111-12/+12
* Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson2004-12-051-6/+36
* Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson2004-03-281-5/+10
* Add support for digested data PKCS#7 type.Dr. Stephen Henson2003-10-111-58/+104
* Simplify cipher and digest lookup in PKCS#7 code.Dr. Stephen Henson2003-10-111-6/+5
* Retrieve correct content to sign when theDr. Stephen Henson2003-10-101-26/+21
* Various S/MIME bug and compatibility fixes.Dr. Stephen Henson2003-06-011-0/+5
* Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte2002-11-281-2/+2
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller2002-08-121-2/+2
* Always init ctx_tmp in PKCS7_dataFinal since it is always cleaned up.Dr. Stephen Henson2002-02-261-1/+1
* ECDSA supportBodo Möller2002-02-131-0/+7
* Allow verification of other types than DATA.Richard Levitte2002-01-021-7/+46
* Don't overwrite signing time.Dr. Stephen Henson2001-12-071-5/+9
* Modify EVP cipher behaviour in a similar wayDr. Stephen Henson2001-10-171-3/+3
* Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson2001-10-161-6/+6
* Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe2001-09-011-1/+5
* Really add the EVP and all of the DES changes.Ben Laurie2001-07-301-2/+7
* Fix couple of memory leaks in PKCS7_dataDecode().Richard Levitte2001-04-051-2/+2
* avoid linking problems when OpenSSL is built with no-dsa. Spotted by Hellan,...Richard Levitte2001-03-201-0/+4
* Fix ERR_R_... problems.Bodo Möller2001-03-071-2/+2
* Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson2001-02-241-0/+5
* Initial support for ASN1_ITEM_FUNCTION option toDr. Stephen Henson2001-02-231-2/+2
* Fix the S/MIME code so it now works again andDr. Stephen Henson2000-12-311-35/+16
* Merge from the ASN1 branch of new ASN1 codeDr. Stephen Henson2000-12-081-4/+4