aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs7/pk7_doit.c
AgeCommit message (Expand)AuthorFilesLines
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY1-1/+1
2016-06-13Add some missing return value checksMatt Caswell1-1/+2
2016-05-17Copyright consolidation 04/10Rich Salz1-54/+6
2016-04-28Free memory on error in PKCS7_dataFinal()Matt Caswell1-0/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson1-4/+2
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-7/+7
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-22/+36
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-7/+9
2015-10-23Remove useless codeAlessandro Ghedini1-1/+0
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson1-3/+3
2015-06-11PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper1-1/+15
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-4/+3
2015-05-01free null cleanup finaleRich Salz1-5/+3
2015-04-30free cleanup almost the finaleRich Salz1-33/+15
2015-04-30free NULL cleanup 5aRich Salz1-4/+2
2015-03-28free NULL cleanupRich Salz1-8/+5
2015-03-25free NULL cleanupRich Salz1-19/+10
2015-03-25RAND_bytes updatesMatt Caswell1-1/+1
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-6/+6
2015-03-19PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper1-14/+73
2015-03-16Make X509_ATTRIBUTE opaque.Dr. Stephen Henson1-17/+5
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz1-35/+0
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-1176/+1092
2014-05-07Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...Matt Caswell1-0/+5
2014-04-22Fix double frees.Ben Laurie1-0/+1
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos1-1/+1
2012-03-22Submitted by: Markus Friedl <mfriedl@gmail.com>Dr. Stephen Henson1-2/+14
2012-03-12Fix for CMS/PKCS7 MMA. If RSA decryption fails use a random key andDr. Stephen Henson1-18/+47
2010-06-12Fix warnings.Ben Laurie1-3/+0
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-7/+17
2007-04-05If you're going to check for negative, use an signed integer! Coverity ID 122.Ben Laurie1-1/+2
2007-04-04check return value of ASN1_item_i2d(), Coverity ID 55Nils Larsch1-0/+6
2007-04-04Handle bad content type. Coverity ID 99.Ben Laurie1-0/+3
2007-02-03fix potential memory leaksNils Larsch1-8/+39
2006-12-24Add bit I missed from PKCS#7 streaming encoder.Dr. Stephen Henson1-10/+28
2006-08-28Make things static that should be. Declare stuff in headers that should be.Ben Laurie1-2/+2
2006-07-20Use correct pointer types for various functions.Dr. Stephen Henson1-1/+1
2006-07-10Allow digests to supply S/MIME micalg values from a ctrl.Dr. Stephen Henson1-8/+22
2006-05-24Fix warnings.Dr. Stephen Henson1-2/+2
2006-05-18Add -resign and -md options to smime command to support resigning anDr. Stephen Henson1-1/+0
2006-05-18More S/MIME tidy. Place some common attribute operations in utilityDr. Stephen Henson1-79/+102
2006-05-18Remove old digest type hacks for non RSA keys.Dr. Stephen Henson1-17/+0
2006-05-08Update PKCS#7 decrypt routines to use new API.Dr. Stephen Henson1-34/+76
2006-05-08Update PKCS#7 enveloped data to new API.Dr. Stephen Henson1-38/+61
2006-04-19Remove dss1 hack from S/MIME code.Dr. Stephen Henson1-0/+2
2006-04-07Initial functions for main EVP_PKEY_METHOD operations.Dr. Stephen Henson1-3/+3
2005-08-04Allow PKCS7_decrypt() to work if no cert supplied.Dr. Stephen Henson1-17/+57
2005-05-11Fix more error codes.Bodo Möller1-12/+12