Switch ECDHE group default logic for bridge/relay TLS
commit72c1e5acfe1c6f04f4d7d398fc4a964d4bc5b62e
authorNick Mathewson <nickm@torproject.org>
Thu, 19 Sep 2013 14:40:41 +0000 (19 10:40 -0400)
committerNick Mathewson <nickm@torproject.org>
Tue, 8 Oct 2013 20:32:07 +0000 (8 16:32 -0400)
tree1ce001a115af1a80b1cf6d8103a2e6bcc7ba73c4
parentfa1034cd999f19a50e6183dac6c65b3acaefe856
Switch ECDHE group default logic for bridge/relay TLS

According to the manpage, bridges use P256 for conformity and relays
use P224 for speed. But skruffy points out that we've gotten it
backwards in the code.

In this patch, we make the default P256 for everybody.

Fixes bug 9780; bugfix on 0.2.4.8-alpha.
changes/bug9780 [new file with mode: 0644]
doc/tor.1.txt
src/common/tortls.c