summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-09-13 08:54:43 -0400
committerNick Mathewson <nickm@torproject.org>2016-09-13 08:54:43 -0400
commit4b182dfc237ba4457b654a0dbc124f721024dab2 (patch)
treea78606d3d62be8285f17e107df324bd98d81a2d6 /changes
parentc897328feea549a391669c3fc93dc220d27e387c (diff)
parentc2d1356739992e1df16e2f0fce6cedb5d4396323 (diff)
downloadtor-4b182dfc237ba4457b654a0dbc124f721024dab2.tar.gz
tor-4b182dfc237ba4457b654a0dbc124f721024dab2.zip
Merge remote-tracking branch 'public/ticket19998'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug199986
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug19998 b/changes/bug19998
new file mode 100644
index 0000000000..d01589da03
--- /dev/null
+++ b/changes/bug19998
@@ -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.