Hopefully this is helpful for people coming across this thread, as some 
information on the web explicitly states that openssl doesn't have 
notification callbacks, which may have put you on a wrong track.

>From http://www.openssl.org/docs/ssl/SSL_CTX_set_info_callback.html:

SSL_CTX_set_info_callback() sets the *callback* function, that can be used 
to obtain state information for SSL objects created from *ctx* during 
connection setup and use.
The *where* argument specifies information about where (in which context) 
the callback function was called. 

(Can be SSL_CB_READ/WRITE, which sounds promising.)


-- 
You received this message because you are subscribed to the Google Groups 
"libuv" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/libuv.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to