On Sat, Sep 1, 2012 at 2:39 PM, Roger Light <
roger...@gmail.com> wrote:
> Looking at libuv, it doesn't seem that it provides support for working with
> openssl. Is this correct? It feels as though I might be able to fudge it by
> using the socket/fd private fields but obviously I don't want to do that.
That's correct. What do you need the socket for? You can drive openssl
in an asynchronous and decoupled fashion with memory BIOs and the
SSL_{accept,read,write} functions.