From 1068e50aecefac8469991884afc08b6ecb24e740 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Thu, 6 Feb 2014 17:08:50 -0500 Subject: Discard circuit paths on which nobody supports ntor Right now this accounts for about 1% of circuits over all, but if you pick a guard that's running 0.2.3, it will be about 6% of the circuits running through that guard. Making sure that every circuit has at least one ntor link means that we're getting plausibly good forward secrecy on every circuit. This implements ticket 9777, --- changes/feature9777 | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 changes/feature9777 (limited to 'changes') diff --git a/changes/feature9777 b/changes/feature9777 new file mode 100644 index 0000000000..312b5e034e --- /dev/null +++ b/changes/feature9777 @@ -0,0 +1,3 @@ + o Minor features: + - Avoid using circuit paths if no node in the path supports the ntor + circuit extension handshake. Implements ticket 9777. -- cgit v1.2.3-54-g00ecf