[issue27768] ssl: add public API for IA-32 processor capabilities vector

Antoine Pitrou report at bugs.python.org
Mon Aug 22 07:49:31 EDT 2016


Antoine Pitrou added the comment:

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).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue27768>
_______________________________________


More information about the Python-bugs-list mailing list