Add support for building with shared OpenSSL lacking SSLv3. by bk2204 · Pull Request #101 · nodejs/node

@bk2204

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".

indutny pushed a commit that referenced this pull request

Dec 10, 2014
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: #101

@rvagg rvagg mentioned this pull request

Jan 3, 2015