diff options
author | Christian Heimes <christian@python.org> | 2021-04-09 13:43:06 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-09 13:43:06 (GMT) |
commit | 5151d642004c59cce58d669be85d9a5e987f51d3 (patch) | |
tree | cdc3f8b518a10998464ae5aef9800c92763f741c /Misc | |
parent | d3b73f32ef7c693a6ae8c54eb0e62df3b5315caf (diff) | |
download | cpython-5151d642004c59cce58d669be85d9a5e987f51d3.zip cpython-5151d642004c59cce58d669be85d9a5e987f51d3.tar.gz cpython-5151d642004c59cce58d669be85d9a5e987f51d3.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>
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/Tests/2021-04-09-15-10-38.bpo-43791.4KxiXK.rst | 2 |
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. |