summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_sd.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2022-09-02PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/Dr. David von Oheimb
2022-07-16CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb
2022-07-16cms_sd.c: fix style/formatting nits reported check-format.plDr. David von Oheimb
2022-05-03Update copyright yearMatt Caswell
2022-04-02CMS sign digestViktor Söderqvist
2022-03-03enable CMS sign/verify for provider-implemented PKEYsMichael Baentsch
2022-01-14Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb
2022-01-07asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying codeDr. David von Oheimb
2021-11-22Fix the return check of OBJ_obj2txtPW Hu
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-19CMS_get0_SignerInfos(): Prevent spurious error on cms_get0_signed() failureDr. David von Oheimb
2021-04-28CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb
2021-04-28ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb
2021-04-18Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte
2021-04-18Add "origin" field to EVP_CIPHER, EVP_MDRich Salz
2021-04-06Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz
2021-03-22Fix usages of const EVP_MD.Shane Lontis
2021-03-18Rename CMS_si_check_attributes to ossl_cms_si_check_attributesShane Lontis
2021-03-12misc: other init function param additionsPauli
2021-02-22Fix external symbols for cms.Shane Lontis
2021-02-18Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb
2021-01-28Update copyright yearRichard Levitte
2021-01-18CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.Shane Lontis
2020-12-16Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Move CMS signing code out of the algorithms and into CMSMatt Caswell
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-23Fix CID 1466709 : Negative value passed to a function that cant be negative i...Shane Lontis
2020-09-13Fix safestack issues in cms.hMatt Caswell
2020-09-13Fix safestack issues in asn1.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
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-05-15Update copyright yearMatt Caswell
2020-04-30coverity 1462578 Resource leakPauli
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-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-09Add the ability to perform signatures in a providerMatt Caswell
2019-07-31CAdES : lowercase name for now internal methods.FdaSilvaYY
2019-06-03Add the content type attribute to additional CMS signerinfo.Shane Lontis
2019-05-29CAdES: Fix SignerInfo attribute construction order.FdaSilvaYY
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono
2018-12-06Following the license change, modify the boilerplates in crypto/cms/Richard Levitte
2017-11-27Check for malloc failureRich Salz
2017-10-16Code hygiene; initialize some pointers.Mouse
2017-01-08Set EVP_PKEY_CTX in SignerInfoDr. Stephen Henson