summaryrefslogtreecommitdiffstats
path: root/crypto/ts/ts_rsp_sign.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Fix safestack issues in asn1.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-2/+0
* Update copyright yearMatt Caswell2020-05-151-1/+1
* coverity 1462566 Resource leakPauli2020-04-301-0/+1
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+6
* Explicitly test against NULL; do not use !p or similarRich Salz2019-10-091-1/+1
* Reorganize local header filesDr. Matthias St. Pierre2019-09-281-1/+1
* Reorganize private crypto header filesDr. Matthias St. Pierre2019-09-281-1/+1
* crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono2019-01-271-243/+7
* Following the license change, modify the boilerplates in crypto/ts/Richard Levitte2018-12-061-1/+1
* 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
* Added support for ESSCertIDv2Marek Klein2017-05-031-10/+164
* Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY2016-08-041-2/+2
* Improve const correctness for stacks of EVP_MDMatt Caswell2016-06-181-3/+3
* Copyright consolidation 06/10Rich Salz2016-05-171-54/+5
* Comment side-effect only calls of X509_check_purposeViktor Dukhovni2016-01-281-0/+1
* Remove /* foo.c */ commentsRich Salz2016-01-261-1/+0
* make EVP_PKEY opaqueDr. Stephen Henson2016-01-201-1/+1
* Add support for signer_digest option in TS.Dr. Stephen Henson2015-11-201-1/+9
* Continue standardising malloc style for libcryptoMatt Caswell2015-11-091-1/+1
* Avoid structure access in crypto/tsDr. Stephen Henson2015-09-221-2/+3
* Remove "noise" comments from TS files.Rich Salz2015-09-221-88/+8
* Avoid direct X509 structure accessDr. Stephen Henson2015-09-061-3/+3
* Make TS structures opaque.Rich Salz2015-09-051-9/+10
* Add and use OPENSSL_zallocRich Salz2015-09-031-2/+1
* Add X509_up_ref function.Dr. Stephen Henson2015-09-011-1/+1
* Rename all static TS_xxx to ts_xxxRich Salz2015-06-041-31/+31
* Identify and move common internal libcrypto header filesRichard Levitte2015-05-141-1/+1
* Use p==NULL not !p (in if statements, mainly)Rich Salz2015-05-111-49/+58
* memset, memcpy, sizeof consistency fixesRich Salz2015-05-061-1/+1
* Use safer sizeof variant in mallocRich Salz2015-05-041-1/+1
* free NULL cleanup 5aRich Salz2015-04-301-6/+3
* free NULL cleanup 8Rich Salz2015-04-301-2/+1
* remove malloc castsRich Salz2015-04-281-2/+2
* free NULL cleanupRich Salz2015-03-281-2/+1
* Remove old ASN.1 code.Dr. Stephen Henson2015-03-231-1/+1
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-840/+846
* Correct timestamp output when clock_precision_digits > 0Michal Bozon2014-11-121-1/+1
* Rename Suite B functions for consistency.Dr. Stephen Henson2012-08-031-7/+1
* fix last commit: return NULL is TS_RESP_CTX_set_status_info_cond() failedNils Larsch2006-03-191-9/+3
* ensure the pointer is valid before using itNils Larsch2006-03-181-12/+20
* constify some print and ts functionsNils Larsch2006-03-051-2/+2
* Make shorter TS symbols for OpenVMS.Richard Levitte2006-03-021-1/+8
* Fix warnings.Dr. Stephen Henson2006-02-151-1/+1
* shorter filenamesUlf Möller2006-02-151-0/+1011