summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d
diff options
context:
space:
mode:
authorƁukasz Langa <lukasz@langa.pl>2022-07-27 21:43:29 (GMT)
committerGitHub <noreply@github.com>2022-07-27 21:43:29 (GMT)
commit48b323ed847ce0cb1a13e31d93781ca48e71f1ae (patch)
tree3d3b6cde0536f38541694f8aa58933522a88540f /Misc/NEWS.d
parentf78733b332966cef7d0c61165389549f4ffe0727 (diff)
downloadcpython-48b323ed847ce0cb1a13e31d93781ca48e71f1ae.zip
cpython-48b323ed847ce0cb1a13e31d93781ca48e71f1ae.tar.gz
cpython-48b323ed847ce0cb1a13e31d93781ca48e71f1ae.tar.bz2
[3.8] gh-94208: Add more TLS version/protocol checks for FreeBSD (GH-94347) (GH-95313)
Three test cases were failing on FreeBSD with latest OpenSSL. (cherry picked from commit 1bc86c26253befa006c0f52eebb6ed633c7d1e5c) Co-authored-by: Christian Heimes <christian@python.org>
Diffstat (limited to 'Misc/NEWS.d')
-rw-r--r--Misc/NEWS.d/next/Tests/2022-06-27-21-27-20.gh-issue-94208.VR6HX-.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-06-27-21-27-20.gh-issue-94208.VR6HX-.rst b/Misc/NEWS.d/next/Tests/2022-06-27-21-27-20.gh-issue-94208.VR6HX-.rst
new file mode 100644
index 0000000..d0f970a
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2022-06-27-21-27-20.gh-issue-94208.VR6HX-.rst
@@ -0,0 +1,2 @@
+``test_ssl`` is now checking for supported TLS version and protocols in more
+tests.