Hi,
I have problem with retrieving CRLs with my custom lookup method. With 0.9.8h it is working as expected but with 1.0.0 I'm still getting X509_V_ERR_UNABLE_TO_GET_CRL. I found that CRL is successfully retrived with X509_STORE_get_by_subject called from X509_STORE_get1_crls (file x509_lu.c, line 551) but after that is received CRL immediately freed by X509_OBJECT_free_contents (file x509_lu.c, line 556) and not used anymore. It doesn't make any sense to me. Is it a bug?
Regards
Jan


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

Reply via email to