gh-105090: Replace incorrect TLSv1.2 with TLSv1.3#105404
gh-105090: Replace incorrect TLSv1.2 with TLSv1.3#105404pablogsal merged 4 commits intopython:mainfrom pandaninjas:patch-1
Conversation
systematicguy
left a comment
There was a problem hiding this comment.
LGTM. I have also looked for other potential occurrences in the whole file, but none found.
I have done this review during the EuroPython 2023 sprints.
|
Thanks @pandaninjas for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.10, 3.11, 3.12. |
|
Sorry @pandaninjas and @pablogsal, I had trouble checking out the |
|
GH-107038 is a backport of this pull request to the 3.11 branch. |
) (cherry picked from commit e5252c6) Co-authored-by: Jocelyn Castellano <admin@malwarefight.gq>
|
GH-107039 is a backport of this pull request to the 3.10 branch. |
|
Thanks @pandaninjas for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
|
GH-107040 is a backport of this pull request to the 3.12 branch. |
) (cherry picked from commit e5252c6) Co-authored-by: Jocelyn Castellano <admin@malwarefight.gq>
) (cherry picked from commit e5252c6) Co-authored-by: Jocelyn Castellano <admin@malwarefight.gq>
The ssl doc specifies that it will only allow >=TLSv1.2, while the code actually only allows TLSv1.3
📚 Documentation preview 📚: https://cpython-previews--105404.org.readthedocs.build/