summaryrefslogtreecommitdiff
path: root/crypto/pkcs7/pk7_doit.c
Commit message (Expand)AuthorAgeFilesLines
* Copyright consolidation 04/10Rich Salz2016-05-171-54/+6
* Free memory on error in PKCS7_dataFinal()Matt Caswell2016-04-281-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-311-4/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-7/+7
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-22/+36
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-7/+9
* Remove useless codeAlessandro Ghedini2015-10-231-1/+0
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-3/+3
* PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper2015-06-111-1/+15
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-4/+3
* free null cleanup finaleRich Salz2015-05-011-5/+3
* free cleanup almost the finaleRich Salz2015-04-301-33/+15
* free NULL cleanup 5aRich Salz2015-04-301-4/+2
* free NULL cleanupRich Salz2015-03-281-8/+5
* free NULL cleanupRich Salz2015-03-251-19/+10
* RAND_bytes updatesMatt Caswell2015-03-251-1/+1
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-6/+6
* PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2015-03-191-14/+73
* Make X509_ATTRIBUTE opaque.Dr. Stephen Henson2015-03-161-17/+5
* Dead code removal: #if 0 asn1, pkcs7Rich Salz2015-01-301-35/+0
* 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
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-051-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
* Fix warnings.Ben Laurie2010-06-121-3/+0
* Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson2009-09-231-7/+17
* 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