diff options
author | George Kadianakis <desnacked@riseup.net> | 2015-04-01 14:33:09 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-01 12:58:52 -0400 |
commit | a7eae4ddc52006a5d94a07435152c4dc5ab2ac0e (patch) | |
tree | 49bd00d55dd3d6a02bf609aed7852d9c3b0a3155 /changes | |
parent | 9063f29160615b379f907009e7158f1fcf1ed84c (diff) | |
download | tor-a7eae4ddc52006a5d94a07435152c4dc5ab2ac0e.tar.gz tor-a7eae4ddc52006a5d94a07435152c4dc5ab2ac0e.zip |
Block multiple introductions on the same intro circuit.
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. |