diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-10-02 20:19:43 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-10-02 20:19:43 +0000 |
commit | f4f780b526df83032748782fb5917a7ee7412902 (patch) | |
tree | 2745fcf61d997952ea0bdc14f84c67efcfc850a3 /doc | |
parent | 439fe55c6b82cedcc0ef7510d86d07254f2eb2d1 (diff) | |
download | tor-f4f780b526df83032748782fb5917a7ee7412902.tar.gz tor-f4f780b526df83032748782fb5917a7ee7412902.zip |
r15510@catbus: nickm | 2007-10-02 16:14:42 -0400
Add support for more vote URLs that weasel wanted. Weasel: please test this before I inflict it on anybody else. :)
svn:r11749
Diffstat (limited to 'doc')
-rw-r--r-- | doc/spec/dir-spec.txt | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/spec/dir-spec.txt b/doc/spec/dir-spec.txt index 63995254e6..9bbdfc4f3a 100644 --- a/doc/spec/dir-spec.txt +++ b/doc/spec/dir-spec.txt @@ -1152,6 +1152,9 @@ $Id$ at http://<hostname>/tor/status-vote/next/<fp>.z where <fp> is the fingerprint of the other authority's identity key. + And at + http://<hostname>/tor/status-vote/next/d/<d>.z + where <d> is the digest of the vote document. The consensus status, along with as many signatures as the server currently knows, should be available at @@ -1166,6 +1169,12 @@ $Id$ and http://<hostname>/tor/status-vote/current/consensus-signatures.z + The other vote documents are analogously made available under + http://<hostname>/tor/status-vote/current/authority.z + http://<hostname>/tor/status-vote/current/<fp>.z + http://<hostname>/tor/status-vote/current/d/<d>.z + once the consensus is complete. + Once an authority has computed and signed a consensus network status, it should send its detached signature to each other authority in an HTTP POST request to the URL: |