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 /doc | |
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 'doc')
-rw-r--r-- | doc/tor.1.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/doc/tor.1.txt b/doc/tor.1.txt index f2960af29d..dc67889353 100644 --- a/doc/tor.1.txt +++ b/doc/tor.1.txt @@ -2305,6 +2305,10 @@ __DataDirectory__**/keys/***:: __DataDirectory__**/fingerprint**:: Only used by servers. Holds the fingerprint of the server's identity key. +__DataDirectory__**/hashed-fingerprint**:: + Only used by bridges. Holds the hashed fingerprint of the bridge's + identity key. (That is, the hash of the hash of the identity key.) + __DataDirectory__**/approved-routers**:: Only for naming authoritative directory servers (see **NamingAuthoritativeDirectory**). This file lists nickname to identity |