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 around sizeof(foo)Rich Salz
2016-01-14To avoid possible time_t overflow use X509_time_adj_ex()Dr. Stephen Henson
2015-10-23Do not treat 0 return value from BIO_get_fd() as errorAlessandro Ghedini
2015-06-23RT3682: Avoid double-free on OCSP parse errorRich Salz
2015-04-20Add -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-28Typo.Dr. Stephen Henson
2014-04-09Fix free errors in ocsp utility.Dr. Stephen Henson
2013-10-07Constification.Ben Laurie
2012-12-23add missing \nDr. Stephen Henson
2012-12-20Backport enhancements to OCSP utility from HEAD:Dr. Stephen Henson
2012-12-20revert, missing commit messageDr. Stephen Henson
2012-12-20apps/ocsp.cDr. Stephen Henson
2012-12-19Return success when the responder is active.Dr. Stephen Henson
2012-12-14Backport OCSP fixes.Ben Laurie
2009-09-30PR: 2064, 728Dr. Stephen Henson
2009-09-30Free SSL_CTX after BIODr. Stephen Henson
2009-07-27Change STRING to OPENSSL_STRING etc as common words suchDr. Stephen Henson
2009-04-02Add USE_SOCKETS.Dr. Stephen Henson
2009-02-06Just to be awkward Ubuntu 8.10 doesn't like _XOPEN_SOURCE_EXTENDED...Dr. Stephen Henson
2009-01-28Because DEC C - sorry, HP C - is picky about features, we need toRichard Levitte
2008-11-05Update obsolete email address...Dr. Stephen Henson
2008-06-04More type-checking.Ben Laurie
2008-03-16Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe
2008-01-05Cygwin compatibility fix to apps/ocsp.c.Andy Polyakov
2008-01-03Netware support.Dr. Stephen Henson
2007-12-14Handle non-SHA1 digests for certids in OCSP test responder.Dr. Stephen Henson
2007-12-04Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steveDr. Stephen Henson
2007-09-26Support for certificate status TLS extension.Dr. Stephen Henson
2007-08-12Fix warnings.Dr. Stephen Henson
2007-05-16PR: 1516Dr. Stephen Henson
2007-04-04Don't free a NULL. Coverity ID 112.Ben Laurie
2007-04-04Die if serial number is invalid.Ben Laurie
2007-03-29Apply a more modern way to get the definition of select(), except for VMS.Richard Levitte
2006-12-25Needed definition of _XOPEN_SOURCE_EXTENDED so DEC C on VMS will seeRichard Levitte
2006-12-13properly initialize SSL context, check return valueNils Larsch
2006-08-20According to documentation, including time.h declares select() onRichard Levitte
2006-07-17WIN32 fixes signed/unsigned issues and slightly socket semantics.Dr. Stephen Henson
2006-07-17Add -timeout option to ocsp utility.Dr. Stephen Henson
2004-05-17Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe
2003-09-03New -ignore_err option in ocsp application to stop the serverDr. Stephen Henson
2003-04-03Correct a lot of printing calls. Remove extra arguments...Richard Levitte
2003-04-03Make it possible to have multiple active certificates with the sameRichard Levitte
2003-03-26Update ocsp usage message and docs.Dr. Stephen Henson
2003-02-14Pay attention to disabled SSL versions.Richard Levitte