diff options
author | Peter Palfrader <peter@palfrader.org> | 2006-03-08 00:10:01 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2006-03-08 00:10:01 +0000 |
commit | 2942c0bde8b1f5230d40322a10b1aea3c8edf287 (patch) | |
tree | e18454e0d2c6a79a9018798c8d46ce5185ae0bcb /doc/dir-spec.txt | |
parent | 82df8a2b523413246824c84ede49e9c04e994cf8 (diff) | |
download | tor-2942c0bde8b1f5230d40322a10b1aea3c8edf287.tar tor-2942c0bde8b1f5230d40322a10b1aea3c8edf287.tar.gz |
Clarify server/d/<D>.z description
Spell out that fingerprints in requests should use capital A-F letters for their hex
svn:r6092
Diffstat (limited to 'doc/dir-spec.txt')
-rw-r--r-- | doc/dir-spec.txt | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/doc/dir-spec.txt b/doc/dir-spec.txt index b77399d38..6584eb543 100644 --- a/doc/dir-spec.txt +++ b/doc/dir-spec.txt @@ -321,7 +321,7 @@ $Id$ 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 + The server descriptor with (descriptor) digest <D> (in hex) should be available at: http://<hostname>/tor/server/d/<D>.z @@ -345,6 +345,10 @@ $Id$ Directory servers MAY generate either format: the former requires less CPU, but the latter requires less bandwidth. + Clients SHOULD use upper case letters (A-F) when base16-encoding + fingerprints. Servers MUST accept both upper and lower case fingerprints + in requests. + 5. Client operation: downloading information Every Tor that is not a directory server (that is, clients and ORs that do |