From: Dimitri John Ledkov Date: Sun, 9 Jun 2019 05:44:57 +0000 (+0100) Subject: [2.7] bpo-34836: fix test_default_ecdh_curve, needs no tlsv1.3. (GH-9626) X-Git-Tag: v2.7.17rc1~59 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=99b5c940d3471e0ed6579771d94e7342d7c733e0;p=thirdparty%2FPython%2Fcpython.git [2.7] bpo-34836: fix test_default_ecdh_curve, needs no tlsv1.3. (GH-9626) Signed-off-by: Dimitri John Ledkov https://bugs.python.org/issue34836 --- diff --git a/Misc/NEWS.d/next/Tests/2019-01-11-14-01-19.bpo-34836.7fat9-.rst b/Misc/NEWS.d/next/Tests/2019-01-11-14-01-19.bpo-34836.7fat9-.rst new file mode 100644 index 000000000000..aed4d3f75c93 --- /dev/null +++ b/Misc/NEWS.d/next/Tests/2019-01-11-14-01-19.bpo-34836.7fat9-.rst @@ -0,0 +1 @@ +Fix ``test_default_ecdh_curve`` when TLSv1.3 is enabled by default.