summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
AgeCommit message (Expand)Author
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
2016-02-14Make sure to use unsigned char for is*() functionsRichard Levitte
2016-02-13GH650: Minor tidying around the ocsp appBenjamin Kaduk
2016-01-20Refactor apps load_certs/load_crls to work incrementallyViktor Dukhovni
2016-01-14To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson
2015-12-16Rename some BUF_xxx to OPENSSL_xxxRich Salz
2015-11-09Continue standardisation of malloc handling in appsMatt Caswell
2015-10-23Do not treat 0 return value from BIO_get_fd() as errorAlessandro Ghedini
2015-10-18Move auto Host adding to query_responderDr. Stephen Henson
2015-10-18Fix memory leak with -issuer option.Dr. Stephen Henson
2015-10-12Centralise loading default apps config fileMatt Caswell
2015-09-25Add support for -no-CApath and -no-CAfile optionsMatt Caswell
2015-09-06Change the way apps open their input and output filesRichard Levitte
2015-08-10Fix build break.Rich Salz
2015-08-08GH357: Update ocsp.cbluelineXY
2015-07-31RT3962: Check accept_count only if not unlimitedAdam Eijdenberg
2015-06-23RT3682: Avoid double-free on OCSP parse errorRich Salz
2015-06-02RT832: Use REUSEADDR in ocsp responderRich Salz
2015-05-29Restore module loadingRichard Levitte
2015-05-16Client side version negotiation rewriteMatt Caswell
2015-05-13Add missing ctype.hRich Salz
2015-05-13Fix ocsp bugsRich Salz
2015-05-01free NULL cleanup -- codaRich Salz
2015-05-01free null cleanup finaleRich Salz
2015-04-30free cleanup 12Rich Salz
2015-04-30free NULL cleanup 5aRich Salz
2015-04-29Add HTTP GET support to OCSP serverRich Salz
2015-04-26Fix main build breakage.Rich Salz
2015-04-25RT2206: Add -issuer flag to ocsp commandRich Salz
2015-04-24Big apps cleanup (option-parsing, etc)Rich Salz
2015-04-11free NULL cleanup 10Rich Salz
2015-03-25free NULL cleanupRich Salz
2015-03-05Make OCSP structures opaque.Dr. Stephen Henson
2015-02-25Add -no_alt_chains option to apps to implement the newMatt Caswell
2015-01-22Run util/openssl-format-source -v -c .Matt Caswell
2014-12-02Use the SSLv23 method by defaultKurt Roeckx
2014-11-27Tidy up ocsp help outputMatt Caswell
2014-11-27Add documentation on -timeout option in the ocsp utilityAndré Guerreiro
2014-06-29Fix typo in message (RT 3107)Rich Salz
2014-06-19Document -trusted_first option in man pages and help.Hubert Kario
2014-04-09Fix free errors in ocsp utility.Dr. Stephen Henson
2014-02-20Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson
2014-02-19Move the SCT List extension parser into libssl.Rob Stradling
2013-10-07Constification.Ben Laurie
2012-12-21add missing newlineDr. Stephen Henson
2012-12-16add -rmd option to set OCSP response signing digestDr. Stephen Henson
2012-12-15Return success when the responder is active.Dr. Stephen Henson
2012-12-15typoDr. Stephen Henson