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:14:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1538151296.99.0.545547206417.issue34834@psf.upfronthosting.co.za>
In-reply-to
Content
self.assertEqual(default, ctx.options) in test_options fails with openssl 1.1.1 as it does not correctly account for OP_ENABLE_MIDDLEBOX_COMPAT. It is not defined by the python2.7 ssl module either.

either ssl.OP_ENABLE_MIDDLEBOX_COMPAT needs to be backported, or the test case should just add that constant in when openssl version is >= 1.1.1
History
Date User Action Args
2018-09-28 16:14:57xnoxsetrecipients: + xnox
2018-09-28 16:14:56xnoxsetmessageid: <1538151296.99.0.545547206417.issue34834@psf.upfronthosting.co.za>
2018-09-28 16:14:56xnoxlinkissue34834 messages
2018-09-28 16:14:56xnoxcreate