aboutsummaryrefslogtreecommitdiff
path: root/changes/20460
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-11-06 20:23:40 -0500
committerNick Mathewson <nickm@torproject.org>2016-11-06 20:23:40 -0500
commitdef41e93bdcce741c7eb87a06690fb36a133b8bb (patch)
tree2330e5ef706fdc80134601a7d04f1e873d2b728e /changes/20460
parentadd164aa41724ba6d66c961f37bd798e268062d2 (diff)
downloadtor-def41e93bdcce741c7eb87a06690fb36a133b8bb.tar.gz
tor-def41e93bdcce741c7eb87a06690fb36a133b8bb.zip
In test_tortls_classify_client_ciphers(), s/ECDH/ECDHE/
(We weren't actually using these ciphers; we were just requing that ciphers of that name existed.) Patch from rubiate. Fixes 20460
Diffstat (limited to 'changes/20460')
-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.