summaryrefslogtreecommitdiffstats
path: root/crypto/ts/ts_rsp_sign.c
AgeCommit message (Expand)Author
2018-05-11Use void in all function definitions that do not take any argumentsKurt Roeckx
2018-03-27o_time.c: use gmtime_s with MSVCMiroslav Suk
2018-03-20Update copyright yearMatt Caswell
2018-03-17ts_RESP_sign: Don't try to use v2 signing when ESS digest isn't setRichard Levitte
2017-09-01struct timeval include guardsPauli
2017-05-03Added support for ESSCertIDv2Marek Klein
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY
2016-06-18Improve const correctness for stacks of EVP_MDMatt Caswell
2016-05-17Copyright consolidation 06/10Rich Salz
2016-01-27Comment side-effect only calls of X509_check_purposeViktor Dukhovni
2016-01-26Remove /* foo.c */ commentsRich Salz
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell
2015-09-22Avoid structure access in crypto/tsDr. Stephen Henson
2015-09-22Remove "noise" comments from TS files.Rich Salz
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson
2015-09-05Make TS structures opaque.Rich Salz
2015-09-02Add and use OPENSSL_zallocRich Salz
2015-08-31Add X509_up_ref function.Dr. Stephen Henson
2015-06-04Rename all static TS_xxx to ts_xxxRich Salz
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz
2015-05-04Use safer sizeof variant in mallocRich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-30free NULL cleanup 8Rich Salz
2015-04-28remove malloc castsRich Salz
2015-03-28free NULL cleanupRich Salz
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-11-12Correct timestamp output when clock_precision_digits > 0Michal Bozon
2012-08-03Rename Suite B functions for consistency.Dr. Stephen Henson
2006-03-19fix last commit: return NULL is TS_RESP_CTX_set_status_info_cond() failedNils Larsch
2006-03-18ensure the pointer is valid before using itNils Larsch
2006-03-05constify some print and ts functionsNils Larsch
2006-03-02Make shorter TS symbols for OpenVMS.Richard Levitte
2006-02-15Fix warnings.Dr. Stephen Henson
2006-02-15shorter filenamesUlf Möller