aboutsummaryrefslogtreecommitdiff
path: root/crypto/ts/ts_rsp_verify.c
AgeCommit message (Expand)AuthorFilesLines
2019-09-28Reorganize local header filesDr. Matthias St. Pierre1-1/+1
2019-09-28Reorganize private crypto header filesDr. Matthias St. Pierre1-1/+1
2019-01-27crypto/cms: Add support for CAdES Basic Electronic Signatures (CAdES-BES)Antonio Iacono1-28/+4
2018-12-06Following the license change, modify the boilerplates in crypto/ts/Richard Levitte1-1/+1
2017-05-03Added support for ESSCertIDv2Marek Klein1-15/+84
2016-10-10Remove trailing whitespace from some files.David Benjamin1-1/+1
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson1-2/+2
2016-08-04Limit status message sisze in ts_get_status_checkDr. Stephen Henson1-1/+3
2016-08-04Constify some ASN1_OBJECT *obj input parametersFdaSilvaYY1-5/+7
2016-06-29Whitespace cleanup in cryptoFdaSilvaYY1-1/+1
2016-06-10Fix seg fault in TS_RESP_verify_response()Matt Caswell1-8/+15
2016-05-17Copyright consolidation 06/10Rich Salz1-54/+5
2016-04-15Make many X509_xxx types opaque.Rich Salz1-11/+20
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