tor

The Tor anonymity network
git clone https://git.dasho.dev/tor.git
Log | Files | Refs | README | LICENSE

commit f95b5d07c1a0407a60ca6335c032ec7a01b28968
parent e5cf1423fdc1707093885e5d74f0691de3365b55
Author: David Goulet <dgoulet@torproject.org>
Date:   Wed, 14 Aug 2019 11:15:39 -0400

hs-v3: Add changes file for prop305 implementation

Signed-off-by: David Goulet <dgoulet@torproject.org>

Diffstat:
Achanges/ticket30924 | 6++++++
1 file changed, 6 insertions(+), 0 deletions(-)

diff --git a/changes/ticket30924 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.