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 Arfrever, alex, christian.heimes, dstufft, floppymaster, gienah, janssen
Date 2017-10-09.15:03:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1507561393.54.0.213398074469.issue30008@psf.upfronthosting.co.za>
In-reply-to
Content
Thanks for your patches, Mark. A few remarks:

Python 3.5 is in security fix-only mode. The issue is not a security bug.

Python has switched to a different workflow a while ago. Please provide a pull request on GitHub against master (3.7). I'll take care of the backports.

Also your implementation of version specific TLS has multiple flaws, e.g. missing NULL check and missing set_max_proto_version() calls. I opened a new PR.
History
Date User Action Args
2017-10-09 15:03:13christian.heimessetrecipients: + christian.heimes, janssen, Arfrever, alex, floppymaster, dstufft, gienah
2017-10-09 15:03:13christian.heimessetmessageid: <1507561393.54.0.213398074469.issue30008@psf.upfronthosting.co.za>
2017-10-09 15:03:13christian.heimeslinkissue30008 messages
2017-10-09 15:03:13christian.heimescreate