summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
AgeCommit message (Expand)Author
2020-04-21Update copyright yearMatt Caswell
2020-04-12Don't compile commands if disabledRich Salz
2019-11-29apps/ocsp.c: sock_timeout -> socket_timeoutRichard Levitte
2019-07-16Actually silently ignore GET / OCSP requestsViktor Dukhovni
2019-03-28Add some checks of OCSP functionsDmitry Belyavskiy
2019-02-26Update copyright yearMatt Caswell
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-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
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-06Fix no-ocspMatt Caswell
2016-03-21Fix no-sockMatt Caswell
2016-02-22Remove unused parameters from internal functionsRich Salz
2016-02-20argv was set but unusedKurt Roeckx
2016-02-18GH681: More command help cleanupRich Salz