summaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
AgeCommit message (Expand)Author
2014-06-29Fix typo in message (RT 3107)Rich Salz
2014-06-19Document -trusted_first option in man pages and help.Hubert Kario
2014-04-09Fix free errors in ocsp utility.Dr. Stephen Henson
2014-02-20Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson
2014-02-19Move the SCT List extension parser into libssl.Rob Stradling
2013-10-07Constification.Ben Laurie
2012-12-21add missing newlineDr. Stephen Henson
2012-12-16add -rmd option to set OCSP response signing digestDr. Stephen Henson
2012-12-15Return success when the responder is active.Dr. Stephen Henson
2012-12-15typoDr. Stephen Henson
2012-12-14Add support for '-' as input and output filenames in ocsp utility.Dr. Stephen Henson
2012-12-14oops, revert, committed in errorDr. Stephen Henson
2012-12-14apps/ocsp.cDr. Stephen Henson
2012-12-09add -badsig option to ocsp utility too.Dr. Stephen Henson
2012-12-07Fix OCSP checking.Ben Laurie
2009-09-30PR: 2064, 728Dr. Stephen Henson
2009-09-30Free SSL_CTX after BIODr. Stephen Henson
2009-07-27Update from 1.0.0-stableDr. Stephen Henson
2009-04-03Merge from 1.0.0-stable branch.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