summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>2021-04-09 14:08:32 (GMT)
committerGitHub <noreply@github.com>2021-04-09 14:08:32 (GMT)
commit4a5c101936900d11d723b59508464f73e4ab3a36 (patch)
tree60efbc24d91e520c74c3f95d7ef82774e0f0ceea /Misc
parenta188bd44ac3c54dc3bf927f1b10464ab80f37549 (diff)
downloadcpython-4a5c101936900d11d723b59508464f73e4ab3a36.zip
cpython-4a5c101936900d11d723b59508464f73e4ab3a36.tar.gz
cpython-4a5c101936900d11d723b59508464f73e4ab3a36.tar.bz2
bpo-4379: Skip TLS 1.0/1.1 tests under OpenSSL 3.0.0 (GH-25304)
Signed-off-by: Christian Heimes <christian@python.org> (cherry picked from commit 5151d642004c59cce58d669be85d9a5e987f51d3) Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS.d/next/Tests/2021-04-09-15-10-38.bpo-43791.4KxiXK.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2021-04-09-15-10-38.bpo-43791.4KxiXK.rst b/Misc/NEWS.d/next/Tests/2021-04-09-15-10-38.bpo-43791.4KxiXK.rst
new file mode 100644
index 0000000..964ae5a
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2021-04-09-15-10-38.bpo-43791.4KxiXK.rst
@@ -0,0 +1,2 @@
+OpenSSL 3.0.0: Disable testing of legacy protocols TLS 1.0 and 1.1. Tests
+are failing with TLSV1_ALERT_INTERNAL_ERROR.