summaryrefslogtreecommitdiffstats
path: root/crypto/ts/ts_rsp_verify.c
AgeCommit message (Expand)Author
2022-10-12crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-04-28TS ESS: Move four internal aux function to where they belong in crypto/tsDr. David von Oheimb
2021-04-28ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb
2021-04-28Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz
2021-04-21ts: fix double free on error path.Pauli
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-03-18ts_check_signing_certs(): Make sure both ESSCertID and ESSCertIDv2 are checkedDr. David von Oheimb
2021-03-18TS ESS: Invert the search logic of ts_check_signing_certs() to correctly cove...Dr. David von Oheimb
2021-03-13TS ESS: Let TS_RESP_verify_signature() make use of untrusted certs also from ...Dr. David von Oheimb
2021-03-11Update copyright yearMatt Caswell
2021-02-22Fix external symbols for cms.Shane Lontis
2020-11-13CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte
2020-11-13Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte
2020-09-13Fix safestack issues in ess.hMatt Caswell
2020-09-13Fix safestack issues in pkcs7.hMatt Caswell
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-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz
2020-03-21Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger
2020-03-10Extract sk_ASN1_UTF8STRING2text() from ts_get_status_text() in ts_rsp_verify....Dr. David von Oheimb
2019-09-28Reorganize local header filesDr. Matthias St. Pierre
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
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/ts/Richard Levitte
2017-05-03Added support for ESSCertIDv2Marek Klein
2016-10-10Remove trailing whitespace from some files.David Benjamin
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-08-04Limit status message sisze in ts_get_status_checkDr. Stephen Henson
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY
2016-06-10Fix seg fault in TS_RESP_verify_response()Matt Caswell
2016-05-17Copyright consolidation 06/10Rich Salz
2016-04-15Make many X509_xxx types opaque.Rich Salz
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-03Fix X509_STORE_CTX_cleanup()Viktor Dukhovni
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte
2015-11-13RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow
2015-09-22Avoid structure access in crypto/tsDr. Stephen Henson
2015-09-22Remove "noise" comments from TS files.Rich Salz
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson
2015-09-05Make TS structures opaque.Rich Salz
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-06-04Rename all static TS_xxx to ts_xxxRich Salz