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

tls: remove NPN (next protocol negotation) support #19403

Merged
merged 2 commits into from
Mar 27, 2018

Commits on Mar 27, 2018

  1. tls: drop NPN (next protocol negotiation) support

    NPN has been superseded by ALPN.  Chrome and Firefox removed support for
    NPN in 2016 and 2017 respectively to no ill effect.
    
    Fixes: nodejs#14602
    PR-URL: nodejs#19403
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    bnoordhuis committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    5bfbe5c View commit details
    Browse the repository at this point in the history
  2. tls: runtime-deprecate tls.convertNPNProtocols()

    Fixes: nodejs#14602
    PR-URL: nodejs#19403
    Reviewed-By: James M Snell <jasnell@gmail.com>
    Reviewed-By: Tobias Nießen <tniessen@tnie.de>
    bnoordhuis committed Mar 27, 2018
    Configuration menu
    Copy the full SHA
    9204a0d View commit details
    Browse the repository at this point in the history