[issue27850] Remove 3DES from cipher list (sweet32 CVE-2016-2183)

Steve Dower report at bugs.python.org
Wed Aug 31 17:01:13 EDT 2016


Steve Dower added the comment:

How can I test that the ciphers are available? Our Windows build of OpenSSL (managed by us) does not necessarily include everything and I honestly don't know an easy way to ensure that ChaCha20 has actually been built in. It doesn't look like there are any link-time references.

Everything built fine for me against 3.6, so I'm assuming there's some Python code I can run to make sure it's actually there?

----------
nosy: +steve.dower

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


More information about the Python-bugs-list mailing list