[issue34836] test_ssl.test_default_ecdh_curve needs no tls1.3 flag in 2.7, for now

Dimitri John Ledkov report at bugs.python.org
Fri Sep 28 12:32:44 EDT 2018


New submission from Dimitri John Ledkov <dimitri.j.ledkov at intel.com>:

test_default_ecdh_curve fails, as ssl.OP_NO_TLSv1_3 is not set on the context. and the test case can only work with non-tls1.3 connections.

this indicates that the pull request that sprinkled ssl.OP_NO_TLSv1_3 everywhere was not backported, taking into account all the other backports that did subsequently remove those flags in many test cases.

at the moment that test case is failing, but it would be nice if it didn't.

----------
messages: 326644
nosy: xnox
priority: normal
severity: normal
status: open
title: test_ssl.test_default_ecdh_curve needs no tls1.3 flag in 2.7, for now
versions: Python 2.7

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34836>
_______________________________________


More information about the Python-bugs-list mailing list