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

Set default minimum protocol to TLS 1.2 #293

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Property404
Copy link

TLS 1.0 (published 1999) and 1.1 (published 2006) have been deprecated since 2021 (RFC 8996) and are no longer considered secure.

I think this could be considered a breaking change

TLS 1.0 (published 1999) and 1.1 (published 2006) have been deprecated
since 2021 ([RFC 8996](https://datatracker.ietf.org/doc/html/rfc8996))
and are no longer considered secure.
@sfackler
Copy link
Owner

sfackler commented Apr 2, 2024

I think it's probably best to just make the change rather than cutting a major break. I expect most of the TLS backends people are using under native-tls have already turned off support for 1.0 and 1.1.

@Property404
Copy link
Author

@sfackler Do you need anything from me to get this merged?

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