Re: My ssl client connects without the knowledge of root CA certificate

2007-02-13 Thread Marek Marcola
Hello, > Could someone help me understand what is happening here? > > ~ Urjit > > - Original Message - > From: "Urjit Gokhale" <[EMAIL PROTECTED]> > To: > Sent: Thursday, January 18, 2007 9:13 PM > Subject: Re: My ssl client connects wit

Re: My ssl client connects without the knowledge of root CA certificate

2007-02-13 Thread Bernhard Froehlich
ome more info. Hope it helps. Ted ;) ~ Urjit - Original Message - From: "Urjit Gokhale" <[EMAIL PROTECTED]> To: Sent: Thursday, January 18, 2007 9:13 PM Subject: Re: My ssl client connects without the knowledge of root CA certificate No. The funct

Re: My ssl client connects without the knowledge of root CA certificate

2007-02-13 Thread Urjit Gokhale
Hello, Could someone help me understand what is happening here? ~ Urjit - Original Message - From: "Urjit Gokhale" <[EMAIL PROTECTED]> To: Sent: Thursday, January 18, 2007 9:13 PM Subject: Re: My ssl client connects without the knowledge of root CA certificate >

Re: My ssl client connects without the knowledge of root CA certificate

2007-01-18 Thread Urjit Gokhale
SSL_connect! Anyway, thanks for the reply, ~ Urjit - Original Message - From: "Alexis Lefort" <[EMAIL PROTECTED]> To: Sent: Thursday, January 18, 2007 2:43 PM Subject: Re: My ssl client connects without the knowledge of root CA certificate Hi, Do you use: SSL_CTX_se

Re: My ssl client connects without the knowledge of root CA certificate

2007-01-18 Thread Alexis Lefort
Hi, Do you use: SSL_CTX_set_verify (sslctx, SSL_VERIFY_PEER | SSL_VERIFY_FAIL_IF_NO_PEER_CERT, verify_callback); If not it is probably the solution ;) Alexis Urjit Gokhale a écrit : Hi, I have a sample SSLized client server program. I am not using SSL_CTX_load_verify_locations() in the cl