diff options
author | Nick Mathewson <nickm@torproject.org> | 2005-12-22 19:29:31 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2005-12-22 19:29:31 +0000 |
commit | 9afeacac3b8742c75e36a8b68a9f93ac8c292c07 (patch) | |
tree | 3238050767e8e08de83ffe7cb2658de0c083804e /doc | |
parent | 341ff5be94cfb934899a100bb62d180a581dc798 (diff) | |
download | tor-9afeacac3b8742c75e36a8b68a9f93ac8c292c07.tar.gz tor-9afeacac3b8742c75e36a8b68a9f93ac8c292c07.zip |
Note that you should not download by ID fingerprint.
svn:r5634
Diffstat (limited to 'doc')
-rw-r--r-- | doc/dir-spec.txt | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt index aaecac08b2..65b2ddb878 100644 --- a/doc/dir-spec.txt +++ b/doc/dir-spec.txt @@ -305,10 +305,15 @@ $Id$ fingerprint of <F> should be available at: http://<hostname>/tor/server/fp/<F>.z - The most recent descriptors for servers with fingerprints <F1>,<F2>,<F3> - should be available at: + The most recent descriptors for servers with identity fingerprints + <F1>,<F2>,<F3> should be available at: http://<hostname>/tor/server/fp/<F1>+<F2>+<F3>.z + (NOTE: Implementations SHOULD NOT download descriptors by identity key + fingerprint. This allows a corrupted server (in collusion with a cache) to + provide a unique descriptor to a client, and thereby partition that client + from the rest of the network.) + The descriptor for a server whose digest (in hex) is <D> should be available at: http://<hostname>/tor/server/d/<D>.z |