]> git.ipfire.org Git - thirdparty/tor.git/commit
Remove support for OpenSSL without ECC.
authorYawning Angel <yawning@schwanenlied.me>
Thu, 21 May 2015 17:07:30 +0000 (17:07 +0000)
committerYawning Angel <yawning@schwanenlied.me>
Thu, 21 May 2015 17:07:30 +0000 (17:07 +0000)
commit452cebc4a41bdba41d4a8ce3c16e73d585bb53f4
tree90145e18db15b67bdaf7e47a771c51014ec54ba7
parent0b7bf3585a378bca4fc5bb551af3c37d517fdf28
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 [new file with mode: 0644]
src/common/tortls.c
src/common/tortls.h
src/or/config.c
src/test/bench.c