summaryrefslogtreecommitdiffstats
path: root/crypto/cms
AgeCommit message (Expand)Author
2020-07-16Update copyright yearRichard Levitte
2020-07-08Fix CID 1454806: NEGATIVE_RETURNS (cms_enc.c)Shane Lontis
2020-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY
2020-05-15Update copyright yearMatt Caswell
2020-04-30coverity 1462578 Resource leakPauli
2020-04-30coverity 1462567: Null pointer dereferencesPauli
2020-04-30coverity 1462543 Logically dead codePauli
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-04-23Update copyright yearMatt Caswell
2020-04-10CMS KARI: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte
2020-03-03Implementation of Russian GOST CMSDmitry Belyavskiy
2020-01-06Don't use the low level AES key wrap APIs in CMSMatt Caswell
2019-11-18PEM: constify PEM_write_ routinesRichard Levitte
2019-10-09Explicitly test against NULL; do not use !p or similarRich Salz
2019-09-30Fix a bundle of mischecks of return valuesPaul Yang
2019-09-28Fix header file include guard namesDr. Matthias St. Pierre
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
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
2019-07-31CAdES : lowercase name for now internal methods.FdaSilvaYY
2019-07-24Remove OPENSSL_X509V3_H include detector from openssl/cms.hDr. Matthias St. Pierre
2019-07-16Regenerate mkerr filesRich Salz
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
2019-05-29CAdES: Fix SignerInfo attribute construction order.FdaSilvaYY
2019-03-08Change arg to cms_CompressedData_init_bio to be constMatt Caswell
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-02-13Fix null pointer dereference in cms_RecipientInfo_kari_initDaniel DeFreez
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono
2018-12-13Add missing OPENSSL_clear_free before using ec->keyMansour Ahmadi
2018-12-06Following the license change, modify the boilerplates in crypto/cms/Richard Levitte
2018-09-11Update copyright yearMatt Caswell
2018-06-22Remove __cplusplus preamble from internal headersNicola Tuveri
2018-06-18add 'unsupported cipher mode' diagnostics to evp_lib.c and genpkey.cDavid von Oheimb
2018-05-29Update copyright yearMatt Caswell
2018-05-08Fix a mem leak in CMSMatt Caswell
2018-04-17Update copyright yearRichard Levitte
2018-04-03Set error code on alloc failuresRich Salz
2017-11-27Check for malloc failureRich Salz
2017-10-16Code hygiene; initialize some pointers.Mouse
2017-08-08Support CMS decrypt without a certificate for all key typesDr. Stephen Henson
2017-06-07make error tables const and separate header fileRich Salz
2017-05-27Fix spelling errors in CMS.Josh Soref
2017-05-11Fix gcc-7 warnings.Bernd Edlinger
2017-04-13ASN.1: adapt our use of INTxx et al by making them explicitely embeddedRichard Levitte
2017-04-10Act on deprecation of LONG and ZLONG, step 2Richard Levitte
2017-01-08Set EVP_PKEY_CTX in SignerInfoDr. Stephen Henson
2016-08-22Fix enable-zlibMatt Caswell
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson