aboutsummaryrefslogtreecommitdiff
path: root/crypto/pkcs7
AgeCommit message (Expand)AuthorFilesLines
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell2-8/+10
2015-11-05Rebuild error source files.Dr. Stephen Henson1-19/+13
2015-10-23Remove useless codeAlessandro Ghedini1-1/+0
2015-09-30Add GOST12 cms/smime capabilitiesMatt Caswell1-0/+2
2015-09-06Remove warning about use of uninitialised variableRichard Levitte1-2/+1
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson1-3/+3
2015-09-05RT3955: Reduce some stack usageRich Salz1-20/+34
2015-08-31Add X509_up_ref function.Dr. Stephen Henson1-2/+2
2015-08-31Add X509_CRL_up_ref functionDr. Stephen Henson1-1/+1
2015-08-28GH354: Memory leak fixesAlessandro Ghedini1-20/+6
2015-06-11PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper1-1/+15
2015-05-22Fix the update target and remove duplicate file updatesRichard Levitte1-0/+2
2015-05-14make dependRichard Levitte1-5/+8
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte7-7/+7
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz4-24/+24
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 Salz2-6/+3
2015-04-11free NULL cleanup 9Rich Salz1-10/+5
2015-03-31Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte1-18/+2
2015-03-31Stop symlinking, move files to intended directoryRichard Levitte1-480/+0
2015-03-28free NULL cleanupRich Salz2-10/+6
2015-03-25free NULL cleanupRich Salz1-19/+10
2015-03-25RAND_bytes updatesMatt Caswell1-1/+1
2015-03-24make dependDr. Stephen Henson1-1/+1
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson1-1/+1
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson2-13/+13
2015-03-19PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2-14/+76
2015-03-16Make X509_ATTRIBUTE opaque.Dr. Stephen Henson1-17/+5
2015-03-12Remove obsolete declarations.Dr. Stephen Henson1-4/+0
2015-01-30Dead code removal: #if 0 asn1, pkcs7Rich Salz2-39/+5
2015-01-23ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell11-2901/+2781
2015-01-14Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz1-1/+1
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+1
2014-12-08Remove fipscanister build functionality from makefiles.Dr. Stephen Henson1-1/+1
2014-11-28Remove all .cvsignore filesRich Salz1-8/+0
2014-10-06Removed duplicate definition of PKCS7_type_is_encryptedMatt Caswell1-4/+0
2014-06-26Remove ancient obsolete files under pkcs7.Dr. Stephen Henson34-2865/+0
2014-05-07Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...Matt Caswell3-1/+8
2014-04-22Fix double frees.Ben Laurie1-0/+1
2014-02-13Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson1-0/+3
2013-09-05misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos3-4/+4
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
2012-03-08check return value of BIO_write in PKCS7_decryptDr. Stephen Henson1-1/+5
2012-02-27Detect symmetric crypto errors in PKCS7_decrypt.Dr. Stephen Henson1-2/+17
2011-10-14more vxworks patchesDr. Stephen Henson1-1/+1
2011-01-26Change AR to ARX to allow exclusion of fips object modulesDr. Stephen Henson1-1/+1
2010-06-12Fix warnings.Ben Laurie2-5/+0