aboutsummaryrefslogtreecommitdiff
path: root/changes/bug15515
diff options
context:
space:
mode:
authorGeorge Kadianakis <desnacked@riseup.net>2015-04-01 14:33:09 +0100
committerNick Mathewson <nickm@torproject.org>2015-04-03 09:35:47 -0400
commit8dba8a088d7c1402831ab5a7211a4a347a60ff7a (patch)
treec3e34874455b7400f8257031d73e36992c0ff206 /changes/bug15515
parent2bcb596dcf3dd5972de3875da3f1d9485115ce38 (diff)
downloadtor-8dba8a088d7c1402831ab5a7211a4a347a60ff7a.tar.gz
tor-8dba8a088d7c1402831ab5a7211a4a347a60ff7a.zip
Block multiple introductions on the same intro circuit.
Diffstat (limited to 'changes/bug15515')
-rw-r--r--changes/bug155154
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.