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 pitrou
Recipients pitrou
Date 2015-01-01.11:55:38
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1420113339.19.0.823124921107.issue23143@psf.upfronthosting.co.za>
In-reply-to
Content
There's a lot of conditional code in _ssl.c, meant to address the unavailability of some features in old OpenSSL versions. I think for 3.5 we should require at least 0.9.8 (which is already old), and consequently remove some of those conditionals.
History
Date User Action Args
2015-01-01 11:55:39pitrousetrecipients: + pitrou
2015-01-01 11:55:39pitrousetmessageid: <1420113339.19.0.823124921107.issue23143@psf.upfronthosting.co.za>
2015-01-01 11:55:39pitroulinkissue23143 messages
2015-01-01 11:55:38pitroucreate