summaryrefslogtreecommitdiff
path: root/changes
diff options
context:
space:
mode:
authorDavid Goulet <dgoulet@torproject.org>2017-11-01 12:15:15 -0400
committerNick Mathewson <nickm@torproject.org>2017-11-02 10:33:57 -0400
commit0386280487fce78b73e060234f515b850af9c589 (patch)
tree74f543e348d5529ab44a6c05e450b03d4d9f6cc3 /changes
parentcb42c62c9e87d4699add69087ba25d1454758bb0 (diff)
downloadtor-0386280487fce78b73e060234f515b850af9c589.tar.gz
tor-0386280487fce78b73e060234f515b850af9c589.zip
nodelist: Downgrade warning to protocol warning
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>
Diffstat (limited to 'changes')
-rw-r--r--changes/bug240255
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug24025 b/changes/bug24025
new file mode 100644
index 0000000000..1d7841af53
--- /dev/null
+++ b/changes/bug24025
@@ -0,0 +1,5 @@
+ 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.