aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
Commit message (Expand)AuthorAgeFilesLines
...
* Move CT viewer extension code to crypto/x509v3Dr. Stephen Henson2014-02-201-2/+0
* Move the SCT List extension parser into libssl.Rob Stradling2014-02-191-0/+2
* Constification.Ben Laurie2013-10-071-13/+15
* add missing newlineDr. Stephen Henson2012-12-211-1/+1
* add -rmd option to set OCSP response signing digestDr. Stephen Henson2012-12-161-5/+17
* Return success when the responder is active.Dr. Stephen Henson2012-12-151-0/+6
* typoDr. Stephen Henson2012-12-151-1/+1
* Add support for '-' as input and output filenames in ocsp utility.Dr. Stephen Henson2012-12-141-4/+27
* oops, revert, committed in errorDr. Stephen Henson2012-12-141-27/+4
* apps/ocsp.cDr. Stephen Henson2012-12-141-4/+27
* add -badsig option to ocsp utility too.Dr. Stephen Henson2012-12-091-3/+9
* Fix OCSP checking.Ben Laurie2012-12-071-5/+5
* PR: 2064, 728Dr. Stephen Henson2009-09-301-8/+34
* Free SSL_CTX after BIODr. Stephen Henson2009-09-301-2/+2
* Update from 1.0.0-stableDr. Stephen Henson2009-07-271-9/+9
* Merge from 1.0.0-stable branch.Dr. Stephen Henson2009-04-031-0/+2
* Just to be awkward Ubuntu 8.10 doesn't like _XOPEN_SOURCE_EXTENDED...Dr. Stephen Henson2009-02-061-0/+2
* Because DEC C - sorry, HP C - is picky about features, we need toRichard Levitte2009-01-281-0/+3
* Update obsolete email address...Dr. Stephen Henson2008-11-051-1/+1
* More type-checking.Ben Laurie2008-06-041-11/+13
* Fix a variety of warnings generated by some elevated compiler-fascism,Geoff Thorpe2008-03-161-0/+3
* Cygwin compatibility fix to apps/ocsp.c.Andy Polyakov2008-01-051-0/+1
* Netware support.Dr. Stephen Henson2008-01-031-4/+16
* Handle non-SHA1 digests for certids in OCSP test responder.Dr. Stephen Henson2007-12-141-1/+15
* Submitted by: Victor B. Wagner <vitus@cryptocom.ru>, steveDr. Stephen Henson2007-12-041-13/+21
* Support for certificate status TLS extension.Dr. Stephen Henson2007-09-261-40/+51
* Fix warnings.Dr. Stephen Henson2007-08-121-1/+1
* PR: 1516Dr. Stephen Henson2007-05-161-14/+5
* Don't free a NULL. Coverity ID 112.Ben Laurie2007-04-041-2/+2
* Die if serial number is invalid.Ben Laurie2007-04-041-0/+1
* Apply a more modern way to get the definition of select(), except for VMS.Richard Levitte2007-03-291-1/+6
* Needed definition of _XOPEN_SOURCE_EXTENDED so DEC C on VMS will seeRichard Levitte2006-12-251-0/+4
* properly initialize SSL context, check return valueNils Larsch2006-12-131-0/+6
* According to documentation, including time.h declares select() onRichard Levitte2006-08-201-0/+1
* WIN32 fixes signed/unsigned issues and slightly socket semantics.Dr. Stephen Henson2006-07-171-4/+17
* Add -timeout option to ocsp utility.Dr. Stephen Henson2006-07-171-6/+94
* Remove some unnecessary recursive includes from the internal apps.h header,Geoff Thorpe2004-05-171-0/+1
* New -ignore_err option in ocsp application to stop the serverDr. Stephen Henson2003-09-031-0/+5
* Correct a lot of printing calls. Remove extra arguments...Richard Levitte2003-04-031-2/+2
* Make it possible to have multiple active certificates with the sameRichard Levitte2003-04-031-36/+10
* Update ocsp usage message and docs.Dr. Stephen Henson2003-03-261-3/+3
* Pay attention to disabled SSL versions.Richard Levitte2003-02-141-0/+9
* Make it possible to disable OCSP, the speed application, and the use of sockets.Richard Levitte2003-02-141-0/+11
* EXIT() may mean return(). That's confusing, so let's have it really meanRichard Levitte2002-12-031-1/+1
* Security fixes brought forward from 0.9.7.Ben Laurie2002-11-131-1/+1
* BN_bn2hex() returns "0" instead of "00" for zero. This disrputs theRichard Levitte2002-10-111-1/+4
* Make it possible to load keys from stdin, and restore thatRichard Levitte2002-08-011-2/+2
* Cut'n'paste error with other reposnder certificates cleared.Richard Levitte2002-08-011-2/+2
* Reorder inclusion of header files:Lutz Jänicke2002-07-101-1/+1
* Fix ext_dat.h extension ordering.Dr. Stephen Henson2002-06-131-2/+16