This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author xnox
Recipients xnox
Date 2018-09-28.16:32:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538152364.12.0.545547206417.issue34836@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2018-09-28 16:32:44xnoxsetrecipients: + xnox
2018-09-28 16:32:44xnoxsetmessageid: <1538152364.12.0.545547206417.issue34836@psf.upfronthosting.co.za>
2018-09-28 16:32:44xnoxlinkissue34836 messages
2018-09-28 16:32:44xnoxcreate