hs-v3: Add changes file for prop305 implementation

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet 2019-08-14 11:15:39 -04:00 committed by George Kadianakis
parent e5cf1423fd
commit f95b5d07c1

6
changes/ticket30924 Normal file
View File

@ -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.