> Is there some mechanism within the openssl library for checking a > certificate against a CRL? I expected to find a function that would > take a X509 *cert and an X509_CRL *crl as arguments, and give an > indication as to whether the certificate is listed in the CRL. I have > been unable to locate any such function to use in the library. Any help > appreciated....
See in crypto/x509/x509_vfy.c around static int cert_crl(X509_STORE_CTX *ctx, X509_CRL *crl, X509 *x) funcions This can be found from 0.9.7 JUST Info... -kiyoshi Kiyoshi Watanabe ______________________________________________________________________ OpenSSL Project http://www.openssl.org User Support Mailing List [EMAIL PROTECTED] Automated List Manager [EMAIL PROTECTED]