summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2016-05-09 20:34:27 -0400
committerRoger Dingledine <arma@torproject.org>2016-05-09 20:34:27 -0400
commitbe0e1e9e2f69476da0b3e81abc3bbebed0838ad7 (patch)
tree04084e2bbebda8570926da58d0550587fd579adc /changes
parent6678dff38611bbbc35560ac47ce6b54a108fb6d0 (diff)
downloadtor-be0e1e9e2f69476da0b3e81abc3bbebed0838ad7.tar.gz
tor-be0e1e9e2f69476da0b3e81abc3bbebed0838ad7.zip
Stop being so strict about the payload length of "rendezvous1" cells
We used to be locked in to the "tap" handshake length, and now we can handle better handshakes like "ntor". Resolves ticket 18998. I checked that relay_send_command_from_edge() behaves fine when you hand it a payload with length 0. Clients behave fine too, since current clients remain strict about the required length in the rendezvous2 cells. (Clients will want to become less strict once they have an alternate format that they're willing to receive.)
Diffstat (limited to 'changes')
-rw-r--r--changes/feature189985
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/feature18998 b/changes/feature18998
new file mode 100644
index 0000000000..a2679c016c
--- /dev/null
+++ b/changes/feature18998
@@ -0,0 +1,5 @@
+ o Minor features:
+ - Stop being so strict about the payload length of "rendezvous1"
+ cells. We used to be locked in to the "tap" handshake length,
+ and now we can handle better handshakes like "ntor". Resolves
+ ticket 18998.