summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Make string_to_hex/hex_to_string publicRich Salz2016-04-181-1/+3
* Fix no-ocspMatt Caswell2016-04-061-3/+8
* Fix no-sockMatt Caswell2016-03-211-1/+11
* Remove unused parameters from internal functionsRich Salz2016-02-221-18/+11
* argv was set but unusedKurt Roeckx2016-02-201-1/+2
* GH681: More command help cleanupRich Salz2016-02-181-1/+2
* Make sure to use unsigned char for is*() functionsRichard Levitte2016-02-141-1/+1
* GH650: Minor tidying around the ocsp appBenjamin Kaduk2016-02-131-1/+1
* Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni2016-01-201-9/+6
* To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson2016-01-141-1/+1
* Rename some BUF_xxx to OPENSSL_xxxRich Salz2015-12-161-1/+1
* Continue standardisation of malloc handling in appsMatt Caswell2015-11-091-7/+7
* Do not treat 0 return value from BIO_get_fd() as errorAlessandro Ghedini2015-10-231-1/+1
* Move auto Host adding to query_responderDr. Stephen Henson2015-10-181-14/+11
* Fix memory leak with -issuer option.Dr. Stephen Henson2015-10-181-3/+5
* Centralise loading default apps config fileMatt Caswell2015-10-121-3/+0