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
This commit is contained in:
Nick Mathewson
2016-11-06 20:23:40 -05:00
parent add164aa41
commit def41e93bd
2 changed files with 8 additions and 4 deletions
+4
View File
@@ -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.