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 alex, christian.heimes, dstufft, giampaolo.rodola, gregory.p.smith, janssen, pitrou
Date 2016-08-22.11:49:31
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1471866571.85.0.894890473244.issue27768@psf.upfronthosting.co.za>
In-reply-to
Content
I still think it's a slippery slope to include such specialized APIs that most people don't know what to make of.  This reminds me of `RAND_egd()`.

If ChaCha20-Poly1305 is always /at least/ as secure as AES-GCM (and sometimes more), then we should simply prioritize it in the cipher list, regardless of a potentially poorer performance that probably never has an actual impact on the Python-written application (correct me if I'm wrong here).
History
Date User Action Args
2016-08-22 11:49:31pitrousetrecipients: + pitrou, gregory.p.smith, janssen, giampaolo.rodola, christian.heimes, alex, dstufft
2016-08-22 11:49:31pitrousetmessageid: <1471866571.85.0.894890473244.issue27768@psf.upfronthosting.co.za>
2016-08-22 11:49:31pitroulinkissue27768 messages
2016-08-22 11:49:31pitroucreate