mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 21:23:58 +01:00
e598c6f6de
If the intro point supports ed25519 link authentication, make sure we don't have a zeroed key which would lead to a failure to extend to it. We already check for an empty key if the intro point does not support it so this makes the check on the key more consistent and symmetric. Fixes #24002 Signed-off-by: David Goulet <dgoulet@torproject.org>
6 lines
317 B
Plaintext
6 lines
317 B
Plaintext
o Minor bugfixes (hidden service):
|
|
- Make sure that we have a usable ed25519 key when the intro point relay
|
|
does support ed25519 link authentication. We do check for an empty key
|
|
when the relay does not support it so this makes it nice and symmetric.
|
|
Fixes bug 24002; bugfix on 0.3.2.1-alpha.
|