summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* apps/ocsp: Return non zero exit code with invalid certIDTomas Mraz2020-09-211-6/+12
* Fix safestack issues in conf.hMatt Caswell2020-09-131-2/+0
* Fix safestack issues in ocsp.hMatt Caswell2020-09-131-1/+0
* Fix stacks of OPENSSL_STRING, OPENSSL_CSTRING and OPENSSL_BLOCKMatt Caswell2020-09-131-1/+0
* Fix safestack issues in x509.hMatt Caswell2020-09-131-1/+0
* NonStop port updates for 3.0.0.Randall S. Becker2020-09-121-0/+6
* OSSL_HTTP_parse_url(): add optional port number return parameter and strength...Dr. David von Oheimb2020-09-081-1/+1
* apps: make use of OSSL_STORE for generalized certs and CRLs loadingDr. David von Oheimb2020-08-201-6/+5
* APPS: Properly pass -no-CAstoreSebastian Andrzej Siewior2020-06-231-1/+1
* Add request URL path checking and status responses to HTTP serverDr. David von Oheimb2020-06-131-6/+10
* Use OSSL_STORE for load_{,pub}key() and load_cert() in apps/lib/apps.cDr. David von Oheimb2020-05-151-4/+6
* Extract HTTP server code from apps/ocsp.c to apps/lib/http_server.cDr. David von Oheimb2020-05-091-408/+39
* In OpenSSL builds, declare STACK for datatypes ...Rich Salz2020-04-241-0/+5
* Update copyright yearMatt Caswell2020-04-231-1/+1
* Don't compile commands if disabledRich Salz2020-04-101-76/+71
* 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-071-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-191-2/+3
* Don't call strsignal, just print the signal number.Pauli2018-03-221-4/+1
* aix compat fixes for ocsp.cEric Covener2018-03-201-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-081-2/+2
* Many spelling fixes/typo's corrected.Josh Soref2017-11-121-1/+1
* Remove parentheses of return.KaoruToda2017-10-181-1/+1