diff options
author | Roger Dingledine <arma@torproject.org> | 2011-09-28 15:13:05 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-09-28 15:13:05 -0400 |
commit | 4e88a3bc3e1a195864c3185d16d89e090246fc55 (patch) | |
tree | 0772d0b6ab4c6627891fa0326357115d984eccb5 /changes | |
parent | 458cc9d351f27092b245853fa72c5941389a3577 (diff) | |
parent | 0b5d2646d56fe351b8b2b4bc97bbad30cb34b6d4 (diff) | |
download | tor-4e88a3bc3e1a195864c3185d16d89e090246fc55.tar.gz tor-4e88a3bc3e1a195864c3185d16d89e090246fc55.zip |
Merge branch 'maint-0.2.2'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4115 | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/bug4115 b/changes/bug4115 new file mode 100644 index 0000000000..626791a806 --- /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. + |