summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2018-09-13 11:48:13 -0400
committerNick Mathewson <nickm@torproject.org>2018-09-13 11:48:13 -0400
commitdb27a70c9450495974ad0f2f5ee8c4d7454293f8 (patch)
tree1605c89a0529a2fb220872818941fc116889d442 /changes
parentd44eb16b23829299f154e46984bf4be0d5036dea (diff)
parente7ab20710c0961ba82b49628c3b76a5b78b81c68 (diff)
downloadtor-db27a70c9450495974ad0f2f5ee8c4d7454293f8.tar.gz
tor-db27a70c9450495974ad0f2f5ee8c4d7454293f8.zip
Merge branch 'ticket27547_035_01_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/ticket275477
1 files changed, 7 insertions, 0 deletions
diff --git a/changes/ticket27547 b/changes/ticket27547
new file mode 100644
index 0000000000..f60d4a482e
--- /dev/null
+++ b/changes/ticket27547
@@ -0,0 +1,7 @@
+ o Major feature (hidden service v3):
+ - Implement client authorization at the descriptor level. A new torrc
+ option was added to control this client side: ClientOnionAuthDir <path>.
+ On the service side, if the "authorized_clients/" directory exists in
+ the onion service directory path, client configuration are read from the
+ files within. See the manpage for more details. Closes ticket 27547.
+ Patch done by Suphanat Chunhapanya (haxxpop).