Re: SSL_CTX_use_certificate_chain_file() Fails

2007-08-27 Thread Dr. Stephen Henson
On Mon, Aug 27, 2007, Prabhu S wrote: > Hi, > > The client application spawns one thread for each connection with the > server. Each thread is having its own SSL_CTX* object. > When 100 connections are to be made, once the SSL library in initialised - > SSL_library_init().And 100 threads are crea

SSL_CTX_use_certificate_chain_file() Fails

2007-08-27 Thread Prabhu S
Hi, The client application spawns one thread for each connection with the server. Each thread is having its own SSL_CTX* object. When 100 connections are to be made, once the SSL library in initialised - SSL_library_init().And 100 threads are created and each connect with server with their own SSL