From 9278a24729c92b9f5c670b3e1608e2cdbd8bd9a1 Mon Sep 17 00:00:00 2001 From: David Goulet Date: Tue, 4 Feb 2020 09:25:55 -0500 Subject: 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 --- changes/ticket33148 | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 changes/ticket33148 (limited to 'changes') 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. -- cgit v1.2.3-54-g00ecf