diff options
author | David Goulet <dgoulet@torproject.org> | 2019-08-14 11:15:39 -0400 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2019-08-26 15:53:46 +0300 |
commit | f95b5d07c1a0407a60ca6335c032ec7a01b28968 (patch) | |
tree | a01eb8fd15e24fa5ca9c74ea6b6273e72f2a1e62 | |
parent | e5cf1423fdc1707093885e5d74f0691de3365b55 (diff) | |
download | tor-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/ticket30924 | 6 |
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. |