mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
be0e1e9e2f
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.)
6 lines
245 B
Plaintext
6 lines
245 B
Plaintext
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.
|