diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-04-03 09:38:54 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-04-03 09:38:54 -0400 |
commit | 3781955f079f25f8d6aa47cb746e339497076050 (patch) | |
tree | 65520db29b77f5f0af7b6df9ffccec44c4c63013 /changes | |
parent | 9063f29160615b379f907009e7158f1fcf1ed84c (diff) | |
parent | 01e4bc80cd75bbf2a4ce3b18ff17550eed993bb0 (diff) | |
download | tor-3781955f079f25f8d6aa47cb746e339497076050.tar.gz tor-3781955f079f25f8d6aa47cb746e339497076050.zip |
Merge remote-tracking branch 'origin/maint-0.2.4' into maint-0.2.5
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. |