summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
AgeCommit message (Expand)Author
2020-03-23Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb
2020-03-07cmdline app: add provider commandline options.Pauli
2020-02-10Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb
2020-02-04Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis
2020-01-06Add `-passin` arg to `ocsp`kaysond
2019-11-29apps/ocsp.c: sock_timeout -> socket_timeoutRichard Levitte
2019-11-08Add "sections" to -help outputRich Salz
2019-11-03Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte
2019-07-16Actually silently ignore GET / OCSP requestsViktor Dukhovni
2019-04-03Modify OCSP to use alt MD for cert IDs in responsesTodd Short
2019-03-28Add some checks of OCSP functionsDmitry Belyavskiy
2019-02-11apps/ocsp.c Use the same HAVE_FORK / NO_FORK as in speed.cRichard Levitte
2019-01-24Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias
2018-12-22Coverity fix in apps/oscpFdaSilvaYY
2018-12-06Following the license change, modify the boilerplates in apps/Richard Levitte
2018-10-02Fix a mem leak in the ocsp appMatt Caswell
2018-04-19Fix ocsp app exit codeMatt Caswell
2018-04-18Add missing index_index() when reloading OCSP responderViktor Dukhovni
2018-03-22Don't call strsignal, just print the signal number.Pauli
2018-03-21aix compat fixes for ocsp.cEric Covener
2018-03-20Fix the OCSP responder modeMatt Caswell
2018-03-19Fix no-posix-io compile failureMatt Caswell
2018-03-08Make OCSP "multi" compatible with "no-sock" builds.Viktor Dukhovni
2018-03-07Implement multi-process OCSP responder.Viktor Dukhovni
2018-03-07Prepare to detect index changes in OCSP responder.Viktor Dukhovni
2018-02-01ocsp.c doesn't free the whole output chain, maybe causing a memory leakRichard Levitte
2018-01-31apps: Don't include progs.h in apps.hRichard Levitte
2018-01-24Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper
2018-01-24Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...David Cooper
2018-01-24Add -rsigopt option to ocsp commandDavid Cooper
2018-01-09Update copyright years on all files merged since Jan 1st 2018Richard Levitte
2018-01-07Remove remaining NETWARE ifdef'sRich Salz
2017-12-07Consistent formatting for sizeof(foo)Rich Salz
2017-11-11Many spelling fixes/typo's corrected.Josh Soref
2017-10-18Remove parentheses of return.KaoruToda
2017-08-22(Re)move some things from e_os.hRich Salz
2017-08-11Clarify CLI OCSP documentationJohannes Bauer
2017-06-12Clean up a bundle of codingstyle stuff in apps directoryPaul Yang
2017-04-12OCSP Updates: error codes and multiple certificatesTodd Short
2016-10-14Constify command optionsFdaSilvaYY
2016-09-19Fix various missing option help messages ...FdaSilvaYY
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-08-17Corrupt signature in place.Dr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-07-25Typo and comment fixFdaSilvaYY
2016-06-16Spelling fixesFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-12Correctly check for trailing digest options.Dr. Stephen Henson
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY
2016-04-20Fix no-sock on WindowsMatt Caswell