aboutsummaryrefslogtreecommitdiff
path: root/changes/ticket40509
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2021-11-04 14:44:58 -0400
committerDavid Goulet <dgoulet@torproject.org>2022-01-18 12:39:06 -0500
commit72041c63064b461e2eb9102f12c4fe217e9066dd (patch)
tree41dddcfbf6d0416f8a643ced0d987bab936c8d34 /changes/ticket40509
parent4a24673436b2f8cf7a6bbbb353f97f1ae403e411 (diff)
downloadtor-72041c63064b461e2eb9102f12c4fe217e9066dd.tar.gz
tor-72041c63064b461e2eb9102f12c4fe217e9066dd.zip
relay: Don't advertise HSv2 protocol version
We removed HSIntro=3 and HSDir=1 that are v2 specific. Since 0.3.5.17, we do not support introducing or being a directory for onion service v2. Closes #40509 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes/ticket40509')
-rw-r--r--changes/ticket405094
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket40509 b/changes/ticket40509
new file mode 100644
index 0000000000..ba4502ff3b
--- /dev/null
+++ b/changes/ticket40509
@@ -0,0 +1,4 @@
+ o Minor bugfix (relay):
+ - Remove the HSDir and HSIntro onion service v2 protocol versions so relay
+ stop advertising that they support them. Fixes bug 40509; bugfix on
+ 0.3.5.17.