summaryrefslogtreecommitdiff
path: root/crypto/ts
Commit message (Expand)AuthorAgeFilesLines
* crypto/*: Fix various typos, repeated words, align some spelling to LDP.FdaSilvaYY2022-10-122-2/+2
* Stop raising ERR_R_MALLOC_FAILURE in most placesRichard Levitte2022-10-055-46/+54
* libcrypto: remove reliance on struct timevalPauli2022-09-131-25/+7
* Update copyright yearMatt Caswell2022-05-031-1/+1
* Move e_os.h to include/internalRichard Levitte2022-02-051-1/+1
* add OSSL_STACK_OF_X509_free() for commonly used patternDr. David von Oheimb2021-12-214-6/+6
* ts: fix memleaks caused by TS_VERIFY_CTX_set_imprintzhaozg2021-08-261-0/+1
* Update copyright yearMatt Caswell2021-06-172-2/+2
* Check the return value of ASN1_STRING_lengthbonniegong2021-06-031-0/+2
* Rename all getters to use get/get0 in nameTomas Mraz2021-06-012-4/+4
* err: rename err_load_xxx_strings_int functionsPauli2021-05-261-1/+1
* TS ESS: Move four internal aux function to where they belong in crypto/tsDr. David von Oheimb2021-04-282-2/+73
* ESS: Export three core functions, clean up TS and CMS CAdES-BES usageDr. David von Oheimb2021-04-282-3/+3
* 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
* Modify OBJ_nid2sn(OBJ_obj2nid(...)) occurences to use OBJ_obj2txt()Richard Levitte2021-04-181-5/+6
* Update copyright yearMatt Caswell2021-04-081-1/+1
* Fix usages of const EVP_MD.Shane Lontis2021-03-222-6/+33
* 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-222-11/+12
* Update copyright yearMatt Caswell2021-02-181-1/+1
* Allow NULL arg to OPENSSL_sk_{dup,deep_copy} returning empty stackDr. David von Oheimb2021-02-041-8/+1
* Update copyright yearMatt Caswell2020-11-261-1/+1
* ERR: Rebuild all generated error headers and source filesRichard Levitte2020-11-241-6/+12
* CRYPTO: refactor ERR_raise()+ERR_add_error_data() to ERR_raise_data()Richard Levitte2020-11-132-17/+12
* Convert all {NAME}err() in crypto/ to their corresponding ERR_raise() callRichard Levitte2020-11-137-78/+75
* Correct and simplify use of ERR_clear_error() etc. for loading DSO libsDr. David von Oheimb2020-10-081-4/+3
* Fix safestack issues in conf.hMatt Caswell2020-09-132-4/+0
* 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-133-4/+0
* Fix safestack issues in x509v3.hMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-136-11/+0
* Introduce X509_add_cert[s] simplifying various additions to cert listsDr. David von Oheimb2020-08-121-2/+7
* deprecate engines in libcryptoPauli2020-07-161-0/+3
* crypto/cms: add CAdES-BES signed attributes validationFdaSilvaYY2020-05-271-88/+5
* Update copyright yearMatt Caswell2020-05-156-6/+6
* coverity 1462566 Resource leakPauli2020-04-301-0/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-247-0/+26
* 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
* Fix typo and create compatibility macroAndreas Schnebinger2019-10-161-1/+1
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-092-3/+4
* Reorganize local header filesDr. Matthias St. Pierre2019-09-2810-9/+9
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-282-2/+2