diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-10-16 09:09:20 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-10-16 09:09:20 -0400 |
commit | 33b399a7b2ecc1ea13219fde86748246d697f6fe (patch) | |
tree | cb5f5a6ca561288883c8b85276e1c3ff85fc8830 /changes | |
parent | 48af23eb0df733c4f42f80e2e3ad047f298ac517 (diff) | |
parent | 22b9caf0ae42132bc8107d990b3ebb969394c90f (diff) | |
download | tor-33b399a7b2ecc1ea13219fde86748246d697f6fe.tar.gz tor-33b399a7b2ecc1ea13219fde86748246d697f6fe.zip |
Merge remote-tracking branch 'origin/maint-0.2.5'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/disable_sslv3 | 4 |
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. |