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 1.3 Support #21304

Closed
rahbari opened this issue Jun 13, 2018 · 7 comments
Closed

TLS 1.3 Support #21304

rahbari opened this issue Jun 13, 2018 · 7 comments
Labels
feature request Issues that request new features to be added to Node.js. tls Issues and PRs related to the tls subsystem.

Comments

@rahbari
Copy link

rahbari commented Jun 13, 2018

As TLS 1.3 has been approved by IETF and browsers will start to adopt it soon, it's nice to have it in node.js too.

@devsnek devsnek added tls Issues and PRs related to the tls subsystem. feature request Issues that request new features to be added to Node.js. labels Jun 13, 2018
@bnoordhuis
Copy link
Member

Thanks for the suggestion but TLS 1.3 is already on the roadmap and this issue isn't actionable until we upgrade to a version of openssl that supports TLS 1.3.

I'll close this out for now, maybe I'll reopen it by the time we start the upgrade.

@cyphercodes
Copy link

Update close yet? @bnoordhuis

@krzysdz
Copy link

krzysdz commented Aug 2, 2018

@cyphercodes OpenSSL will support TLS 1.3 starting with version 1.1.1 and as @bnoordhuis wrote this (or newer) version is required to add TLS 1.3 support to Node.js. Latest version of OpenSSL v1.1.1 is Beta 6 build (pre release 8) since 20.06.2018.

For more info about OpenSSL releases check OpenSSL newslog

@damianobarbati
Copy link

Any news on this? I see the OpenSSL 1.1.0i is out since 14-Aug-2018, is this what we were waiting for to ship tls 1.3?

@krzysdz
Copy link

krzysdz commented Aug 27, 2018

@damianobarbati As I wrote in my previous comment TLS 1.3 is supported by OpenSSL 1.1.1 and newer (NOT the 1.1.0x line).

According to this mail in openssl-project mailing list final release date for 1.1.1 is Tuesday 11th September

@sagi
Copy link

sagi commented Sep 11, 2018

@bnoordhuis -> OpenSSL 1.1.1 is released. Can you please reopen the issue?

@krzysdz
Copy link

krzysdz commented Sep 11, 2018

@sagi I think that there's no reason to reopen this issue as #18770 is an open issue about OpenSSL 1.1.1 support.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature request Issues that request new features to be added to Node.js. tls Issues and PRs related to the tls subsystem.
Projects
None yet
Development

No branches or pull requests

7 participants