diff options
author | Peter Palfrader <peter@palfrader.org> | 2008-04-24 15:39:14 +0000 |
---|---|---|
committer | Peter Palfrader <peter@palfrader.org> | 2008-04-24 15:39:14 +0000 |
commit | 016e67f9415530399cdffec3d8d6530b3323dbbb (patch) | |
tree | 5a9dc1307a09a7bc8d2d7986e52a3141518079b8 /doc | |
parent | eaad3ab395c8da0cc5c8cbe3e51109f181891216 (diff) | |
download | tor-016e67f9415530399cdffec3d8d6530b3323dbbb.tar tor-016e67f9415530399cdffec3d8d6530b3323dbbb.tar.gz |
Merge conditional consensus downloading
svn:r14451
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index dc9716334..cd47eb029 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -1390,23 +1390,6 @@ $Id$ The most recent v3 consensus should be available at: http://<hostname>/tor/status-vote/current/consensus.z - Starting with Tor version 0.2.1.1-alpha is also available at: - http://<hostname>/tor/status-vote/current/consensus/<F1>+<F2>+<F3>.z - - Where F1, F2, etc. are authority identity fingerprints the client trusts. - Servers will only return a consensus if more than half of the requested - authorities have signed the document, otherwise a 404 error will be sent - back. The fingerprints can be shortened to a length of any multiple of - two, using only the leftmost part of the encoded fingerprint. Tor uses - 3 bytes (6 hex characters) of the fingerprint. - - Clients SHOULD sort the fingerprints in ascending order. Server MUST - accept any order. - - Clients SHOULD use this format when requesting consensus documents from - directory authority servers and from caches running a version of Tor - that is known to support this URL format. - A concatenated set of all the current key certificates should be available at: http://<hostname>/tor/keys/all.z |