summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Tests
diff options
context:
space:
mode:
authorChristian Heimes <christian@python.org>2022-07-27 07:19:49 (GMT)
committerGitHub <noreply@github.com>2022-07-27 07:19:49 (GMT)
commit565403038b75eb64ea483b2757ba30769246d853 (patch)
treeed48355c3a946e6544090e7d1a203680693f8d66 /Misc/NEWS.d/next/Tests
parent8b24d60f1b7725d526ea5b5d3904b72e8b41ae0d (diff)
downloadcpython-565403038b75eb64ea483b2757ba30769246d853.zip
cpython-565403038b75eb64ea483b2757ba30769246d853.tar.gz
cpython-565403038b75eb64ea483b2757ba30769246d853.tar.bz2
gh-95280: Fix test_get_ciphers on systems without RSA key exchange (GH-95282)
Diffstat (limited to 'Misc/NEWS.d/next/Tests')
-rw-r--r--Misc/NEWS.d/next/Tests/2022-07-26-15-22-19.gh-issue-95280.h8HvbP.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Tests/2022-07-26-15-22-19.gh-issue-95280.h8HvbP.rst b/Misc/NEWS.d/next/Tests/2022-07-26-15-22-19.gh-issue-95280.h8HvbP.rst
new file mode 100644
index 0000000..523d9d5
--- /dev/null
+++ b/Misc/NEWS.d/next/Tests/2022-07-26-15-22-19.gh-issue-95280.h8HvbP.rst
@@ -0,0 +1,2 @@
+Fix problem with ``test_ssl`` ``test_get_ciphers`` on systems that require
+perfect forward secrecy (PFS) ciphers.