Re: query on SSL_CTX_set_verify();

2006-08-18 Thread Prabhu.S
Thanks Marek for that reply. It helped me :) Regards, Prabhu. S - Original Message - From: "Marek Marcola" <[EMAIL PROTECTED]> To: Sent: Wednesday, August 09, 2006 3:02 PM Subject: Re: query on SSL_CTX_set_verify(); > Hello, > > I have client application pr

Re: query on SSL_CTX_set_verify();

2006-08-09 Thread Marek Marcola
Hello, > I have client application program in which I call the method > "SSL_CTX_set_verify" as SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER, > NULL). Whenever the incoming server certificate is invalid the the > application immediately aborts. How do I overcome this..I need to > abort grace fully call

query on SSL_CTX_set_verify();

2006-08-08 Thread Prabhu.S
Hello,   I have  client application program in which I call the method "SSL_CTX_set_verify" as SSL_CTX_set_verify(ctx, SSL_VERIFY_PEER, NULL). Whenever the incoming server certificate is invalid the the application immediately aborts. How do I overcome this..I need to abort grace fully cal