Hi,

via X509_LOOKUP_load_file() resp. X509_LOOKUP_add_dir() I'm adding a PEM file containing multiple CRLs and/or a directory containing hashed CRL files to a X509_STORE.

Then I'm using the X509_verify_cert() function to verify a certificate. After verification is successful, I would like to get the actual CRL object that was used to verify the certificate. How can that be done? Do I have to plug into the get_crl() callback function of the X509_STORE structure?

Thanks
Stephan
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    openssl-users@openssl.org
Automated List Manager                           majord...@openssl.org

Reply via email to