aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2012-06-13 12:09:13 -0400
committerNick Mathewson <nickm@torproject.org>2012-06-13 12:09:13 -0400
commitaa1fc73e3328e64e02c8bc881d6ffb6590191eea (patch)
tree862c6d06b5aa62ad3031a0fb3f1683c7e404b431 /changes
parent5a3d9636f5e0ead80a46163af9ffadcbf6d5195f (diff)
parentdf6bd478eeb8164b99156bf9528e1b058fe491fd (diff)
downloadtor-aa1fc73e3328e64e02c8bc881d6ffb6590191eea.tar
tor-aa1fc73e3328e64e02c8bc881d6ffb6590191eea.tar.gz
Merge branch 'bug4744_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug47444
-rw-r--r--changes/prop19812
2 files changed, 16 insertions, 0 deletions
diff --git a/changes/bug4744 b/changes/bug4744
new file mode 100644
index 000000000..1563cd114
--- /dev/null
+++ b/changes/bug4744
@@ -0,0 +1,4 @@
+ o Major features:
+ - Update cipher cipher list to match Firefox 8 and later. Fix for
+ issue 4744.
+
diff --git a/changes/prop198 b/changes/prop198
new file mode 100644
index 000000000..fd666864c
--- /dev/null
+++ b/changes/prop198
@@ -0,0 +1,12 @@
+ o Removed features:
+
+ - Remove support for clients claiming to support any standard
+ ciphersuites that we can actually provide. (As of modern
+ OpenSSL versions, it's not necessary to fake any standard
+ ciphersuite, and doing so prevents us from using better
+ ciphersuites in the future, since servers can't know whether an
+ advertised ciphersuite is really supported or not.) Some
+ hosts--notably, ones with very old versions of OpenSSL or where
+ OpenSSL has been built with ECC disabled-- will stand out
+ because of this change; TBB users should not be affected.
+ This implements the client side of proposal 198.