From 0b5d2646d56fe351b8b2b4bc97bbad30cb34b6d4 Mon Sep 17 00:00:00 2001 From: Roger Dingledine Date: Wed, 28 Sep 2011 14:50:43 -0400 Subject: bug 4115: make bridges use begindir for their dir fetches removes another avenue for enumerating bridges. --- changes/bug4115 | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 changes/bug4115 (limited to 'changes/bug4115') diff --git a/changes/bug4115 b/changes/bug4115 new file mode 100644 index 000000000..626791a80 --- /dev/null +++ b/changes/bug4115 @@ -0,0 +1,7 @@ + o Security fixes: + - Bridge relays now do their directory fetches inside Tor TLS + connections, like all the other clients do, rather than connecting + directly to the DirPort like public relays do. Removes another + avenue for enumerating bridges. Fixes part of bug 4115; bugfix + on 0.2.0.35. + -- cgit v1.2.3