summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
AgeCommit message (Expand)Author
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
2003-02-14Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte
2002-12-03EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte
2002-11-13Security fixes brought forward from 0.9.7.Ben Laurie
2002-10-11BN_bn2hex() returns "0" instead of "00" for zero. This disrputs theRichard Levitte
2002-08-01Make it possible to load keys from stdin, and restore thatRichard Levitte
2002-08-01Cut'n'paste error with other reposnder certificates cleared.Richard Levitte
2002-07-10Reorder inclusion of header files:Lutz Jänicke
2002-06-13Fix ext_dat.h extension ordering.Dr. Stephen Henson