summaryrefslogtreecommitdiffstats
path: root/crypto/cms/cms_ess.c
AgeCommit message (Expand)Author
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-05-29add zero strenght arguments to BN and RAND RNG callsPauli
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-22Remove an unused parameterRich Salz
2021-03-18Add ossl_asn1 symbolsShane Lontis
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb
2021-02-22Fix external symbols for cms.Shane Lontis
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-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-10-15Rename OPENSSL_CTX prefix to OSSL_LIB_CTXDr. Matthias St. Pierre
2020-10-01Run the withlibctx.pl scriptMatt Caswell
2020-09-13Fix safestack issues in ess.hMatt Caswell
2020-09-13Fix safestack issues in cms.hMatt Caswell
2020-09-13Fix safestack issues in x509v3.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-09-05Fix coverity CID #1452769 & #1452771 - Arg passed to function that cannot be ...Shane Lontis
2020-08-09Add libctx support to CMS.Shane Lontis
2020-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY
2020-05-15Update copyright yearMatt Caswell
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-07-31CAdES : lowercase name for now internal methods.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
2016-05-17Copyright consolidation 09/10Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-11Enable -Wmissing-variable-declarations andBen Laurie
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-03-25RAND_bytes updatesMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2009-09-13Submitted by: Julia Lawall <julia@diku.dk>Dr. Stephen Henson
2008-04-01Avoid warnings.Dr. Stephen Henson
2008-03-29Remove unnecessary header.Dr. Stephen Henson
2008-03-28Signed receipt generation code.Dr. Stephen Henson
2008-03-28Support for verification of signed receipts.Dr. Stephen Henson
2008-03-26Add support for signed receipt request printout and generation.Dr. Stephen Henson
2008-03-26Signed Receipt Request utility functions and option on CMS utility toDr. Stephen Henson