openssl_strerror_r: Fix handling of GNU strerror_r
[openssl.git] / apps / ocsp.c
2019-02-26 Matt CaswellUpdate copyright year
2019-02-11 Richard Levitteapps/ocsp.c Use the same HAVE_FORK / NO_FORK as in...
2019-01-24 Klotz, TobiasCleanup vxworks support to be able to compile for VxWorks 7
2018-12-22 FdaSilvaYYCoverity fix in apps/oscp
2018-10-02 Matt CaswellFix a mem leak in the ocsp app
2018-04-19 Matt CaswellFix ocsp app exit code
2018-04-19 Viktor DukhovniAdd missing index_index() when reloading OCSP responder
2018-03-21 PauliDon't call strsignal, just print the signal number.
2018-03-20 Eric Coveneraix compat fixes for ocsp.c
2018-03-20 Matt CaswellFix the OCSP responder mode
2018-03-19 Matt CaswellFix no-posix-io compile failure
2018-03-08 Viktor DukhovniMake OCSP "multi" compatible with "no-sock" builds.
2018-03-07 Viktor DukhovniImplement multi-process OCSP responder.
2018-03-07 Viktor DukhovniPrepare to detect index changes in OCSP responder.
2018-02-01 Richard Levitteocsp.c doesn't free the whole output chain, maybe causi...
2018-01-31 Richard Levitteapps: Don't include progs.h in apps.h
2018-01-24 David CooperMake editorial changes suggested by Matt Caswell and...
2018-01-24 David CooperMake editorial changes suggested by Rich Salz and add...
2018-01-24 David CooperAdd -rsigopt option to ocsp command
2018-01-09 Richard LevitteUpdate copyright years on all files merged since Jan...
2018-01-07 Rich SalzRemove remaining NETWARE ifdef's
2017-12-08 Rich SalzConsistent formatting for sizeof(foo)
2017-11-12 Josh SorefMany spelling fixes/typo's corrected.
2017-10-18 KaoruTodaRemove parentheses of return.
2017-08-22 Rich Salz(Re)move some things from e_os.h
2017-08-11 Johannes BauerClarify CLI OCSP documentation
2017-06-12 Paul YangClean up a bundle of codingstyle stuff in apps directory
2017-04-12 Todd ShortOCSP Updates: error codes and multiple certificates
2016-10-14 FdaSilvaYYConstify command options
2016-09-20 FdaSilvaYYFix various missing option help messages ...
2016-08-17 FdaSilvaYYConstify char* input parameters in apps code
2016-08-17 Dr. Stephen HensonCorrupt signature in place.
2016-08-16 Dr. Stephen HensonAdd ASN1_STRING_get0_data(), deprecate ASN1_STRING_data().
2016-07-25 FdaSilvaYYTypo and comment fix
2016-06-16 FdaSilvaYYSpelling fixes
2016-05-17 Rich SalzCopyright consolidation 01/10
2016-05-12 Dr. Stephen HensonCorrectly check for trailing digest options.
2016-05-04 FdaSilvaYYGH932: Add more help messages to some apps options.
2016-04-20 Matt CaswellFix no-sock on Windows
2016-04-18 Rich SalzMake string_to_hex/hex_to_string public
2016-04-06 Matt CaswellFix no-ocsp
2016-03-21 Matt CaswellFix no-sock
2016-02-22 Rich SalzRemove unused parameters from internal functions
2016-02-20 Kurt Roeckxargv was set but unused
2016-02-18 Rich SalzGH681: More command help cleanup
2016-02-14 Richard LevitteMake sure to use unsigned char for is*() functions
2016-02-13 Benjamin KadukGH650: Minor tidying around the ocsp app
2016-01-21 Viktor DukhovniRefactor apps load_certs/load_crls to work incrementally
2016-01-14 Dr. Stephen HensonTo avoid possible time_t overflow use X509_time_adj_ex()
2015-12-16 Rich SalzRename some BUF_xxx to OPENSSL_xxx
2015-11-09 Matt CaswellContinue standardisation of malloc handling in apps
2015-10-23 Alessandro GhediniDo not treat 0 return value from BIO_get_fd() as error
2015-10-18 Dr. Stephen HensonMove auto Host adding to query_responder
2015-10-18 Dr. Stephen HensonFix memory leak with -issuer option.
2015-10-12 Matt CaswellCentralise loading default apps config file
2015-09-25 Matt CaswellAdd support for -no-CApath and -no-CAfile options
2015-09-05 Richard LevitteChange the way apps open their input and output files
2015-08-10 Rich SalzFix build break.
2015-08-08 bluelineXYGH357: Update ocsp.c
2015-07-31 Adam EijdenbergRT3962: Check accept_count only if not unlimited
2015-06-23 Rich SalzRT3682: Avoid double-free on OCSP parse error
2015-06-02 Rich SalzRT832: Use REUSEADDR in ocsp responder
2015-05-29 Richard LevitteRestore module loading
2015-05-16 Matt CaswellClient side version negotiation rewrite
2015-05-13 Rich SalzAdd missing ctype.h
2015-05-13 Rich SalzFix ocsp bugs
2015-05-01 Rich Salzfree NULL cleanup -- coda
2015-05-01 Rich Salzfree null cleanup finale
2015-04-30 Rich Salzfree cleanup 12
2015-04-30 Rich Salzfree NULL cleanup 5a
2015-04-29 Rich SalzAdd HTTP GET support to OCSP server
2015-04-26 Rich SalzFix main build breakage.
2015-04-25 Rich SalzRT2206: Add -issuer flag to ocsp command
2015-04-24 Rich SalzBig apps cleanup (option-parsing, etc)
2015-04-11 Rich Salzfree NULL cleanup 10
2015-03-25 Rich Salzfree NULL cleanup
2015-03-05 Dr. Stephen HensonMake OCSP structures opaque.
2015-02-25 Matt CaswellAdd -no_alt_chains option to apps to implement the new
2015-01-22 Matt CaswellRun util/openssl-format-source -v -c .
2014-12-02 Kurt RoeckxUse the SSLv23 method by default
2014-11-27 Matt CaswellTidy up ocsp help output
2014-11-27 André GuerreiroAdd documentation on -timeout option in the ocsp utility
2014-06-29 Rich SalzFix typo in message (RT 3107)
2014-06-28 Dr. Stephen HensonTypo.
2014-06-19 Hubert KarioDocument -trusted_first option in man pages and help.
2014-04-09 Dr. Stephen HensonFix free errors in ocsp utility.
2014-02-20 Dr. Stephen HensonMove CT viewer extension code to crypto/x509v3
2014-02-19 Ben LaurieMerge branch 'sct-viewer-master' of https://github...
2014-02-19 Rob StradlingMove the SCT List extension parser into libssl.
2013-10-07 Ben LaurieConstification.
2012-12-21 Dr. Stephen Hensonadd missing newline
2012-12-16 Dr. Stephen Hensonadd -rmd option to set OCSP response signing digest
2012-12-15 Dr. Stephen HensonReturn success when the responder is active.
2012-12-15 Dr. Stephen Hensontypo
2012-12-14 Dr. Stephen HensonAdd support for '-' as input and output filenames in...
2012-12-14 Dr. Stephen Hensonoops, revert, committed in error
2012-12-14 Dr. Stephen Hensonapps/ocsp.c
2012-12-09 Dr. Stephen Hensonadd -badsig option to ocsp utility too.
2012-12-07 Ben LaurieFix OCSP checking.
2009-09-30 Dr. Stephen HensonPR: 2064, 728
next