Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

crypto,tls: remove SSLv2 support #5529

Merged
merged 1 commit into from
Mar 2, 2016

Commits on Mar 2, 2016

  1. crypto,tls: remove SSLv2 support

    Remove support for SSLv2 because of DROWN (CVE-2016-0800).
    
    Use of the `--enable-ssl2` flag is now an error; node will print an
    error message and exit.
    
    Fixes: nodejs/Release#80
    PR-URL: nodejs#5529
    Reviewed-By: Rod Vagg <rod@vagg.org>
    bnoordhuis committed Mar 2, 2016
    Configuration menu
    Copy the full SHA
    f8cb0dc View commit details
    Browse the repository at this point in the history