Antoine Pitrou added the comment:

"""Disabling SSL 3.0 support, or CBC-mode ciphers with SSL 3.0, is sufficient 
to mitigate this issue, but presents significant compatibility problems, even 
today. Therefore our recommended response is to support TLS_FALLBACK_SCSV. This 
is a mechanism that solves the problems caused by retrying failed connections 
and thus prevents attackers from inducing browsers to use SSL 3.0. It also 
prevents downgrades from TLS 1.2 to 1.1 or 1.0 and so may help prevent future 
attacks."""

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue22638>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to