summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2018-12-04 12:55:01 -0500
committerDavid Goulet <dgoulet@torproject.org>2018-12-04 12:55:01 -0500
commit85674f59b385bbea97ce53e7bcc35e3d7134c05a (patch)
treefc71ec52009da6dd820fc739cf947c3d5a177d22
parentc811ae3bd6ef12b909419ebda1a561995cb561c7 (diff)
parent0906dde9d5ac409caf9f70ea7ec00efc42ec27ca (diff)
downloadtor-85674f59b385bbea97ce53e7bcc35e3d7134c05a.tar.gz
tor-85674f59b385bbea97ce53e7bcc35e3d7134c05a.zip
Merge branch 'maint-0.3.5' into release-0.3.5
-rw-r--r--changes/ticket282754
-rw-r--r--doc/tor.1.txt4
2 files changed, 8 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.
diff --git a/doc/tor.1.txt b/doc/tor.1.txt
index 097db065bb..581783dd65 100644
--- a/doc/tor.1.txt
+++ b/doc/tor.1.txt
@@ -2961,6 +2961,10 @@ Note that once you've configured client authorization, anyone else with the
address won't be able to access it from this point on. If no authorization is
configured, the service will be accessible to anyone with the onion address.
+Revoking a client can be done by removing their ".auth" file, however the
+revocation will be in effect only after the tor process gets restarted even if
+a SIGHUP takes place.
+
See the Appendix G in the rend-spec-v3.txt file of
https://spec.torproject.org/[torspec] for more information.