Hi,

 

I am developing and application using OpenSSL. I have a proprietary system
to handle connection/read data from sockets. All I need to do is to pass
callback functions to the system to 

            1. Handle new connection

            2. Read data on the given port

 

Now while I use OpenSSL, I need to use SSL_connect and SSL_accept to do the
handshake. But these calls are blocking and also use the sockets directly.
Is there any way to use the library so that it works as a event-based
handshake.

 

Regards,

Rajib

Reply via email to