diff options
author | Nick Mathewson <nickm@torproject.org> | 2017-07-31 20:40:23 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2017-07-31 20:40:23 -0400 |
commit | ec99f038fa6dd5207bc277d9efc815c8d29de52d (patch) | |
tree | 77a4c0b91a153e99f293b9abafe9488afa7a3ee1 /changes/ticket22348 | |
parent | 2cb8c8d99f5e5be6a4a2ded9ef73920f72986f45 (diff) | |
download | tor-ec99f038fa6dd5207bc277d9efc815c8d29de52d.tar.gz tor-ec99f038fa6dd5207bc277d9efc815c8d29de52d.zip |
Improve the keypin failure message
Closes the human-factors part of ticket 22348.
Diffstat (limited to 'changes/ticket22348')
-rw-r--r-- | changes/ticket22348 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/ticket22348 b/changes/ticket22348 new file mode 100644 index 0000000000..49ae94cdf3 --- /dev/null +++ b/changes/ticket22348 @@ -0,0 +1,5 @@ + o Minor features (directory authority): + - Improve the message that authorities report to relays when + the RSA/Ed25519 key pair they present conflicts with a previously + pinned key. Closes ticket 22348. + |