I was looking at the relevant openssl code where it verifies client
certificate. I fugured out that it creates a STACK_OF x509 cert store and
pushes client certificate to it. It  then passes this stack to a verify
function which verfies the whole cert chain against s->ctx->cert_store. I
was unable to find the place where this context cert_store is created. Can
anyone help me?

Thanks,
Imran Badr.

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

Reply via email to