diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-03 09:36:59 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-03 09:36:59 -0400 |
commit | 01e4bc80cd75bbf2a4ce3b18ff17550eed993bb0 (patch) | |
tree | 1eaa7f5819fdea28a4110df8c8e285edd127e395 /changes | |
parent | 5f46a59ba394a1b45ecc1ee52514998e774d3dca (diff) | |
parent | bcb839387ef65c0a87ca0a6b7957c3062188c601 (diff) | |
download | tor-01e4bc80cd75bbf2a4ce3b18ff17550eed993bb0.tar.gz tor-01e4bc80cd75bbf2a4ce3b18ff17550eed993bb0.zip |
Merge branch 'bug15515_024' into maint-0.2.4
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug15515 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug15515 b/changes/bug15515 new file mode 100644 index 0000000000..dda7c2fcd8 --- /dev/null +++ b/changes/bug15515 @@ -0,0 +1,4 @@ + o Minor features (DoS-resistance): + - Make it harder for attackers to overwhelm hidden services with + introductions, by blocking multiple introduction requests on the + same circuit. Resolves ticket #15515. |