diff options
author | Karsten Loesing <karsten.loesing@gmx.net> | 2014-02-26 10:44:55 +0100 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-02-28 08:53:13 -0500 |
commit | 3ca5fe81e33ab7848c848b683bffe12e743398f3 (patch) | |
tree | fe83b2027c4595bc64677f64f4b2fa54f5d0f3ff /changes | |
parent | bf1678603ffa66ed47c038faf309984839a98363 (diff) | |
download | tor-3ca5fe81e33ab7848c848b683bffe12e743398f3.tar.gz tor-3ca5fe81e33ab7848c848b683bffe12e743398f3.zip |
Write hashed bridge fingerprint to logs and to disk.
Implements #10884.
Diffstat (limited to 'changes')
-rw-r--r-- | changes/bug10884 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/changes/bug10884 b/changes/bug10884 new file mode 100644 index 0000000000..815d893de3 --- /dev/null +++ b/changes/bug10884 @@ -0,0 +1,5 @@ + o Minor features: + - Bridges write the SHA1 digest of their identity key fingerprint to + notice-level logs and to hashed-fingerprint, so that bridge + operators can look up their bridge in Globe and similar tools. + |