summaryrefslogtreecommitdiffstats
path: root/crypto/ess
AgeCommit message (Expand)Author
2024-04-30ess_lib.c: Changed ERR_LIB_CMS to ERR_LIB_ESSleerubin13
2022-10-05Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
2021-05-05Fix missing symbols in no-cms and no-ts buildTomas Mraz
2021-04-28CMS ESS: Move four internal aux function to where they belong in crypto/cmsDr. David von Oheimb
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-16Add more negative checks for integers passed to OPENSSL_malloc().Shane Lontis
2021-03-22Fix usages of const EVP_MD.Shane Lontis
2021-03-18Add ossl_ x509 symbolsShane Lontis
2021-03-18TS and CMS CAdES-BES: Refactor check_signing_certs() funcs into common ESS funcDr. 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-11Update copyright yearMatt Caswell
2021-02-22Fix external symbols for cms.Shane Lontis
2020-11-24ERR: Rebuild all generated error headers and source filesRichard 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 x509v3.hMatt Caswell
2020-09-13Fix safestack issues in x509.hMatt Caswell
2020-07-24Add X509 related libctx changes.Shane Lontis
2020-07-16Constify X509_check_akid and prefer using X509_get0_serialNumber over X509_ge...Dr. David von Oheimb
2020-07-08Fix CID 1463883 Dereference after null check (in ess_find_cert_v2())Shane Lontis
2020-06-21Fix `no-ts` builds.FdaSilvaYY
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
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre
2019-09-12util/mkerr.pl: make it not depend on the function codeRichard Levitte
2019-07-16Regenerate mkerr filesRich Salz
2019-03-06constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono