From 452cebc4a41bdba41d4a8ce3c16e73d585bb53f4 Mon Sep 17 00:00:00 2001 From: Yawning Angel Date: Thu, 21 May 2015 17:07:30 +0000 Subject: Remove support for OpenSSL without ECC. As OpenSSL >= 1.0.0 is now required, ECDHE is now mandatory. The group has to be validated at runtime, because of RedHat lawyers (P224 support is entirely missing in the OpenSSL RPM, but P256 is present and is the default). Resolves ticket #16140. --- changes/ticket16140 | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 changes/ticket16140 (limited to 'changes') diff --git a/changes/ticket16140 b/changes/ticket16140 new file mode 100644 index 0000000000..00c19f1778 --- /dev/null +++ b/changes/ticket16140 @@ -0,0 +1,6 @@ + o Removed features: + + - Tor no longer supports copies of OpenSSL that are missing support for + Elliptic Curve Cryptography. In particular support for at least one of + P256 or P224 is now required, with manual configuration needed if only + P224 is available. -- cgit v1.2.3-54-g00ecf