1. Why OCSP_cert_to_id requires two certificates? Basically it should
require only the certificate to be checked to construct an OCSP
request, right?
2. When OCSP_basic_verify returns 0 does that mean a success or
failure?
Any comments are appreciated. Thanks.
John Pattern <[EMAIL PROTECTED]> wrote:
Thanks. I will take a look at ocsp.c.
Brad Hards <[EMAIL PROTECTED]> wrote:On Thursday 11 May 2006 23:38 pm, John Pattern wrote:
> I want to generate a simple OCSP request. What are the steps I must
> follow using OpenSSL? Thank you for your help.
There is an openssl tool to do so - see:
http://www.openssl.org/docs/apps/ocsp.html
There is some detail, and a test server at openvalidation.org. In particular,
you might want to check:
http://www.openvalidation.org/useocspservicenew.htm
If you want to do it programmatically, I'd suggest that you look at the source
code for the ocsp tool.
HTH
Brad
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
