Hi,

I am calling ssl_accept but it is not blocking. This is very new to me
but as the design goes, I need the socket to block on accept.

The application currently works without SSL. I am trying to add SSL to
the routines allowing the user to determine if they want a secure
connection to not.
The origibnal app blocks too.

I am following roughly outlines, the following procedure.

TLSv1_client_method()
SSL_CTX_new
SSL_new
SSL_set_fd
SSL_accept.

I am using the fd that was being created by the old socket routines
where applicable.

could someone please point me in the direction to get accept to block.

I am using openssl 0.9.6 (dated sept 2000)
running redhat 7.1
Hylton

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

Reply via email to