diff options
author | Roger Dingledine <arma@torproject.org> | 2011-09-28 15:35:27 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-09-28 15:35:27 -0400 |
commit | ff8aba7053728d5b8f51152e10d73a7535e495a3 (patch) | |
tree | b80745a9c7e1dbd0cd92fd3e648663a815d4586e /changes | |
parent | 0b5d2646d56fe351b8b2b4bc97bbad30cb34b6d4 (diff) | |
download | tor-ff8aba7053728d5b8f51152e10d73a7535e495a3.tar.gz tor-ff8aba7053728d5b8f51152e10d73a7535e495a3.zip |
bridges should use create_fast cells for their own circuits
fixes bug 4124, as noticed in bug 4115
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug4124 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/bug4124 b/changes/bug4124 new file mode 100644 index 0000000000..abe93ccdd8 --- /dev/null +++ b/changes/bug4124 @@ -0,0 +1,6 @@ + o Security fixes: + - Bridges relays now build circuits for themselves in a more similar + way to how clients build them. Removes another avenue for + enumerating bridges. Fixes bug 4124; bugfix on 0.2.0.3-alpha, + when bridges were introduced. + |