mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
4231729176
The major changes are to re-order some ciphers, to drop the ECDH suites (note: *not* ECDHE: ECDHE is still there), to kill off some made-up stuff (like the SSL_RSA_FIPS_WITH_3DES_EDE_CBC_SHA suite), to drop some of the DSS suites... *and* to enable the ECDHE+GCM ciphersuites. This change is autogenerated by get_mozilla_ciphers.py from Firefox 28 and OpenSSL 1.0.1g. Resolves ticket 11438.
7 lines
358 B
Plaintext
7 lines
358 B
Plaintext
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.
|