diff options
Diffstat (limited to 'doc/spec/dir-spec.txt')
-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: |