summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-11-06 20:24:29 -0500
committerNick Mathewson <nickm@torproject.org>2016-11-06 20:24:29 -0500
commit61612f980d397503ebdd0a2259fac233af6298c9 (patch)
treea5b243a86647e4e06809af320ae6fa3b665aac4e /changes
parentb28d818423e2f4ef14975432b4c91ce586613edb (diff)
parentdef41e93bdcce741c7eb87a06690fb36a133b8bb (diff)
downloadtor-61612f980d397503ebdd0a2259fac233af6298c9.tar.gz
tor-61612f980d397503ebdd0a2259fac233af6298c9.zip
Merge branch 'maint-0.2.9'
Diffstat (limited to 'changes')
-rw-r--r--changes/204604
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/20460 b/changes/20460
new file mode 100644
index 0000000000..d51ec3ad96
--- /dev/null
+++ b/changes/20460
@@ -0,0 +1,4 @@
+ o Minor bugfixes (testing)
+ - Use ECDHE ciphers instead of ECDH in tortls tests. LibreSSL has
+ removed the ECDH ciphers which caused the tests to fail on
+ platforms which use it. Closes ticket 20460.