summaryrefslogtreecommitdiffstats
path: root/crypto/ts
AgeCommit message (Expand)Author
2024-04-09ts/ts_rsp_sign.c: Add the check for the EVP_MD_CTX_get_size()Jiasheng Jiang
2023-09-07Copyright year updatesMatt Caswell
2023-08-25Changed the default value of the "ess_cert_id_alg" optionolszomal
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
2022-09-13libcrypto: remove reliance on struct timevalPauli
2022-05-03Update copyright yearMatt Caswell
2022-02-05Move e_os.h to include/internalRichard Levitte
2021-12-21add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb
2021-08-26ts: fix memleaks caused by TS_VERIFY_CTX_set_imprintzhaozg
2021-06-17Update copyright yearMatt Caswell
2021-06-03Check the return value of ASN1_STRING_lengthbonniegong
2021-06-01Rename all getters to use get/get0 in nameTomas Mraz
2021-05-26err: rename err_load_xxx_strings_int functionsPauli
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-04-18Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte
2021-04-08Update copyright yearMatt Caswell
2021-03-22Fix usages of const EVP_MD.Shane Lontis
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
2021-02-18Update copyright yearMatt Caswell
2021-02-04Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb
2020-11-26Update copyright yearMatt Caswell
2020-11-24ERR: Rebuild all generated error headers and source filesRichard Levitte
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-10-08Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb
2020-09-13Fix safestack issues in conf.hMatt Caswell
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-08-12Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb
2020-07-16deprecate engines in libcryptoPauli
2020-05-27crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY
2020-05-15Update copyright yearMatt Caswell
2020-04-30coverity 1462566 Resource leakPauli
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-10-16Fix typo and create compatibility macroAndreas Schnebinger