mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-12-06 19:41:15 +01:00
Merge branch 'bug4744_squashed'
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
o Major features:
|
||||
- Update cipher cipher list to match Firefox 8 and later. Fix for
|
||||
issue 4744.
|
||||
|
||||
@@ -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.
|
||||
Reference in New Issue
Block a user