mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
0b319de60f
The server cipher list is (thanks to #11513) chosen systematically to put the best choices for Tor first. The client cipher list is chosen to resemble a browser. So let's set SSL_OP_CIPHER_SERVER_PREFERENCE to have the servers pick according to their own preference order.
7 lines
315 B
Plaintext
7 lines
315 B
Plaintext
o Minor features:
|
|
- Servers now trust themselves to have a better view than clients of
|
|
which TLS ciphersuites to choose. (Thanks to #11513, the server
|
|
list is now well-considered, whereas the client list has been
|
|
chosen mainly for anti-fingerprinting purposes.) Resolves ticket
|
|
11528.
|