List,

Has anyone sucessfully cancelled a thread that is currently doing IO or
blocked in an SSL handshake/read/write operation?

I am trying to do this to simplify timeouts.

The problem is when I cancel the thread and call SSL_free on the SSL
structure, I still seem to have stuff stuck around in memory (leak).

Has anyone done this and have any words of wisdom, or perhaps have a
better way of implementing a timeout? I am currently using Solaris 2.6,
OpenSSL 0.9.6b, and the app uses pthreads.

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

Reply via email to