summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2020-02-04 09:25:55 -0500
committerGeorge Kadianakis <desnacked@riseup.net>2020-02-06 12:54:54 +0200
commit9278a24729c92b9f5c670b3e1608e2cdbd8bd9a1 (patch)
treef91a28a47f591f21eed12563cd5288cd5e75fb11 /changes
parent2c4d7d8c65b3783fa9213cc632d398d0d1b6ef5c (diff)
downloadtor-9278a24729c92b9f5c670b3e1608e2cdbd8bd9a1.tar.gz
tor-9278a24729c92b9f5c670b3e1608e2cdbd8bd9a1.zip
hs-v3: Remove descriptor when we remove client authorization
When the ONION_CLIENT_AUTH_REMOVE command is given to tor, now also remove the descriptor associated with the client authorization credentials. Fixes #33148 Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket331485
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket33148 b/changes/ticket33148
new file mode 100644
index 0000000000..1f44b4259d
--- /dev/null
+++ b/changes/ticket33148
@@ -0,0 +1,5 @@
+ o Minor bugfixes (onion service v3, client authorization):
+ - When removing client authorization credentials using the control port,
+ also remove the associated descriptor so they don't linger and are still
+ usable hence making the onion service behind client authorization
+ reachable. Fixes bug 33148; bugfix on 0.4.3.1-alpha.