aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add support for -no-CApath and -no-CAfile optionsMatt Caswell2015-09-251-2/+13
* Change the way apps open their input and output filesRichard Levitte2015-09-061-5/+5
* Fix build break.Rich Salz2015-08-101-1/+1
* GH357: Update ocsp.cbluelineXY2015-08-081-0/+13
* RT3962: Check accept_count only if not unlimitedAdam Eijdenberg2015-07-311-1/+2
* RT3682: Avoid double-free on OCSP parse errorRich Salz2015-06-231-0/+1
* RT832: Use REUSEADDR in ocsp responderRich Salz2015-06-021-9/+14
* Restore module loadingRichard Levitte2015-05-291-0/+3
* Client side version negotiation rewriteMatt Caswell2015-05-161-1/+1
* Add missing ctype.hRich Salz2015-05-131-0/+1
* Fix ocsp bugsRich Salz2015-05-131-21/+37
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-13/+6
* free cleanup 12Rich Salz2015-04-301-2/+1
* free NULL cleanup 5aRich Salz2015-04-301-2/+1
* Add HTTP GET support to OCSP serverRich Salz2015-04-291-3/+48
* Fix main build breakage.Rich Salz2015-04-261-0/+1
* RT2206: Add -issuer flag to ocsp commandRich Salz2015-04-251-1/+17
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-543/+386
* free NULL cleanup 10Rich Salz2015-04-111-2/+1
* free NULL cleanupRich Salz2015-03-251-2/+1
* Make OCSP structures opaque.Dr. Stephen Henson2015-03-051-2/+6
* Add -no_alt_chains option to apps to implement the newMatt Caswell2015-02-251-0/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1378/+1271
* Use the SSLv23 method by defaultKurt Roeckx2014-12-021-9/+0
* Tidy up ocsp help outputMatt Caswell2014-11-271-46/+46
* Add documentation on -timeout option in the ocsp utilityAndré Guerreiro2014-11-271-0/+1
* Fix typo in message (RT 3107)Rich Salz2014-06-291-1/+1
* Document -trusted_first option in man pages and help.Hubert Kario2014-06-191-0/+1
* Fix free errors in ocsp utility.Dr. Stephen Henson2014-04-091-6/+16
* Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson2014-02-201-2/+0
* Move the SCT List extension parser into libssl.Rob Stradling2014-02-191-0/+2
* Constification.Ben Laurie2013-10-071-13/+15
* add missing newlineDr. Stephen Henson2012-12-211-1/+1
* add -rmd option to set OCSP response signing digestDr. Stephen Henson2012-12-161-5/+17
* Return success when the responder is active.Dr. Stephen Henson2012-12-151-0/+6