aboutsummaryrefslogtreecommitdiffstats
path: root/crypto/ts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove trailing whitespace from some files.David Benjamin2016-10-101-1/+1
* Convert TS_STATUS_INFO* functions to use const gettersMatt Caswell2016-08-161-3/+4
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-163-4/+4
* Limit status message sisze in ts_get_status_checkDr. Stephen Henson2016-08-041-1/+3
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-044-10/+12
* Fix OOB read in TS_OBJ_print_bio().Dr. Stephen Henson2016-07-221-3/+2
* Check for errors allocating the error strings.Kurt Roeckx2016-07-201-1/+2
* Whitespace cleanup in cryptoFdaSilvaYY2016-06-291-1/+1
* Improve const correctness for stacks of EVP_MDMatt Caswell2016-06-181-3/+3
* Fix seg fault in TS_RESP_verify_response()Matt Caswell2016-06-101-8/+15
* Remove unused error/function codes.Rich Salz2016-05-231-9/+1
* Manual fixes after copyright consolidationRich Salz2016-05-171-51/+6
* Copyright consolidation 06/10Rich Salz2016-05-1711-591/+56
* DEFINE_STACK_OF(ASN1_UTF8STRING) moved from ts_lcl.h to asn1.hMarek Klein2016-05-041-2/+0