aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_sd.c
Commit message (Expand)AuthorAgeFilesLines
* Fix error handling in CMS_EncryptedData_encryptBernd Edlinger2024-05-061-2/+18
* CMS and PKCS7: fix handlling of EVP_PKEY_get_size() failureDr. David von Oheimb2023-10-261-4/+3
* CMS_add1_signer(): add missing ERR_raise() callsDr. David von Oheimb2023-10-171-3/+10
* Check error return from cms_sd_asn1_ctrl() correctly.Pauli2023-09-081-3/+3
* Copyright year updatesMatt Caswell2023-09-071-1/+1
* Remove redundant checkatishkov2023-07-181-5/+0
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-35/+43
* PKCS7: add notes to pkcs7.h.in and minor code cleanup in crypto/{pkcs7,cms}/Dr. David von Oheimb2022-09-021-1/+1
* CMS: add CMS_SignedData_verify(), a variant of CMS_verify() with extensionsDr. David von Oheimb2022-07-161-0/+41
* cms_sd.c: fix style/formatting nits reported check-format.plDr. David von Oheimb2022-07-161-19/+16
* Update copyright yearMatt Caswell2022-05-031-1/+1
* CMS sign digestViktor Söderqvist2022-04-021-11/+23
* enable CMS sign/verify for provider-implemented PKEYsMichael Baentsch2022-03-031-3/+34
* Fix malloc failure handling of X509_ALGOR_set0()Dr. David von Oheimb2022-01-141-7/+2
* asn1/x_algor.c: add internal ossl_X509_ALGOR_from_nid() simplifying codeDr. David von Oheimb2022-01-071-3/+2
* Fix the return check of OBJ_obj2txtPW Hu2021-11-221-2/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-4/+5
* CMS_get0_SignerInfos(): Prevent spurious error on cms_get0_signed() failureDr. David von Oheimb2021-05-191-1/+5
* CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb2021-04-281-1/+50
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-281-2/+2
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-181-6/+11
* Add "origin" field to EVP_CIPHER, EVP_MDRich Salz2021-04-181-1/+1
* Deprecate the EVP_PKEY controls for CMS and PKCS#7Tomas Mraz2021-04-061-36/+0
* Fix usages of const EVP_MD.Shane Lontis2021-03-221-1/+1
* Rename CMS_si_check_attributes to ossl_cms_si_check_attributesShane Lontis2021-03-181-2/+2
* misc: other init function param additionsPauli2021-03-121-3/+4
* Fix external symbols for cms.Shane Lontis2021-02-221-43/+47
* Rename internal X509_add_cert_new() to ossl_x509_add_cert_new()Dr. David von Oheimb2021-02-181-3/+3
* Update copyright yearRichard Levitte2021-01-281-1/+1
* CMS: Fix NULL access if d2i_CMS_bio() is not passed a CMS_ContentInfo**.Shane Lontis2021-01-181-11/+17
* Drop unnecessary checks of OPENSSL_NO_DH, OPENSSL_NO_DSA and OPENSSL_NO_ECRichard Levitte2020-12-161-4/+1
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-38/+31
* Move CMS signing code out of the algorithms and into CMSMatt Caswell2020-10-151-0/+9
* Run the withlibctx.pl scriptMatt Caswell2020-10-011-12/+8
* Fix CID 1466709 : Negative value passed to a function that cant be negative i...Shane Lontis2020-09-231-1/+1
* Fix safestack issues in cms.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Fix CMS so that it still works with non fetchable algorithms.Shane Lontis2020-08-221-4/+17
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-6/+3
* Add libctx support to CMS.Shane Lontis2020-08-091-43/+94
* Update copyright yearMatt Caswell2020-05-151-1/+1
* coverity 1462578 Resource leakPauli2020-04-301-1/+3
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+6
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-4/+4
* Add the ability to perform signatures in a providerMatt Caswell2019-09-091-0/+24
* CAdES : lowercase name for now internal methods.FdaSilvaYY2019-07-311-2/+5
* Add the content type attribute to additional CMS signerinfo.Shane Lontis2019-06-031-5/+31