summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_sd.c
AgeCommit message (Expand)Author
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
2016-08-17constify X509_ALGOR_get0()Dr. Stephen Henson
2016-05-17Copyright consolidation 09/10Rich Salz
2016-04-28Don't leak EVP_MD_CTX on error pathMatt Caswell
2016-03-08Convert CRYPTO_LOCK_EVP_PKEY to new multi-threading APIAlessandro Ghedini
2016-02-05GH601: Various spelling fixes.FdaSilvaYY
2016-01-27Comment side-effect only calls of X509_check_purposeViktor Dukhovni
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adapt the rest of the source to the removal of (EVP_MD_CTX|HMAC_CTX)_cleanupRichard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-30Add GOST12 cms/smime capabilitiesMatt Caswell
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-25free NULL cleanupRich Salz
2015-03-24Move some ASN.1 internals to asn1_int.hDr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-08-15cms_SignerInfo_content_sign: free sig on failure pathJonas Maebe
2014-05-29Set version number correctly.Dr. Stephen Henson