aboutsummaryrefslogtreecommitdiff
path: root/crypto/ts/ts_rsp_verify.c
AgeCommit message (Expand)AuthorFilesLines
2016-01-26Remove /* foo.c */ commentsRich Salz1-1/+0
2016-01-03Fix X509_STORE_CTX_cleanup()Viktor Dukhovni1-1/+2
2015-12-07Cleanup: fix all sources that used EVP_MD_CTX_(create|init|destroy)Richard Levitte1-3/+3
2015-12-07Adjust all accesses to EVP_MD_CTX to use accessor functions.Richard Levitte1-4/+11
2015-11-13RT32671: wrong multiple errs TS_check_status_infoGraeme Perrow1-13/+10
2015-09-22Avoid structure access in crypto/tsDr. Stephen Henson1-3/+5
2015-09-22Remove "noise" comments from TS files.Rich Salz1-71/+9
2015-09-06Avoid direct X509 structure accessDr. Stephen Henson1-7/+7
2015-09-05Make TS structures opaque.Rich Salz1-10/+11
2015-08-31Add X509_up_ref function.Dr. Stephen Henson1-1/+1
2015-06-04Rename all static TS_xxx to ts_xxxRich Salz1-78/+61
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-9/+10
2015-05-03Add OSSL_NELEM macro.Dr. Stephen Henson1-1/+1
2015-05-01free NULL cleanup -- codaRich Salz1-2/+1
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell1-578/+585
2015-01-22Further comment changes for reformat (master)Matt Caswell1-2/+2
2014-12-30mark all block comments that need format preserving so thatTim Hudson1-1/+1
2014-04-22Fix double frees.Ben Laurie1-0/+1
2009-09-23Audit libcrypto for unchecked return values: fix all cases enounteredDr. Stephen Henson1-3/+6
2008-12-29If we're going to return errors (no matter how stupid), then we shouldBen Laurie1-1/+4
2007-04-24fix function codes for errorBodo Möller1-8/+8
2006-03-07fix function name in error messageNils Larsch1-1/+1
2006-03-05constify some print and ts functionsNils Larsch1-3/+3
2006-02-15shorter filenamesUlf Möller1-0/+722