Change servers to never pick 3DES.

Closes ticket 19998.
This commit is contained in:
Nick Mathewson
2016-09-05 14:09:14 -04:00
parent 6abce601f2
commit c2d1356739
2 changed files with 9 additions and 8 deletions
+6
View File
@@ -0,0 +1,6 @@
o Minor features (security, TLS):
- Servers no longer support clients that do not provide AES
ciphersuites. (3DES is no longer considered an acceptable
cipher.) We believe that no such clients currently exist,
since we have required OpenSSL 0.9.7 or later since 2009.
Closes ticket 19998.