aboutsummaryrefslogtreecommitdiff
path: root/crypto/cms
AgeCommit message (Expand)AuthorFilesLines
2020-09-23Fix CID 1466709 : Negative value passed to a function that cant be negative i...Shane Lontis1-1/+1
2020-09-13Fix safestack issues in ess.hMatt Caswell1-3/+0
2020-09-13Fix safestack issues in cms.hMatt Caswell7-17/+0
2020-09-13Fix safestack issues in asn1.hMatt Caswell1-1/+0
2020-09-13Fix safestack issues in x509v3.hMatt Caswell1-1/+0
2020-09-13Fix safestack issues in x509.hMatt Caswell5-8/+0
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka9-98/+379
2020-09-05Fix coverity CID #1452769 & #1452771 - Arg passed to function that cannot be ...Shane Lontis1-4/+4
2020-08-22Fix CMS so that it still works with non fetchable algorithms.Shane Lontis4-20/+58
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2-13/+5
2020-08-09Add libctx support to CMS.Shane Lontis12-245/+618
2020-08-04Coverity Fixes for issue #12531Norman Ashley1-2/+2
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli1-0/+7
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb1-2/+2
2020-07-16Update copyright yearRichard Levitte1-1/+1
2020-07-08Fix CID 1454806: NEGATIVE_RETURNS (cms_enc.c)Shane Lontis1-1/+6
2020-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY4-17/+125
2020-05-15Update copyright yearMatt Caswell3-3/+3
2020-04-30coverity 1462578 Resource leakPauli1-1/+3
2020-04-30coverity 1462567: Null pointer dereferencesPauli1-3/+5
2020-04-30coverity 1462543 Logically dead codePauli1-18/+18
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz7-0/+27
2020-04-23Update copyright yearMatt Caswell5-5/+5
2020-04-10CMS KARI: Temporarly downgrade newly generated EVP_PKEYs to legacyRichard Levitte2-1/+48
2020-03-03Implementation of Russian GOST CMSDmitry Belyavskiy5-45/+236
2020-01-06Don't use the low level AES key wrap APIs in CMSMatt Caswell1-22/+59
2019-11-18PEM: constify PEM_write_ routinesRichard Levitte1-1/+1
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