summaryrefslogtreecommitdiff
path: root/crypto/ess
Commit message (Expand)AuthorAgeFilesLines
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-051-33/+86
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* Fix missing symbols in no-cms and no-ts buildTomas Mraz2021-05-051-7/+1
* CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb2021-04-281-62/+2
* 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-282-42/+43
* 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-183-88/+80
* 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-222-19/+19
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-1/+2
* 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
* Fix `no-ts` builds.FdaSilvaYY2020-06-211-1/+2
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-274-9/+162
* 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-282-2/+2
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-20/+2
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-5/+5
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-274-0/+382