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:Fedor Indutny <fedor@indutny.com> PR-URL: https://github.com/iojs/io.js/pull/101
parent
21a679a1
Please register or sign in to comment