aboutsummaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2016-12-14 15:28:28 -0500
committerNick Mathewson <nickm@torproject.org>2016-12-14 15:28:28 -0500
commitc838d34921f3e86841ff75ca8ad78c95bd1e2996 (patch)
treea33bae91caeba95082831ad22c4137777a82a209 /changes
parent963e70673a01f0cdea1e5533b02128a84dfaa0d8 (diff)
parenta4eb17ed89d4761146280490e838cf850bc81296 (diff)
downloadtor-c838d34921f3e86841ff75ca8ad78c95bd1e2996.tar.gz
tor-c838d34921f3e86841ff75ca8ad78c95bd1e2996.zip
Merge branch 'dgoulet_ticket19043_030_03_squashed'
Diffstat (limited to 'changes')
-rw-r--r--changes/bug190435
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug19043 b/changes/bug19043
new file mode 100644
index 0000000000..70c35dfa7b
--- /dev/null
+++ b/changes/bug19043
@@ -0,0 +1,5 @@
+ o Major features (hidden services):
+ - Relays can now handle v3 ESTABLISH_INTRO cells as specified by prop224
+ aka "Next Generation Hidden Services". Service and clients don't yet use
+ this code functionnality. It marks another step towards prop224
+ deployment. Resolves ticket 19043. Initial code by Alec Heifetz.