[Python-checkins] [2.7] bpo-34836: fix test_default_ecdh_curve, needs no tlsv1.3. (GH-9626)

Nick Coghlan webhook-mailer at python.org
Sun Jun 9 01:45:10 EDT 2019


https://github.com/python/cpython/commit/99b5c940d3471e0ed6579771d94e7342d7c733e0
commit: 99b5c940d3471e0ed6579771d94e7342d7c733e0
branch: 2.7
author: Dimitri John Ledkov <dimitri.j.ledkov at intel.com>
committer: Nick Coghlan <ncoghlan at gmail.com>
date: 2019-06-09T15:44:57+10:00
summary:

[2.7] bpo-34836: fix test_default_ecdh_curve, needs no tlsv1.3. (GH-9626)

Signed-off-by: Dimitri John Ledkov <xnox at ubuntu.com>

https://bugs.python.org/issue34836

files:
A Misc/NEWS.d/next/Tests/2019-01-11-14-01-19.bpo-34836.7fat9-.rst

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.



More information about the Python-checkins mailing list