aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* Constify various mostly X509-related parameter types in crypto/ and apps/Dr. David von Oheimb2020-03-231-1/+1
* cmdline app: add provider commandline options.Pauli2020-03-071-1/+6
* Generalize the HTTP client so far implemented mostly in crypto/ocsp/ocsp_ht.cDr. David von Oheimb2020-02-101-114/+9
* Fix coverity issues CID 1457745...1457752, 1457853, 1457854Shane Lontis2020-02-041-1/+2
* Add `-passin` arg to `ocsp`kaysond2020-01-061-1/+11
* apps/ocsp.c: sock_timeout -> socket_timeoutRichard Levitte2019-11-291-3/+3
* Add "sections" to -help outputRich Salz2019-11-081-48/+54
* Add -CAstore and similar to all openssl commands that have -CApathRichard Levitte2019-11-031-4/+15
* Actually silently ignore GET / OCSP requestsViktor Dukhovni2019-07-161-2/+4
* Modify OCSP to use alt MD for cert IDs in responsesTodd Short2019-04-031-7/+27
* Add some checks of OCSP functionsDmitry Belyavskiy2019-03-281-3/+8
* apps/ocsp.c Use the same HAVE_FORK / NO_FORK as in speed.cRichard Levitte2019-02-111-1/+15
* Cleanup vxworks support to be able to compile for VxWorks 7Klotz, Tobias2019-01-241-0/+14
* Coverity fix in apps/oscpFdaSilvaYY2018-12-221-1/+1
* Following the license change, modify the boilerplates in apps/Richard Levitte2018-12-061-1/+1
* Fix a mem leak in the ocsp appMatt Caswell2018-10-021-0/+2
* Fix ocsp app exit codeMatt Caswell2018-04-191-3/+1
* Add missing index_index() when reloading OCSP responderViktor Dukhovni2018-04-181-2/+3
* Don't call strsignal, just print the signal number.Pauli2018-03-221-4/+1
* aix compat fixes for ocsp.cEric Covener2018-03-211-2/+8
* Fix the OCSP responder modeMatt Caswell2018-03-201-1/+1
* Fix no-posix-io compile failureMatt Caswell2018-03-191-1/+2
* Make OCSP "multi" compatible with "no-sock" builds.Viktor Dukhovni2018-03-081-4/+2
* Implement multi-process OCSP responder.Viktor Dukhovni2018-03-071-43/+312
* Prepare to detect index changes in OCSP responder.Viktor Dukhovni2018-03-071-15/+15
* ocsp.c doesn't free the whole output chain, maybe causing a memory leakRichard Levitte2018-02-011-1/+1
* apps: Don't include progs.h in apps.hRichard Levitte2018-01-311-0/+1
* Make editorial changes suggested by Matt Caswell and fixed Travis failures.David Cooper2018-01-241-3/+3
* Make editorial changes suggested by Rich Salz and add the -rsigopt option to ...David Cooper2018-01-241-4/+3
* Add -rsigopt option to ocsp commandDavid Cooper2018-01-241-6/+37
* Update copyright years on all files merged since Jan 1st 2018Richard Levitte2018-01-091-1/+1
* Remove remaining NETWARE ifdef'sRich Salz2018-01-071-15/+0
* Consistent formatting for sizeof(foo)Rich Salz2017-12-071-2/+2
* Many spelling fixes/typo's corrected.Josh Soref2017-11-111-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1
* (Re)move some things from e_os.hRich Salz2017-08-221-2/+0
* Clarify CLI OCSP documentationJohannes Bauer2017-08-111-1/+1
* Clean up a bundle of codingstyle stuff in apps directoryPaul Yang2017-06-121-66/+73
* OCSP Updates: error codes and multiple certificatesTodd Short2017-04-121-11/+21
* Constify command optionsFdaSilvaYY2016-10-141-1/+1
* Fix various missing option help messages ...FdaSilvaYY2016-09-191-2/+4
* Constify char* input parameters in apps codeFdaSilvaYY2016-08-171-2/+3
* Corrupt signature in place.Dr. Stephen Henson2016-08-171-3/+2
* Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson2016-08-161-2/+2
* Typo and comment fixFdaSilvaYY2016-07-251-2/+2
* Spelling fixesFdaSilvaYY2016-06-161-1/+1
* Copyright consolidation 01/10Rich Salz2016-05-171-54/+5
* Correctly check for trailing digest options.Dr. Stephen Henson2016-05-121-1/+11
* GH932: Add more help messages to some apps options.FdaSilvaYY2016-05-041-5/+6
* Fix no-sock on WindowsMatt Caswell2016-04-201-5/+10