[issue22638] ssl module: the SSLv3 protocol is vulnerable ("POODLE" attack)

Alex Gaynor report at bugs.python.org
Wed Oct 15 01:12:27 CEST 2014


Alex Gaynor added the comment:

This patch disables SSLv3 by default for Python. Uesrs can get it back by specifiying SSL_PROTOCOLv3 explicitly.

----------
keywords: +needs review, patch
nosy: +alex
Added file: http://bugs.python.org/file36926/issue22638.diff

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


More information about the Python-bugs-list mailing list