summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
AgeCommit message (Expand)Author
2018-08-14Update copyright yearMatt Caswell
2018-04-19Fix ocsp app exit codeMatt Caswell
2017-12-08Standardize syntax of sizeof(foo)Rich Salz
2016-09-19Fix various missing option help messages ...FdaSilvaYY
2016-08-17Constify char* input parameters in apps codeFdaSilvaYY
2016-08-17Corrupt signature in place.Dr. Stephen Henson
2016-08-16Add ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().Dr. Stephen Henson
2016-07-25Typo and comment fixFdaSilvaYY
2016-06-16Spelling fixesFdaSilvaYY
2016-05-17Copyright consolidation 01/10Rich Salz
2016-05-12Correctly check for trailing digest options.Dr. Stephen Henson
2016-05-04GH932: Add more help messages to some apps options.FdaSilvaYY
2016-04-20Fix no-sock on WindowsMatt Caswell
2016-04-18Make string_to_hex/hex_to_string publicRich Salz
2016-04-06Fix no-ocspMatt Caswell
2016-03-21Fix no-sockMatt Caswell
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