diff options
author | Roger Dingledine <arma@torproject.org> | 2011-10-26 20:31:49 -0400 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2011-10-26 20:31:49 -0400 |
commit | 0eaebebffa4cb8e445e249db0bf6942e1a93bdee (patch) | |
tree | b29e26f9b2d902262d7c52e33d477d91212fdbd4 /changes/issue-2011-10-23G | |
parent | 2dec6597af4014eb731d8caac55a8a87964ce371 (diff) | |
download | tor-0eaebebffa4cb8e445e249db0bf6942e1a93bdee.tar tor-0eaebebffa4cb8e445e249db0bf6942e1a93bdee.tar.gz |
fold in changes entries
Diffstat (limited to 'changes/issue-2011-10-23G')
-rw-r--r-- | changes/issue-2011-10-23G | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/changes/issue-2011-10-23G b/changes/issue-2011-10-23G deleted file mode 100644 index 45f86754f..000000000 --- a/changes/issue-2011-10-23G +++ /dev/null @@ -1,9 +0,0 @@ - o Security fixes: - - - Reject CREATE and CREATE_FAST cells on outgoing OR connections - from a bridge to a relay. Previously, we would accept them and - handle them normally, thereby allowing a malicious relay to - easily distinguish bridges which connect to it from clients. - Fixes CVE-2011-2769. Bugfix on 0.2.0.3-alpha, when bridges were - implemented; found by frosty_un. - |