aboutsummaryrefslogtreecommitdiffstats
path: root/apps/ocsp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Config code updates.Dr. Stephen Henson2002-02-221-0/+3
* Load OCSP responder key before waiting for an incomingDr. Stephen Henson2001-08-231-25/+27
* Allow OCSP server to handle multiple requests.Dr. Stephen Henson2001-07-131-36/+93
* Initial OCSP server support, using index.txt format.Dr. Stephen Henson2001-07-121-20/+404
* Extend all the loading functions to take an engine pointer, a passRichard Levitte2001-05-301-6/+15
* New function and options to check OCSP response validity.Dr. Stephen Henson2001-02-241-3/+52
* Fix typo.Dr. Stephen Henson2001-02-201-1/+1
* Initial OCSP SSL support.Dr. Stephen Henson2001-02-141-3/+14
* New function OCSP_parse_url() and -url option for ocsp utility.Dr. Stephen Henson2001-02-131-2/+24
* Modify OCSP nonce behaviour.Dr. Stephen Henson2001-02-121-3/+8
* Add missing \n's to ocsp usage message.Dr. Stephen Henson2001-02-091-9/+9
* Allow various options to be included for signing and verify ofDr. Stephen Henson2001-02-081-29/+83
* Add the -VAfile option to 'openssl ocsp'. This option will give theRichard Levitte2001-02-081-1/+17
* Various function for commmon operations.Dr. Stephen Henson2001-02-021-1/+1
* Fixes to various ASN1_INTEGER routines for negative case.Dr. Stephen Henson2001-01-191-1/+1
* Additional functionality in ocsp utility: print summaryDr. Stephen Henson2001-01-191-16/+121
* Implement remaining OCSP verify checks inDr. Stephen Henson2001-01-181-0/+2
* Initial OCSP certificate verify. Not complete,Dr. Stephen Henson2001-01-171-0/+37
* Preliminary ocsp utility documentation.Dr. Stephen Henson2001-01-141-0/+3
* New OCSP utility. This can generate, parse and printDr. Stephen Henson2001-01-131-0/+452