summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2019-08-14 11:15:39 -0400
committerGeorge Kadianakis <desnacked@riseup.net>2019-08-26 15:53:46 +0300
commitf95b5d07c1a0407a60ca6335c032ec7a01b28968 (patch)
treea01eb8fd15e24fa5ca9c74ea6b6273e72f2a1e62
parente5cf1423fdc1707093885e5d74f0691de3365b55 (diff)
downloadtor-f95b5d07c1a0407a60ca6335c032ec7a01b28968.tar.gz
tor-f95b5d07c1a0407a60ca6335c032ec7a01b28968.zip
hs-v3: Add changes file for prop305 implementation
Signed-off-by: David Goulet <dgoulet@torproject.org>
-rw-r--r--changes/ticket309246
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/ticket30924 b/changes/ticket30924
new file mode 100644
index 0000000000..832c377972
--- /dev/null
+++ b/changes/ticket30924
@@ -0,0 +1,6 @@
+ o Major features (onion service v3, denial of service):
+ - Add onion service introduction denial of service defenses. They consist of
+ rate limiting client introduction at the intro point using parameters that
+ can be sent by the service within the ESTABLISH_INTRO cell. If the cell
+ extension for this is not used, the intro point will honor the consensus
+ parameters. Closes ticket 30924.