Hi there,
is it possible to split the SSL_accept and SSL_connect functions into
several others that do not block ?

I would like to have an alternative for SSL_accept that would allow me
to regain control inbetween the SSL handshake frames. I would like to
wait for each next frame of the handshake with a select statement and
still be able to react to other concurrent sessions.

Is this possible ?

I have been thinking about selecting inside the info_callback but it
won't solve the problem. (and is ugly)

thanks !

Jeroen.
+-------------------------------------------------------------------------+
| Administrative requests should be sent to [EMAIL PROTECTED] |
| List service provided by Open Software Associates, http://www.osa.com/  |
+-------------------------------------------------------------------------+

Reply via email to