Disable SSLv3 unconditionally. Closes ticket 13426.

The POODLE attack doesn't affect Tor, but there's no reason to tempt
fate: SSLv3 isn't going to get any better.
This commit is contained in:
Nick Mathewson
2014-10-15 11:50:05 -04:00
parent b98e3f9936
commit af73d3e4d8
2 changed files with 7 additions and 1 deletions
+4
View File
@@ -0,0 +1,4 @@
o Major security fixes:
- Disable support for SSLv3. All versions of OpenSSL in use with
Tor today support TLS 1.0 or later, so we can safely turn off
support for this old (and insecure) protocol. Fixes bug 13426.