commit f95b5d07c1a0407a60ca6335c032ec7a01b28968 Author: David Goulet dgoulet@torproject.org Date: Wed Aug 14 11:15:39 2019 -0400
hs-v3: Add changes file for prop305 implementation
Signed-off-by: David Goulet dgoulet@torproject.org --- changes/ticket30924 | 6 ++++++ 1 file changed, 6 insertions(+)
diff --git a/changes/ticket30924 b/changes/ticket30924 new file mode 100644 index 000000000..832c37797 --- /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.