diff options
author | Nick Mathewson <nickm@torproject.org> | 2018-09-13 11:48:13 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2018-09-13 11:48:13 -0400 |
commit | db27a70c9450495974ad0f2f5ee8c4d7454293f8 (patch) | |
tree | 1605c89a0529a2fb220872818941fc116889d442 /changes | |
parent | d44eb16b23829299f154e46984bf4be0d5036dea (diff) | |
parent | e7ab20710c0961ba82b49628c3b76a5b78b81c68 (diff) | |
download | tor-db27a70c9450495974ad0f2f5ee8c4d7454293f8.tar.gz tor-db27a70c9450495974ad0f2f5ee8c4d7454293f8.zip |
Merge branch 'ticket27547_035_01_squashed'
Diffstat (limited to 'changes')
-rw-r--r-- | changes/ticket27547 | 7 |
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). |