mirror of
https://gitlab.torproject.org/tpo/core/tor.git
synced 2024-11-10 13:13:44 +01:00
0386280487
The node_get_ed25519_id() warning can actually be triggered by a relay flagged with NoEdConsensus so instead of triggering a warning on all relays of the network, downgrade it to protocol warning. Fixes #24025 Signed-off-by: David Goulet <dgoulet@torproject.org>
6 lines
321 B
Plaintext
6 lines
321 B
Plaintext
o Minor bugfixes (logging, relay):
|
|
- Downgrade a warning to a protocol warning in the case the ed25519 key is
|
|
not consistent between the descriptor and micro descriptor of a relay.
|
|
This can happen for instance if the relay has been flagged
|
|
NoEdConsensus. Fixes bug 24025; bugfix on 0.3.2.1-alpha.
|