Re: app_verify_callback on ssl_ctx_st struct

2007-10-08 Thread Shanku Roy
Thanks much Steve! --- "Dr. Stephen Henson" <[EMAIL PROTECTED]> wrote: > On Fri, Oct 05, 2007, Shanku Roy wrote: > > > Hello, > > I am looking for a way to obtain the "SSL *" > > handle on the app_verify_callback menthod on > > SSL_CTX/ssl_ctx_st struct; currently, the function > > looks l

Application Crash

2007-10-08 Thread Prabhu S
Hi, My application simulates 'n' number of clients to connect to the server. For each client to be simulated a thread is created. Each thread have their own context objects[SL_CTX *ctx; and SSL*ssl] .. I run the application in Linux 2.6.11.12 . When 1000 clients are tied to simulated the