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

Add tls1.3 support #745

Closed
1 of 4 tasks
szuecs opened this issue Aug 19, 2018 · 2 comments
Closed
1 of 4 tasks

Add tls1.3 support #745

szuecs opened this issue Aug 19, 2018 · 2 comments

Comments

@szuecs
Copy link
Member

szuecs commented Aug 19, 2018

golang/go#9671 will add tls1.3 to Go.
Code review: https://go-review.googlesource.com/c/go/+/147638/
TLS1.3 is now a standard https://tools.ietf.org/html/rfc8446.

srv.TLSConfig.MaxVersion = tls.VersionTLS12

We need to:

@szuecs
Copy link
Member Author

szuecs commented Oct 12, 2019

golang/go#30055 Go1.14 should have it as default

@szuecs
Copy link
Member Author

szuecs commented Jan 25, 2021

We have now -tls-min-version

@szuecs szuecs closed this as completed Jan 25, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant