Re: SSL_accept core dumps..

2004-07-19 Thread Ganesh Godavari
hello, sesssion handling functions must be called before SSL_accept. make sure to flush sessions (SSL_CTX_flush_sessions) before calling routines for session handling (SSL_CTX_sess_set_new_cb, SSL_CTX_sess_set_get_cb,SSL_CTX_sess_set_remove_cb). Also try cleaning up the structures before SSL_acc

SSL_accept core dumps..

2004-07-18 Thread rohit_shukla
Hi , My Secure server cores with dbx showing it in SSL_accept under the following scenario.. 1) Establish a succesful connection with the client. 2) Data sent by client is read line by line using BIO_gets and simultaneously interpreted. 3) Due to an application error the complete data is not read