On Tue, Jul 17, 2001 at 11:13:04AM -0400, Imran Badr wrote:
> 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?

ssl/ssl_lib.c:SSL_CTX_load_verify_locations()

        Lutz
-- 
Lutz Jaenicke                             [EMAIL PROTECTED]
BTU Cottbus               http://www.aet.TU-Cottbus.DE/personen/jaenicke/
Lehrstuhl Allgemeine Elektrotechnik                  Tel. +49 355 69-4129
Universitaetsplatz 3-4, D-03044 Cottbus              Fax. +49 355 69-4153
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to