summaryrefslogtreecommitdiff
path: root/crypto/ess/ess_lib.c
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-33/+86
* TS ESS: Move four internal aux function to where they belong in crypto/tsDr. David von Oheimb2021-04-281-87/+0
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-281-38/+38
* Prefer fetch over legacy get_digestby/get_cipherbyTomas Mraz2021-04-281-16/+34
* Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis2021-04-161-0/+4
* Fix usages of const EVP_MD.Shane Lontis2021-03-221-1/+1
* Add ossl_ x509 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-85/+65
* TS ESS: Invert the search logic of ts_check_signing_certs() to correctly cove...Dr. David von Oheimb2021-03-181-0/+39
* Update copyright yearMatt Caswell2021-03-111-1/+1
* Fix external symbols for cms.Shane Lontis2021-02-221-14/+14
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-131-8/+8
* Fix safestack issues in ess.hMatt Caswell2020-09-131-3/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* Add X509 related libctx changes.Shane Lontis2020-07-241-2/+3
* Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb2020-07-161-2/+2
* Fix CID 1463883 Dereference after null check (in ess_find_cert_v2())Shane Lontis2020-07-081-1/+3
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-271-5/+93
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+5
* Fix error handling in x509v3_cache_extensions and related functionsBernd Edlinger2020-03-211-2/+3
* 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-0/+269