mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
a3f5a24669
RENDEZVOUS1 cell is 84 bytes long in v3 and 168 bytes long in v2 so this commit pads with random bytes the v3 cells up to 168 bytes so they all look alike at the rendezvous point. Closes #23420 Signed-off-by: David Goulet <dgoulet@torproject.org>
5 lines
266 B
Plaintext
5 lines
266 B
Plaintext
o Minor bugfixes (hidden service v3):
|
|
- Pad RENDEZVOUS cell up to the size of the legacy cell which is much
|
|
bigger so the rendezvous point can't distinguish which hidden service
|
|
protocol is being used. Fixes ticket 23420.; bugfix on 0.3.2.1-alpha.
|