summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_doit.c
AgeCommit message (Expand)Author
2020-05-15Update copyright yearMatt Caswell
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-10Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger
2019-09-09Add the ability to perform signatures in a providerMatt Caswell
2018-12-06Following the license change, modify the boilerplates in crypto/pkcs7/Richard Levitte
2018-03-20Update copyright yearMatt Caswell
2018-03-12Improve error handling in pk7_doitMatt Caswell
2017-10-18Remove parentheses of return.KaoruToda
2017-10-16Code hygiene; initialize some pointers.Mouse
2017-10-09Since return is inconsistent, I removed unnecessary parentheses andKaoruToda
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-13Add some missing return value checksMatt Caswell
2016-05-17Copyright consolidation 04/10Rich Salz
2016-04-28Free memory on error in PKCS7_dataFinal()Matt Caswell
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-12-31Use X509_get0_pubkey where appropriateDr. Stephen Henson
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-10-23Remove useless codeAlessandro Ghedini
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson
2015-06-11PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup almost the finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-25free NULL cleanupRich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-03-19PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper
2015-03-16Make X509_ATTRIBUTE opaque.Dr. Stephen Henson
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz
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
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos
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
2010-06-12Fix warnings.Ben Laurie
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. 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