Commit ac18ebdd authored by brian m. carlson's avatar brian m. carlson Committed by Fedor Indutny
Browse files

crypto: disable SSLv3 if shared OpenSSL lacks it



Some distributions disable SSLv3 due to POODLE.  In such a case, disable
the specific SSLv3 methods and throw an exception, much like the code
already does for SSLv2.  The SSLv23* code is retained because this is
OpenSSL's terminology for "no version in particular".

Reviewed-By: default avatarFedor Indutny <fedor@indutny.com>
PR-URL: https://github.com/iojs/io.js/pull/101
parent 21a679a1
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment