Hi,

Using OpenSSL, I would like to verify a certificate validity.
My environment is visual C++, openSSL 0.9.6g.

I need to verify : 
- cert integrity
- cert date validity
- CRL (delta CRL, OCSP optional)
- chain validity

OpenSSL seems to be able to realize this with the 'verify' option.
According to http://www.openssl.org/docs/apps/verify.html#,
I understand that CRL verification is not already implemented.

I believe integrity and validity are not an issue.
What about CRL and chain validity?
Does someone know any entry point functions to use
to do so?

thx
Damien
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to