summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_doit.c
AgeCommit message (Expand)Author
2015-11-09Fix missing malloc return value checksMatt Caswell
2015-10-23Remove useless codeAlessandro Ghedini
2015-06-11PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper
2015-03-19PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-05-07Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...Matt Caswell
2014-04-22Fix double frees.Ben Laurie
2012-03-22Submitted by: Markus Friedl <mfriedl@gmail.com>Dr. Stephen Henson
2012-03-12Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key andDr. Stephen Henson
2011-06-03Backport libcrypto audit: check return values of EVP functions insteadDr. Stephen Henson
2010-06-15Fix warnings (From HEAD, original patch by Ben).Dr. Stephen Henson
2007-04-05If you're going to check for negative, use an signed integer! Coverity ID 122.Ben Laurie
2007-04-04check return value of ASN1_item_i2d(), Coverity ID 55Nils Larsch
2007-04-04Handle bad content type. Coverity ID 99.Ben Laurie
2007-02-03fix potential memory leaksNils Larsch
2006-12-24Add bit I missed from PKCS#7 streaming encoder.Dr. Stephen Henson
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie
2006-07-20Use correct pointer types for various functions.Dr. Stephen Henson
2006-07-10Allow digests to supply S/MIME micalg values from a ctrl.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-18Remove old digest type hacks for non RSA keys.Dr. Stephen Henson
2006-05-08Update PKCS#7 decrypt routines to use new API.Dr. Stephen Henson
2006-05-08Update PKCS#7 enveloped data to new API.Dr. Stephen Henson
2006-04-19Remove dss1 hack from S/MIME code.Dr. Stephen Henson
2006-04-07Initial functions for main EVP_PKEY_METHOD operations.Dr. Stephen Henson
2005-08-04Allow PKCS7_decrypt() to work if no cert supplied.Dr. Stephen Henson
2005-05-11Fix more error codes.Bodo Möller
2004-12-05Add lots of checks for memory allocation failure, error codes to indicateDr. Stephen Henson
2004-03-28Enhance EVP code to generate random symmetric keys of theDr. Stephen Henson
2003-10-11Add support for digested data PKCS#7 type.Dr. Stephen Henson
2003-10-11Simplify cipher and digest lookup in PKCS#7 code.Dr. Stephen Henson
2003-10-10Retrieve correct content to sign when theDr. Stephen Henson
2003-06-01Various S/MIME bug and compatibility fixes.Dr. Stephen Henson
2002-11-28Cleanse memory using the new OPENSSL_cleanse() function.Richard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-08-12get rid of EVP_PKEY_ECDSA (now we have EVP_PKEY_EC instead)Bodo Möller
2002-02-26Always init ctx_tmp in PKCS7_dataFinal since it is always cleaned up.Dr. Stephen Henson
2002-02-13ECDSA supportBodo Möller
2002-01-02Allow verification of other types than DATA.Richard Levitte
2001-12-07Don't overwrite signing time.Dr. Stephen Henson
2001-10-17Modify EVP cipher behaviour in a similar wayDr. Stephen Henson
2001-10-16Retain compatibility of EVP_DigestInit() and EVP_DigestFinal()Dr. Stephen Henson
2001-09-01Make the necessary changes to work with the recent "ex_data" overhaul.Geoff Thorpe
2001-07-30Really add the EVP and all of the DES changes.Ben Laurie
2001-04-05Fix couple of memory leaks in PKCS7_dataDecode().Richard Levitte
2001-03-20avoid linking problems when OpenSSL is built with no-dsa. Spotted by Hellan,...Richard Levitte
2001-03-07Fix ERR_R_... problems.Bodo Möller
2001-02-24Stop PKCS7_verify() core dumping with unknown publicDr. Stephen Henson