diff options
author | Taylor Yu <catalyst@torproject.org> | 2018-10-17 15:39:55 -0500 |
---|---|---|
committer | Taylor Yu <catalyst@torproject.org> | 2018-10-17 15:39:55 -0500 |
commit | 93fd924bdb8d47a8ee4074dfffaf568320372165 (patch) | |
tree | af474b7a3d1372544d7521dd38a42bbee85bcaf8 /changes/bug27800 | |
parent | 6b2ef2c5597a9e481939e04b556566c8b6283e46 (diff) | |
download | tor-93fd924bdb8d47a8ee4074dfffaf568320372165.tar.gz tor-93fd924bdb8d47a8ee4074dfffaf568320372165.zip |
Log more info for duplicate ed25519 IDs
Occasionally, key pinning doesn't catch a relay that shares an ed25519
ID with another relay. Log the identity fingerprints and the shared
ed25519 ID when this happens, instead of making a BUG() warning.
Fixes bug 27800; bugfix on 0.3.2.1-alpha.
Diffstat (limited to 'changes/bug27800')
-rw-r--r-- | changes/bug27800 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/changes/bug27800 b/changes/bug27800 new file mode 100644 index 0000000000..63d5dbc681 --- /dev/null +++ b/changes/bug27800 @@ -0,0 +1,4 @@ + o Minor bugfixes (directory authority): + - Log additional info when we get a relay that shares an ed25519 + ID with a different relay, instead making a BUG() warning. + Fixes bug 27800; bugfix on 0.3.2.1-alpha. |