◐ Shell
clean mode source ↗

[3.7] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) by ambv · Pull Request #95314 · python/cpython

Skip to content

Navigation Menu

Sign in

Appearance settings

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up

Appearance settings

Conversation

@ambv

@ambv ambv commented

Jul 27, 2022

edited by bedevere-bot

Loading

Copy link Copy Markdown

Contributor

Three test cases were failing on FreeBSD with latest OpenSSL.

tiran and others added 2 commits

July 27, 2022 13:10
…honGH-94347)

Three test cases were failing on FreeBSD with latest OpenSSL.

(cherry picked from commit 1bc86c2)
pythonGH-94347)

Three test cases were failing on FreeBSD with latest OpenSSL.
(cherry picked from commit 1bc86c2)

Co-authored-by: Christian Heimes <christian@python.org>

@ambv

ambv commented

Jul 27, 2022

Copy link Copy Markdown

Contributor Author

@ned-deily, I'm going to land this since otherwise SSL tests cannot be run on the new FreeBSD buildbots which ship with a version of OpenSSL that deliberately removes v1.0 protocol support.

@ambv ambv merged commit c199831 into python:3.7

Jul 27, 2022

@ambv ambv deleted the backport-1bc86c2-3.7 branch

July 27, 2022 21:45

@ned-deily

Copy link Copy Markdown

Member

Sorry I didn't get pinged for this. Thanks.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Reviewers

No reviews

Assignees

No one assigned

Labels

tests

Tests in the Lib/test dir

Projects

None yet

Milestone

No milestone

Development

Successfully merging this pull request may close these issues.

4 participants

@ambv @ned-deily @bedevere-bot @tiran