aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7
Commit message (Expand)AuthorAgeFilesLines
* make updateRichard Levitte2016-01-121-67/+80
* Use X509_get0_pubkey where appropriateDr. Stephen Henson2015-12-312-8/+3
* make updateDr. Stephen Henson2015-12-091-9/+3
* 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-092-8/+10
* Rebuild error source files.Dr. Stephen Henson2015-11-051-19/+13
* Remove useless codeAlessandro Ghedini2015-10-231-1/+0
* Add GOST12 cms/smime capabilitiesMatt Caswell2015-09-301-0/+2
* Remove warning about use of uninitialised variableRichard Levitte2015-09-061-2/+1
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-3/+3
* RT3955: Reduce some stack usageRich Salz2015-09-051-20/+34
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-2/+2
* Add X509_CRL_up_ref functionDr. Stephen Henson2015-08-311-1/+1
* GH354: Memory leak fixesAlessandro Ghedini2015-08-281-20/+6
* PKCS#7: Fix NULL dereference with missing EncryptedContent.Emilia Kasper2015-06-111-1/+15
* Fix the update target and remove duplicate file updatesRichard Levitte2015-05-221-0/+2
* make dependRichard Levitte2015-05-141-5/+8
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-147-7/+7
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-114-24/+24
* 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-302-6/+3
* free NULL cleanup 9Rich Salz2015-04-111-10/+5
* Remove EXHEADER, TEST, APPS, links:, install: and uninstall: where relevantRichard Levitte2015-03-311-18/+2
* Stop symlinking, move files to intended directoryRichard Levitte2015-03-311-480/+0
* free NULL cleanupRich Salz2015-03-282-10/+6
* free NULL cleanupRich Salz2015-03-251-19/+10
* RAND_bytes updatesMatt Caswell2015-03-251-1/+1
* make dependDr. Stephen Henson2015-03-241-1/+1
* Move some ASN.1 internals to asn1_int.hDr. Stephen Henson2015-03-241-1/+1
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-232-13/+13
* PKCS#7: avoid NULL pointer dereferences with missing contentEmilia Kasper2015-03-192-14/+76
* Make X509_ATTRIBUTE opaque.Dr. Stephen Henson2015-03-161-17/+5
* Remove obsolete declarations.Dr. Stephen Henson2015-03-121-4/+0
* Dead code removal: #if 0 asn1, pkcs7Rich Salz2015-01-302-39/+5
* ifdef cleanup part 3: OPENSSL_SYSNAMERich Salz2015-01-231-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-2211-2901/+2781
* Cleanup OPENSSL_NO_xxx, part 1master-pre-reformatRich Salz2015-01-141-1/+1
* mark all block comments that need format preserving so thatTim Hudson2014-12-301-1/+1
* Remove fipscanister build functionality from makefiles.Dr. Stephen Henson2014-12-081-1/+1
* Remove all .cvsignore filesRich Salz2014-11-281-8/+0
* Removed duplicate definition of PKCS7_type_is_encryptedMatt Caswell2014-10-061-4/+0
* Remove ancient obsolete files under pkcs7.Dr. Stephen Henson2014-06-2634-2865/+0
* Fixed NULL pointer dereference in PKCS7_dataDecode reported by David Ramos in...Matt Caswell2014-05-073-1/+8
* Fix double frees.Ben Laurie2014-04-221-0/+1
* Add suppot for ASCII with CRLF canonicalisation.Dr. Stephen Henson2014-02-131-0/+3
* misspellings fixes by https://github.com/vlajos/misspell_fixerVeres Lajos2013-09-053-4/+4
* 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