diff options
author | David Goulet <dgoulet@torproject.org> | 2018-12-03 11:22:14 -0500 |
---|---|---|
committer | George Kadianakis <desnacked@riseup.net> | 2018-12-04 18:49:19 +0200 |
commit | 0906dde9d5ac409caf9f70ea7ec00efc42ec27ca (patch) | |
tree | 0e24a0bfff5d23e92f2551734f80f31f3455d3b5 /changes | |
parent | 1a97379e5e5d349b4debd5ac61bedcca623dd386 (diff) | |
download | tor-0906dde9d5ac409caf9f70ea7ec00efc42ec27ca.tar.gz tor-0906dde9d5ac409caf9f70ea7ec00efc42ec27ca.zip |
man: Document HSv3 client authorization revocation
Removing a ".auth" file revokes a client access to the service but the
rendezvous circuit is not closed service side because the service simply
doesn't know which circuit is for which client.
This commit notes in the man page that to fully revoke a client access to the
service, the tor process should be restarted.
Closes #28275
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket28275 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/ticket28275 b/changes/ticket28275 new file mode 100644 index 0000000000..eadca86b7b --- /dev/null +++ b/changes/ticket28275 @@ -0,0 +1,4 @@ + o Documentation (hidden service v3, man page): + - Note in the man page that the only real way to fully revoke an onion + service v3 client authorization is by restarting the tor process. Closes + ticket 28275. |