FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

[3.7] bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915) by tiran · Pull Request #24928 · python/cpython · GitHub

/ cpython Public

[3.7] bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915) - #24928

Merged
ned-deily merged 1 commit into
python:3.7from
tiran:backport-f6c6b58-3.7
May 3, 2021
Merged

[3.7] bpo-41561: Add workaround for Ubuntu's custom security level (GH-24915)#24928
ned-deily merged 1 commit into
python:3.7from
tiran:backport-f6c6b58-3.7

Conversation

tiran commented Mar 18, 2021
edited by bedevere-bot
Loading

Copy link
Copy Markdown
Member

Ubuntu 20.04 comes with a patched OpenSSL 1.1.1. Default security level
2 blocks TLS 1.0 and 1.1 connections. Regular OpenSSL 1.1.1 builds allow
TLS 1.0 and 1.1 on security level 2.

See:
See: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1899878
See: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1917625
Signed-off-by: Christian Heimes christian@python.org.
(cherry picked from commit f6c6b58)

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

https://bugs.python.org/issue41561

…ythonGH-24915)

Ubuntu 20.04 comes with a patched OpenSSL 1.1.1. Default security level
2 blocks TLS 1.0 and 1.1 connections. Regular OpenSSL 1.1.1 builds allow
TLS 1.0 and 1.1 on security level 2.

See:
See: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1899878
See: https://bugs.launchpad.net/ubuntu/+source/openssl/+bug/1917625
Signed-off-by: Christian Heimes <christian@python.org>.
(cherry picked from commit f6c6b58)

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

ned-deily commented Mar 20, 2021
edited
Loading

Copy link
Copy Markdown
Member

@tiran Technically, this change does not seem to meet the criteria for a release in its security-fix-only phase. But it seems reasonable enough to simplify CI issues etc. If we allow it for 3.7, then what about for 3.6 which is also still in its security-fix-only phase?

tiran commented Apr 17, 2021

Copy link
Copy Markdown
Member Author

@ned-deily yeah, it makes sense to backport the workaround to 3.6, too.

Copy link
Copy Markdown
Member

Looking more closely at this, it does not backport cleanly to 3.6 and I don't think it's worth the effort.

ned-deily merged commit 64be96a into python:3.7 May 3, 2021
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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.

4 participants


Back | FazBrowse Home | New Git URL