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

[proxy/tls] Update supported TLS versions and cipher suites #858

Closed
dcarbone opened this issue Dec 26, 2021 · 0 comments · Fixed by #889
Closed

[proxy/tls] Update supported TLS versions and cipher suites #858

dcarbone opened this issue Dec 26, 2021 · 0 comments · Fixed by #889
Assignees

Comments

@dcarbone
Copy link
Contributor

The current list of supported TLS versions is as follows:

var tlsver = map[uint16]string{
	tls.VersionSSL30: "ssl30",
	tls.VersionTLS10: "tls10",
	tls.VersionTLS11: "tls11",
	tls.VersionTLS12: "tls12",
}

We should do the following:

  1. Remove tls.VersionSSL30 from the map
  2. Add tls.VersionTLS13 to the map
  3. Add a deprecation warning when tls.VersionTLS10 or tls.VersionTLS11 is selected.
@dcarbone dcarbone self-assigned this Dec 26, 2021
@dcarbone dcarbone added this to the 1.5.16 milestone Dec 26, 2021
@dcarbone dcarbone changed the title [proxy/tls] Update supported TLS versions [proxy/tls] Update supported TLS versions and cipher suites Dec 26, 2021
@dcarbone dcarbone removed this from the 1.5.16 milestone Apr 25, 2022
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

Successfully merging a pull request may close this issue.

1 participant