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: remove support for TLS 1.0 and 1.1. #1931

Merged
merged 1 commit into from
Nov 16, 2024
Merged

Conversation

gdamore
Copy link
Contributor

@gdamore gdamore commented Nov 16, 2024

Those old algorithms are not used anywhere, and are not recommended. TLS 1.2 support has been prevalent for over a decade.

fixes #

Note that the above format should be used in your git commit comments.
You agree that by submitting a PR, you have read and agreed to our
contributing guidelines.

Copy link

codecov bot commented Nov 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.26%. Comparing base (9ecd18c) to head (1ca297d).
Report is 1 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1931      +/-   ##
==========================================
+ Coverage   81.21%   81.26%   +0.05%     
==========================================
  Files          94       94              
  Lines       24058    24046      -12     
  Branches     3209     3209              
==========================================
+ Hits        19539    19542       +3     
+ Misses       4446     4433      -13     
+ Partials       73       71       -2     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Those old algorithms are not used anywhere, and are not recommended.
TLS 1.2 support has been prevalent for over a decade.
@gdamore gdamore force-pushed the gdamore/no-tls10-tls11 branch from f93efef to 1ca297d Compare November 16, 2024 21:53
@gdamore gdamore merged commit 1ca297d into main Nov 16, 2024
18 of 19 checks passed
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.

1 participant