diff options
author | Nick Mathewson <nickm@torproject.org> | 2015-07-31 10:47:39 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2015-07-31 10:47:39 -0400 |
commit | 20254907d7f49ae706393cf3708e9cf343875199 (patch) | |
tree | c1982bce9a12737d19fa9b0658c685cef80ff446 /changes | |
parent | 8c83e8cec0e8d4c29577ae7c7b27637e5b91c99e (diff) | |
download | tor-20254907d7f49ae706393cf3708e9cf343875199.tar.gz tor-20254907d7f49ae706393cf3708e9cf343875199.zip |
Improve log messages for problems about ed25519 keypinning
Fixes 16286; bugfix on 0.2.7.2-alpha.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug16286 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/changes/bug16286 b/changes/bug16286 new file mode 100644 index 0000000000..7b30493576 --- /dev/null +++ b/changes/bug16286 @@ -0,0 +1,8 @@ + o Minor bugfixes (authority): + - Downgrade log messages about Ed25519 key issues, if they are in + old cached router descriptors. Fixes part of bug 16286; bugfix on + 0.2.7.2-alpha. + + - When we find an Ed25519 key issue in a cached descriptor, stop saying + the descriptor was just "uploaded". Fixes another part of bug 16286; + bugfix on 0.2.7.2-alpha. |