aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-11-10 09:22:34 -0500
committerNick Mathewson <nickm@torproject.org>2016-11-10 09:22:34 -0500
commitf82f0c3eb1fcee6278769c2262779a0a295b184d (patch)
tree6cccb513e004b88e4e405171dc5671c11009cec8 /changes
parent217b8958311421c6819213af01f685160938f5d0 (diff)
parentb0ea8b535fd438632ca4bfe5f207adad7932bca1 (diff)
downloadtor-f82f0c3eb1fcee6278769c2262779a0a295b184d.tar.gz
tor-f82f0c3eb1fcee6278769c2262779a0a295b184d.zip
Merge remote-tracking branch 'dgoulet/bug20574_030_01'
Diffstat (limited to 'changes')
-rw-r--r--changes/feature172386
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.