aboutsummaryrefslogtreecommitdiff
path: root/crypto/ts/ts_rsp_sign.c
AgeCommit message (Expand)AuthorFilesLines
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY1-2/+2
2016-06-18Improve const correctness for stacks of EVP_MDMatt Caswell1-3/+3
2016-05-17Copyright consolidation 06/10Rich Salz1-54/+5
2016-01-27Comment side-effect only calls of X509_check_purposeViktor Dukhovni1-0/+1
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-20make EVP_PKEY opaqueDr. Stephen Henson1-1/+1
2015-11-20Add support for signer_digest option in TS.Dr. Stephen Henson1-1/+9
2015-11-09Continue standardising malloc style for libcryptoMatt Caswell1-1/+1
2015-09-22Avoid structure access in crypto/tsDr. Stephen Henson1-2/+3
2015-09-22Remove "noise" comments from TS files.Rich Salz1-88/+8
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson1-3/+3
2015-09-05Make TS structures opaque.Rich Salz1-9/+10
2015-09-02Add and use OPENSSL_zallocRich Salz1-2/+1
2015-08-31Add X509_up_ref function.Dr. Stephen Henson1-1/+1
2015-06-04Rename all static TS_xxx to ts_xxxRich Salz1-31/+31
2015-05-14Identify and move common internal libcrypto header filesRichard Levitte1-1/+1
2015-05-11Use p==NULL not !p (in if statements, mainly)Rich Salz1-49/+58
2015-05-05memset, memcpy, sizeof consistency fixesRich Salz1-1/+1
2015-05-04Use safer sizeof variant in mallocRich Salz1-1/+1
2015-04-30free NULL cleanup 5aRich Salz1-6/+3
2015-04-30free NULL cleanup 8Rich Salz1-2/+1
2015-04-28remove malloc castsRich Salz1-2/+2
2015-03-28free NULL cleanupRich Salz1-2/+1
2015-03-23Remove old ASN.1 code.Dr. Stephen Henson1-1/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-840/+846
2014-11-12Correct timestamp output when clock_precision_digits > 0Michal Bozon1-1/+1
2012-08-03Rename Suite B functions for consistency.Dr. Stephen Henson1-7/+1
2006-03-19fix last commit: return NULL is TS_RESP_CTX_set_status_info_cond() failedNils Larsch1-9/+3
2006-03-18ensure the pointer is valid before using itNils Larsch1-12/+20
2006-03-05constify some print and ts functionsNils Larsch1-2/+2
2006-03-02Make shorter TS symbols for OpenVMS.Richard Levitte1-1/+8
2006-02-15Fix warnings.Dr. Stephen Henson1-1/+1
2006-02-15shorter filenamesUlf Möller1-0/+1011