Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

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

Appearance settings

bpo-33995: fix ssl tests when built with LibreSSL#8050

Closed
alanhuang122 wants to merge 3 commits into
python:masterpython/cpython:masterfrom
alanhuang122:bpo-33995-2aalanhuang122/cpython:bpo-33995-2aCopy head branch name to clipboard
Closed

bpo-33995: fix ssl tests when built with LibreSSL#8050
alanhuang122 wants to merge 3 commits into
python:masterpython/cpython:masterfrom
alanhuang122:bpo-33995-2aalanhuang122/cpython:bpo-33995-2aCopy head branch name to clipboard

Conversation

@alanhuang122

@alanhuang122 alanhuang122 commented Jul 2, 2018

Copy link
Copy Markdown

LibreSSL handles setting minimum and maximum protocol
versions for SSL contexts differently than OpenSSL.
This commit adds ssl.TLSVersion.{MAX,MIN}IMUM_AVAILABLE
constants, and fixes test_min_max_version under LibreSSL.

https://bugs.python.org/issue33995

Alan Huang added 2 commits July 2, 2018 09:56
LibreSSL handles setting minimum and maximum protocol
versions for SSL contexts differently than OpenSSL.
This commit adds ssl.TLSVersion.{MAX,MIN}IMUM_AVAILABLE
constants, and fixes test_min_max_version under LibreSSL.
@vstinner

Copy link
Copy Markdown
Member

An alternative PR has been merged: PR #11510. I close this one.

@vstinner vstinner closed this Jan 18, 2019
@alanhuang122

alanhuang122 commented Jan 26, 2019

Copy link
Copy Markdown
Author

bpo-33995 and bpo-35045 aren't duplicate issues. I don't have any issue with the PR being closed, though, since this is only a test failure and LibreSSL is unsupported, per Christian's comments.

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants

Morty Proxy This is a proxified and sanitized view of the page, visit original site.