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/alloc: set default min proto TLS 1.2 #948

Merged
merged 1 commit into from
Sep 17, 2023
Merged

tls/alloc: set default min proto TLS 1.2 #948

merged 1 commit into from
Sep 17, 2023

Conversation

sreimers
Copy link
Member

@sreimers sreimers commented Sep 9, 2023

For discussion, should we set a secure min. proto by default?

@alfredh
Copy link
Contributor

alfredh commented Sep 13, 2023

I support this, but most likely things will break with old servers.

RFC 8996
Deprecating TLS 1.0 and TLS 1.1

https://www.rfc-editor.org/rfc/rfc8996

@sreimers
Copy link
Member Author

sreimers commented Sep 13, 2023

A application can set tls_set_min_proto_version to a lower value if needed, I think.

Note: TLS 1.2 is supported by OpenSSL since version 1.0.1 (first released 2012), so these servers/clients are really quite old (>10 years) or support is disabled.

@sreimers sreimers marked this pull request as ready for review September 13, 2023 10:46
@alfredh alfredh merged commit 74ea8a6 into main Sep 17, 2023
38 checks passed
@alfredh alfredh deleted the min_tls branch September 17, 2023 12:03
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 this pull request may close these issues.

2 participants