aboutsummaryrefslogtreecommitdiff
path: root/test/ocspapitest.c
AgeCommit message (Expand)AuthorFilesLines
2023-09-28Copyright year updatesMatt Caswell1-1/+1
2023-09-11"foo * bar" should be "foo *bar"Dimitri Papadopoulos1-1/+1
2022-07-14ocspapitest: use TEST_true to report the exact failurexkernel1-4/+5
2022-07-14ocspapitest: properly check the return of memory-allocating functionsxkernel1-1/+4
2020-09-13Fix safestack issues in x509.hMatt Caswell1-2/+0
2020-04-24In OpenSSL builds, declare STACK for datatypes ...Rich Salz1-0/+2
2020-04-23Update copyright yearMatt Caswell1-1/+1
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb1-1/+1
2020-02-03Fix common test framework optionsMatt Caswell1-0/+5
2019-05-27OCSP: fix memory leak in OCSP_url_svcloc_new method.FdaSilvaYY1-1/+81
2019-02-11Updated test command line parsing to support commmon commandsShane Lontis1-1/+3
2018-12-06Following the license change, modify the boilerplates in test/Richard Levitte1-1/+1
2017-12-08Wrap more of ocspapitest.c in OPENSSL_NO_OCSPBenjamin Kaduk1-1/+1
2017-12-08Fix coverity-reported errors in ocspapitestBenjamin Kaduk1-13/+21
2017-11-11Add OCSP API test executableBenjamin Kaduk1-0/+137