diff options
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | 2021-03-18 22:41:11 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-03-18 22:41:11 (GMT) |
commit | 50511677f59464e612cfef0cd0e139fe07e87737 (patch) | |
tree | 62354c1d24de79f48d486d0bb1197e5ef69df36a /Python/Python-ast.c | |
parent | 9bdb5802361016704fb3434369741cc6c5e08f02 (diff) | |
download | cpython-50511677f59464e612cfef0cd0e139fe07e87737.zip cpython-50511677f59464e612cfef0cd0e139fe07e87737.tar.gz cpython-50511677f59464e612cfef0cd0e139fe07e87737.tar.bz2 |
bpo-41561: Add workaround for Ubuntu's custom security level (GH-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 f6c6b5821bff815bdc810de53992fd1fbdb2edd4)
Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Python/Python-ast.c')
0 files changed, 0 insertions, 0 deletions