summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2014-10-16 09:08:32 -0400
committerNick Mathewson <nickm@torproject.org>2014-10-16 09:08:32 -0400
commit943fd4a252ad252d7d594622d5988634ddf8f1fc (patch)
tree8687e2b53378349c356c8aadedc8b08b736db659 /changes
parent288b3ec6035aad694942960f3b71693907f7e584 (diff)
parentc1c83eb376a7c89fadb01d1c7082d4aa4125333d (diff)
downloadtor-943fd4a252ad252d7d594622d5988634ddf8f1fc.tar.gz
tor-943fd4a252ad252d7d594622d5988634ddf8f1fc.zip
Merge remote-tracking branch 'origin/maint-0.2.3' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r--changes/disable_sslv34
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/disable_sslv3 b/changes/disable_sslv3
new file mode 100644
index 0000000000..bb4c2df7a2
--- /dev/null
+++ b/changes/disable_sslv3
@@ -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.