summaryrefslogtreecommitdiffstats
path: root/crypto/cms
AgeCommit message (Expand)Author
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix safestack issues in x509v3.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-08Add CMS AuthEnvelopedData with AES-GCM supportJakub Zelenka
2020-09-05Fix coverity CID #1452769 & #1452771 - Arg passed to function that cannot be ...Shane Lontis
2020-08-22Fix CMS so that it still works with non fetchable algorithms.Shane Lontis
2020-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-08-09Add libctx support to CMS.Shane Lontis
2020-08-04Coverity Fixes for issue #12531Norman Ashley
2020-07-22EVP: deprecate the EVP_X_meth_ functions.Pauli
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
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