summaryrefslogtreecommitdiff
path: root/crypto/ts/ts_rsp_verify.c
Commit message (Expand)AuthorAgeFilesLines
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-011-1/+1
* TS ESS: Move four internal aux function to where they belong in crypto/tsDr. David von Oheimb2021-04-281-0/+25
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-281-1/+1
* Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz2021-04-281-5/+21
* ts: fix double free on error path.Pauli2021-04-211-0/+1
* Add ossl_asn1 symbolsShane Lontis2021-03-181-1/+1
* TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. David von Oheimb2021-03-181-31/+7
* ts_check_signing_certs(): Make sure both ESSCertID and ESSCertIDv2 are checkedDr. David von Oheimb2021-03-181-5/+3
* TS ESS: Invert the search logic of ts_check_signing_certs() to correctly cove...Dr. David von Oheimb2021-03-181-37/+17
* TS ESS: Let TS_RESP_verify_signature() make use of untrusted certs also from ...Dr. David von Oheimb2021-03-131-1/+9
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols for cms.Shane Lontis2021-02-221-6/+6
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-131-9/+7
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-20/+19
* Fix safestack issues in ess.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in pkcs7.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-271-88/+5
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+7
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-211-4/+6
* Extract sk_ASN1_UTF8STRING2text() from ts_get_status_text() in ts_rsp_verify....Dr. David von Oheimb2020-03-101-28/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-271-28/+4
* Following the license change, modify the boilerplates in crypto/ts/Richard Levitte2018-12-061-1/+1
* Added support for ESSCertIDv2Marek Klein2017-05-031-15/+84
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-2/+2
* Limit status message sisze in ts_get_status_checkDr. Stephen Henson2016-08-041-1/+3
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-041-5/+7
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* Fix seg fault in TS_RESP_verify_response()Matt Caswell2016-06-101-8/+15
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+5
* Make many X509_xxx types opaque.Rich Salz2016-04-151-11/+20
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* Fix X509_STORE_CTX_cleanup()Viktor Dukhovni2016-01-031-1/+2
* Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte2015-12-071-3/+3
* Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte2015-12-071-4/+11
* RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow2015-11-131-13/+10
* Avoid structure access in crypto/tsDr. Stephen Henson2015-09-221-3/+5
* Remove "noise" comments from TS files.Rich Salz2015-09-221-71/+9
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-7/+7
* Make TS structures opaque.Rich Salz2015-09-051-10/+11
* Add X509_up_ref function.Dr. Stephen Henson2015-08-311-1/+1
* Rename all static TS_xxx to ts_xxxRich Salz2015-06-041-78/+61
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-9/+10
* Add OSSL_NELEM macro.Dr. Stephen Henson2015-05-031-1/+1