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 from the SSL layer.
4) The connection is closed using calls SSL_shutdown,
BIO_free_all, SSL_free.
5) Another client asks for a connection.
6) SSL is initialised
7) SSL_accept gives core

I have noticed that things work fine when the complete
data from the underlying SSL layer is read. But cores
whenever incomplete data reading is done in the
previous session.

Please let me know if there are any inputs so that I
could proceed to solve this.

Thanks and Regards,
Rohit
______________________________________________________________________
OpenSSL Project                                 http://www.openssl.org
User Support Mailing List                    [EMAIL PROTECTED]
Automated List Manager                           [EMAIL PROTECTED]

Reply via email to