We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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:
The text was updated successfully, but these errors were encountered:
golang/go#30055 Go1.14 should have it as default
Sorry, something went wrong.
We have now -tls-min-version
-tls-min-version
No branches or pull requests
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:
The text was updated successfully, but these errors were encountered: