aboutsummaryrefslogtreecommitdiff
path: root/crypto/cms
AgeCommit message (Expand)AuthorFilesLines
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz7-40/+53
2019-09-30Fix a bundle of mischecks of return valuesPaul Yang1-1/+1
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre1-2/+2
2019-09-28Reorganize local header filesDr. Matthias St. Pierre14-13/+13
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre6-11/+11
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte1-1/+1
2019-09-10Fix a padding oracle in PKCS7_dataDecode and CMS_decrypt_set1_pkeyBernd Edlinger3-1/+23
2019-09-09Add the ability to perform signatures in a providerMatt Caswell1-0/+24
2019-07-31CAdES : lowercase name for now internal methods.FdaSilvaYY2-9/+10
2019-07-24Remove OPENSSL_X509V3_H include detector from openssl/cms.hDr. Matthias St. Pierre1-3/+0
2019-07-16Regenerate mkerr filesRich Salz1-149/+1
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis4-7/+170
2019-05-29CAdES: Fix SignerInfo attribute construction order.FdaSilvaYY1-9/+8
2019-03-08Change arg to cms_CompressedData_init_bio to be constMatt Caswell1-1/+1
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb8-16/+18
2019-02-13Fix null pointer dereference in cms_RecipientInfo_kari_initDaniel DeFreez1-1/+4
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono3-2/+96
2018-12-13Add missing OPENSSL_clear_free before using ec->keyMansour Ahmadi1-0/+1
2018-12-06Following the license change, modify the boilerplates in crypto/cms/Richard Levitte15-15/+15
2018-09-11Update copyright yearMatt Caswell1-1/+1
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri1-7/+0
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb1-1/+1
2018-05-29Update copyright yearMatt Caswell2-2/+2
2018-05-08Fix a mem leak in CMSMatt Caswell2-0/+2
2018-04-17Update copyright yearRichard Levitte2-2/+2
2018-04-03Set error code on alloc failuresRich Salz3-5/+10
2017-11-27Check for malloc failureRich Salz1-2/+4
2017-10-16Code hygiene; initialize some pointers.Mouse1-1/+1
2017-08-08Support CMS decrypt without a certificate for all key typesDr. Stephen Henson1-6/+4
2017-06-07make error tables const and separate header fileRich Salz1-198/+231
2017-05-27Fix spelling errors in CMS.Josh Soref3-5/+5
2017-05-11Fix gcc-7 warnings.Bernd Edlinger1-0/+1
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte1-13/+13
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte2-26/+26
2017-01-08Set EVP_PKEY_CTX in SignerInfoDr. Stephen Henson1-0/+1
2016-08-22Fix enable-zlibMatt Caswell1-1/+1
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson2-3/+3
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY1-4/+4
2016-07-25Constify CMS_decrypt_set1_key input bufferFdaSilvaYY1-1/+1
2016-07-20Check for errors allocating the error strings.Kurt Roeckx1-1/+2
2016-06-18Useless header include of openssl/rand.hFdaSilvaYY2-2/+0
2016-06-15Constify CMS_get0_type inputFdaSilvaYY1-1/+1
2016-06-13GH1141: Different fix, preferred by Richard.Rich Salz1-2/+2
2016-06-12RT3053: Check for NULL before dereferencingPhillip Hellewell1-0/+4
2016-05-23Remove unused error/function codes.Rich Salz1-7/+1
2016-05-17Manual fixes after copyright consolidationRich Salz1-51/+6
2016-05-17Copyright consolidation 09/10Rich Salz14-686/+70
2016-05-06Only set CMS parameter when encryptingDr. Stephen Henson1-15/+16
2016-05-05typoDr. Stephen Henson1-1/+1
2016-05-05Always try to set ASN.1 parameters for CMS.Dr. Stephen Henson1-11/+14