mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
b063ca0604
It is not enough to look at protover for v3 rendezvous support but also we need to make sure that the curve25519 onion key is present or in other words that the descriptor has been fetched and does contain it. Fixes #27797. Signed-off-by: David Goulet <dgoulet@torproject.org>
6 lines
354 B
Plaintext
6 lines
354 B
Plaintext
o Minor bugfixes (node, hidden service v3):
|
|
- When selecting a v3 rendezvous point, not only look at the protover but
|
|
also if the curve25519 onion key is present. That way we avoid picking a
|
|
node that supports the v3 rendezvous but for which we don't have the
|
|
descriptor yet for the key. Fixes bug 27797; bugfix on 0.3.2.1-alpha.
|