diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-04-08 20:43:21 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-04-08 20:43:21 -0400 |
commit | 88179bd9b644032f84aed51a7a682e11e5067c11 (patch) | |
tree | 97122b2f86be73c285176a48c7ff97db51c13490 /changes | |
parent | 53676e71b52a7a52c007cab55ecf020a1beeeefa (diff) | |
parent | 4231729176c63d28f7adb61074f79464e2ee73a7 (diff) | |
download | tor-88179bd9b644032f84aed51a7a682e11e5067c11.tar.gz tor-88179bd9b644032f84aed51a7a682e11e5067c11.zip |
Merge remote-tracking branch 'public/update_ciphers_ff28'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ff28_ciphers | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ff28_ciphers b/changes/ff28_ciphers new file mode 100644 index 0000000000..05eb4e9bcc --- /dev/null +++ b/changes/ff28_ciphers @@ -0,0 +1,6 @@ + o Minor features (performance, compatibility): + - Update the list of TLS cipehrsuites that a client advertises + to match those advertised by Firefox 28. This enables selection of + (fast) GCM ciphersuites, disables some strange old ciphers, and + disables the ECDH (not to be confused with ECDHE) ciphersuites. + Resolves ticket 11438. |