hs-v3: Disallow single hop client to post/get a descriptor

Closes #24964

Signed-off-by: David Goulet <dgoulet@torproject.org>
This commit is contained in:
David Goulet
2019-06-19 12:02:41 -04:00
parent fdbd139495
commit ef2123c7c7
5 changed files with 102 additions and 8 deletions
+4
View File
@@ -0,0 +1,4 @@
o Minor feature (onion service v3):
- Do not allow single hop client to fetch or post an HS descriptor from an
HSDir. Closes ticket 24964;