Fix no-stdio and no-autoalginit
[openssl.git] / apps / ocsp.c
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
2009-09-30 Dr. Stephen HensonFree SSL_CTX after BIO
2009-07-27 Dr. Stephen HensonUpdate from 1.0.0-stable
2009-04-03 Dr. Stephen HensonMerge from 1.0.0-stable branch.
2009-02-06 Dr. Stephen HensonJust to be awkward Ubuntu 8.10 doesn't like _XOPEN_SOUR...
2009-01-28 Richard LevitteBecause DEC C - sorry, HP C - is picky about features...
2008-11-05 Dr. Stephen HensonUpdate obsolete email address...
2008-06-04 Ben LaurieMore type-checking.
2008-03-16 Geoff ThorpeFix a variety of warnings generated by some elevated...
2008-01-05 Andy PolyakovCygwin compatibility fix to apps/ocsp.c.
2008-01-03 Dr. Stephen HensonNetware support.
2007-12-14 Dr. Stephen HensonHandle non-SHA1 digests for certids in OCSP test responder.
2007-12-04 Dr. Stephen HensonSubmitted by: Victor B. Wagner <vitus@cryptocom.ru...
2007-09-26 Dr. Stephen HensonSupport for certificate status TLS extension.
2007-08-12 Dr. Stephen HensonFix warnings.
2007-05-16 Dr. Stephen HensonPR: 1516
2007-04-04 Ben LaurieDon't free a NULL. Coverity ID 112.
2007-04-04 Ben LaurieDie if serial number is invalid.
2007-03-29 Richard LevitteApply a more modern way to get the definition of select...
2006-12-25 Richard LevitteNeeded definition of _XOPEN_SOURCE_EXTENDED so DEC...
2006-12-13 Nils Larschproperly initialize SSL context, check return value
2006-08-20 Richard LevitteAccording to documentation, including time.h declares...
2006-07-17 Dr. Stephen HensonWIN32 fixes signed/unsigned issues and slightly socket...
2006-07-17 Dr. Stephen HensonAdd -timeout option to ocsp utility.
2004-05-17 Geoff ThorpeRemove some unnecessary recursive includes from the...
2003-09-03 Dr. Stephen HensonNew -ignore_err option in ocsp application to stop...
2003-04-03 Richard LevitteCorrect a lot of printing calls. Remove extra arguments...
2003-04-03 Richard LevitteMake it possible to have multiple active certificates...
2003-03-26 Dr. Stephen HensonUpdate ocsp usage message and docs.
2003-02-14 Richard LevittePay attention to disabled SSL versions.
2003-02-14 Richard LevitteMake it possible to disable OCSP, the speed application...
2002-12-03 Richard LevitteEXIT() may mean return(). That's confusing, so let...
2002-11-13 Ben LaurieSecurity fixes brought forward from 0.9.7.
2002-10-11 Richard LevitteBN_bn2hex() returns "0" instead of "00" for zero. ...
2002-08-01 Richard LevitteMake it possible to load keys from stdin, and restore...
2002-08-01 Richard LevitteCut'n'paste error with other reposnder certificates...
2002-07-10 Lutz JänickeReorder inclusion of header files:
2002-06-13 Dr. Stephen HensonFix ext_dat.h extension ordering.
2002-02-22 Dr. Stephen HensonConfig code updates.
2001-08-23 Dr. Stephen HensonLoad OCSP responder key before waiting for an incoming
2001-07-13 Dr. Stephen HensonAllow OCSP server to handle multiple requests.
next