On Sat, Sep 1, 2012 at 2:39 PM, Roger Light <[email protected]> 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.

-- 
Job Board: http://jobs.nodejs.org/
Posting guidelines: 
https://github.com/joyent/node/wiki/Mailing-List-Posting-Guidelines
You received this message because you are subscribed to the Google
Groups "nodejs" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/nodejs?hl=en?hl=en

Reply via email to