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

gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 #105404

Merged
merged 4 commits into from
Jul 22, 2023
Merged

gh-105090: Replace incorrect TLSv1.2 with TLSv1.3 #105404

merged 4 commits into from
Jul 22, 2023

Conversation

pandaninjas
Copy link
Contributor

@pandaninjas pandaninjas commented Jun 6, 2023

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/

@cpython-cla-bot
Copy link

cpython-cla-bot bot commented Jun 6, 2023

All commit authors signed the Contributor License Agreement.
CLA signed

Copy link

@systematicguy systematicguy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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.

@pablogsal pablogsal added needs backport to 3.10 only security fixes needs backport to 3.11 only security fixes needs backport to 3.12 bug and security fixes labels Jul 22, 2023
@pablogsal pablogsal enabled auto-merge (squash) July 22, 2023 14:29
@pablogsal pablogsal merged commit e5252c6 into python:main Jul 22, 2023
7 checks passed
@miss-islington
Copy link
Contributor

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.
🐍🍒⛏🤖

@miss-islington
Copy link
Contributor

Sorry @pandaninjas and @pablogsal, I had trouble checking out the 3.12 backport branch.
Please retry by removing and re-adding the "needs backport to 3.12" label.
Alternatively, you can backport using cherry_picker on the command line.
cherry_picker e5252c6127ad788b39221982964f935bd1513028 3.12

@bedevere-bot
Copy link

GH-107038 is a backport of this pull request to the 3.11 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 22, 2023
)

(cherry picked from commit e5252c6)

Co-authored-by: Jocelyn Castellano <admin@malwarefight.gq>
@bedevere-bot bedevere-bot removed the needs backport to 3.11 only security fixes label Jul 22, 2023
@bedevere-bot
Copy link

GH-107039 is a backport of this pull request to the 3.10 branch.

@bedevere-bot bedevere-bot removed the needs backport to 3.10 only security fixes label Jul 22, 2023
@pablogsal pablogsal removed the needs backport to 3.12 bug and security fixes label Jul 22, 2023
@pablogsal pablogsal added the needs backport to 3.12 bug and security fixes label Jul 22, 2023
@miss-islington
Copy link
Contributor

Thanks @pandaninjas for the PR, and @pablogsal for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12.
🐍🍒⛏🤖

pablogsal pushed a commit that referenced this pull request Jul 22, 2023
…107038)

Co-authored-by: Jocelyn Castellano <admin@malwarefight.gq>
@bedevere-bot
Copy link

GH-107040 is a backport of this pull request to the 3.12 branch.

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 22, 2023
)

(cherry picked from commit e5252c6)

Co-authored-by: Jocelyn Castellano <admin@malwarefight.gq>
@bedevere-bot bedevere-bot removed the needs backport to 3.12 bug and security fixes label Jul 22, 2023
pablogsal pushed a commit that referenced this pull request Jul 22, 2023
…107039)

Co-authored-by: Jocelyn Castellano <admin@malwarefight.gq>
pablogsal pushed a commit that referenced this pull request Jul 22, 2023
…107040)

Co-authored-by: Jocelyn Castellano <admin@malwarefight.gq>
miss-islington pushed a commit to miss-islington/cpython that referenced this pull request Jul 22, 2023
)

(cherry picked from commit e5252c6)

Co-authored-by: Jocelyn Castellano <admin@malwarefight.gq>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
docs Documentation in the Doc dir skip news
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants