summaryrefslogtreecommitdiffstats
path: root/crypto/pkcs7/pk7_doit.c
AgeCommit message (Expand)Author
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-12Fix coverity issue: CID 1466484 - Remove dead code in PKCS7_dataInit()Shane Lontis
2020-08-29Fix PKCS#7 so that it still works with non fetchable cipher algorithms.Dmitry Belyavskiy
2020-08-29Fix PKCS#7 so that it still works with non fetchable digest algorithms.Dmitry Belyavskiy
2020-08-09Add libctx support to PKCS7.Shane Lontis
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
2020-07-08Fix CID 1454808: Error handling issues NEGATIVE_RETURNS (PKCS7_dataDecode())Shane Lontis
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