Changes between Initial Version and Version 2 of Ticket #17164
- Timestamp:
- 10/18/14 15:48:21 (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #17164
-
Property
Type
changed from
PLEASE CHANGE
todefect
-
Property
Type
changed from
-
Ticket #17164 – Description
initial v2 1 1 There is a bug in SSLv3, see for example https://securityblog.redhat.com/2014/10/15/poodle-a-ssl3-vulnerability-cve-2014-3566/ 2 2 3 If I am correct, quick way to disable this is edit `SAGE_ROOT/local/lib/python/ssl.py` and add `:!SSLv3` to end of `_DEFAULT_CIPHERS`. This should be made default. 3 Upstream bug: http://bugs.python.org/issue22638 4 4