diff options
author | David Goulet <dgoulet@torproject.org> | 2016-11-07 13:49:27 -0500 |
---|---|---|
committer | David Goulet <dgoulet@torproject.org> | 2016-11-07 13:49:27 -0500 |
commit | b0ea8b535fd438632ca4bfe5f207adad7932bca1 (patch) | |
tree | dbb71c335a6c647676f04bfac954e924a314f608 /changes | |
parent | 89edef6afbfc701fab5a8ce1f3d7399f7c3261c7 (diff) | |
download | tor-b0ea8b535fd438632ca4bfe5f207adad7932bca1.tar.gz tor-b0ea8b535fd438632ca4bfe5f207adad7932bca1.zip |
hs: Add changes file for HSDir v3 protocol feature
Signed-off-by: David Goulet <dgoulet@torproject.org>
Diffstat (limited to 'changes')
-rw-r--r-- | changes/feature17238 | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/changes/feature17238 b/changes/feature17238 new file mode 100644 index 0000000000..eba9fb794e --- /dev/null +++ b/changes/feature17238 @@ -0,0 +1,6 @@ + o Major features (onion service) + - Tor relays now support the HSDir version 3 protocol meaning they can + store and serve v3 descriptors. This is part of the next generation + onion service work detailled in proposal 224. The tor daemon also + contains all the necessary code to encode and decode a v3 descriptor but + it's currently only used by the directory subsystem. Closes #17238. |