aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* free NULL cleanup -- codaRich Salz2015-05-011-2/+1
* free null cleanup finaleRich Salz2015-05-011-13/+6
* free cleanup 12Rich Salz2015-04-301-2/+1
* free NULL cleanup 5aRich Salz2015-04-301-2/+1
* Add HTTP GET support to OCSP serverRich Salz2015-04-291-3/+48
* Fix main build breakage.Rich Salz2015-04-261-0/+1
* RT2206: Add -issuer flag to ocsp commandRich Salz2015-04-251-1/+17
* Big apps cleanup (option-parsing, etc)Rich Salz2015-04-241-543/+386
* free NULL cleanup 10Rich Salz2015-04-111-2/+1
* free NULL cleanupRich Salz2015-03-251-2/+1
* Make OCSP structures opaque.Dr. Stephen Henson2015-03-051-2/+6
* Add -no_alt_chains option to apps to implement the newMatt Caswell2015-02-251-0/+2
* Run util/openssl-format-source -v -c .Matt Caswell2015-01-221-1378/+1271
* Use the SSLv23 method by defaultKurt Roeckx2014-12-021-9/+0
* Tidy up ocsp help outputMatt Caswell2014-11-271-46/+46
* Add documentation on -timeout option in the ocsp utilityAndré Guerreiro2014-11-271-0/+1
* Fix typo in message (RT 3107)Rich Salz2014-06-291-1/+1
* Document -trusted_first option in man pages and help.Hubert Kario2014-06-191-0/+1
* Fix free errors in ocsp utility.Dr. Stephen Henson2014-04-091-6/+16
* 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