OpenSSL gets statically compiled into the Node binary on Windows (and all platforms by default on >= v0.7.x). You can check which version of OpenSSL that is by checking `process.versions.openssl`.
I'm not sure where you'd find a list of supported ciphers per openssl version though, so you'd have to figure that part out next. On Tue, May 8, 2012 at 12:45 PM, Matt Patenaude <[email protected]>wrote: > Hey all, > > Random question: the docs say that the crypto.Cipher class supports > whatever cipher algorithms are supported by the local installation of > OpenSSL. Does anyone know how that impacts Windows? Are there any > reasonably-strong ciphers that are fairly guaranteed to be available > cross-platform? > > Thanks! > > -Matt > > -- > 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 > -- 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
