-
Notifications
You must be signed in to change notification settings - Fork 30k
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
Comments
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. |
Update close yet? @bnoordhuis |
@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 |
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? |
@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 |
@bnoordhuis -> |
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.
The text was updated successfully, but these errors were encountered: