summaryrefslogtreecommitdiff
path: root/crypto/ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* util/mkerr.pl: make it not depend on the function codeRichard Levitte2019-09-121-1/+1
* Regenerate mkerr filesRich Salz2019-07-161-88/+1
* constify *_dup() and *i2d_*() and related functions as far as possible, intro...David von Oheimb2019-03-061-22/+22
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-275-386/+12
* Following the license change, modify the boilerplates in crypto/ts/Richard Levitte2018-12-0612-12/+12
* Check conversion return in ASN1_INTEGER_print_bio.Pauli2018-07-311-3/+2
* Use void in all function definitions that do not take any argumentsKurt Roeckx2018-05-111-1/+1
* o_time.c: use gmtime_s with MSVCMiroslav Suk2018-03-271-2/+3
* Update copyright yearMatt Caswell2018-03-201-1/+1
* ts_RESP_sign: Don't try to use v2 signing when ESS digest isn't setRichard Levitte2018-03-171-1/+2
* struct timeval include guardsPauli2017-09-011-5/+2
* Put message strings in state filesRich Salz2017-06-121-1/+1
* make error tables const and separate header fileRich Salz2017-06-071-115/+149
* Added support for ESSCertIDv2Marek Klein2017-05-036-26/+325
* Add error checking, small nit on ouputFdaSilvaYY2016-10-191-2/+3