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 alex
Recipients Lukasa, alex, christian.heimes, dstufft, giampaolo.rodola, hynek, janssen
Date 2016-08-15.11:09:14
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471259355.13.0.807885563493.issue27766@psf.upfronthosting.co.za>
In-reply-to
Content
So, for servers really what we care about is if the _client_ has PCLMULQDQ/AESNI, not whether the server itself does. Unfortunately, there's no sane way to do this.

Haven't reviewed this patch in terribly much detail, but conceptually fine. Cory, we should make sure this type of change propogates its way through requests, urllib3, hynek's blog post, and whatever else has a copy-pasted ciphersuite string.
History
Date User Action Args
2016-08-15 11:09:15alexsetrecipients: + alex, janssen, giampaolo.rodola, christian.heimes, hynek, dstufft, Lukasa
2016-08-15 11:09:15alexsetmessageid: <1471259355.13.0.807885563493.issue27766@psf.upfronthosting.co.za>
2016-08-15 11:09:15alexlinkissue27766 messages
2016-08-15 11:09:14alexcreate