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 christian.heimes
Recipients Alex Gaynor, adrianv, christian.heimes, doko, miss-islington, ned.deily, njs
Date 2018-02-27.11:47:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1519732030.27.0.467229070634.issue31453@psf.upfronthosting.co.za>
In-reply-to
Content
Ned,

I have pushed the enhancement now. I feel a bit guilty about the last minute push, but I honestly believe it's in our best interesting.

There is a high chance that the new APIs will be required for Debian and other distros in the near future. OpenSSL has deprecated the old API, too. It is likely that OpenSSL 1.2.0 will remove both the options (OP_NO_TLSv1, OP_NO_TLSv1_2, ...) options and version specific protocols (PROTOCOL_TLSv1, PROTOCOL_TLSv1_2, ...).
History
Date User Action Args
2018-02-27 11:47:10christian.heimessetrecipients: + christian.heimes, doko, ned.deily, njs, Alex Gaynor, adrianv, miss-islington
2018-02-27 11:47:10christian.heimessetmessageid: <1519732030.27.0.467229070634.issue31453@psf.upfronthosting.co.za>
2018-02-27 11:47:10christian.heimeslinkissue31453 messages
2018-02-27 11:47:10christian.heimescreate