diff options
author | Roger Dingledine <arma@torproject.org> | 2007-04-16 19:09:35 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2007-04-16 19:09:35 +0000 |
commit | 8e53ac4dff21bec3502dd6507d1d21e78609197c (patch) | |
tree | ddef4fcdf3e2e0572a2e18c668f93f6d657275c2 /doc/spec/proposals/104-short-descriptors.txt | |
parent | 17e83a408f06fc1fb5fb9f3b87d37aa28732e2cc (diff) | |
download | tor-8e53ac4dff21bec3502dd6507d1d21e78609197c.tar.gz tor-8e53ac4dff21bec3502dd6507d1d21e78609197c.zip |
minor cleanups on proposal 104
svn:r9973
Diffstat (limited to 'doc/spec/proposals/104-short-descriptors.txt')
-rw-r--r-- | doc/spec/proposals/104-short-descriptors.txt | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/spec/proposals/104-short-descriptors.txt b/doc/spec/proposals/104-short-descriptors.txt index e5ef851de9..8334de639a 100644 --- a/doc/spec/proposals/104-short-descriptors.txt +++ b/doc/spec/proposals/104-short-descriptors.txt @@ -32,7 +32,7 @@ Proposal: well-behaved tools would need to download short-form descriptors too (as these would be the only ones indexed), and hence get redundant info. Badly behaved tools would download only long-form descriptors, and expose - themselves to partitioning attacks and that like.) + themselves to partitioning attacks.) Other disposable fields: @@ -102,20 +102,20 @@ Specification: extra-info documents, or an authority that handles extra-info documents. - (Since implementations before 0.1.2.5-alpha required that "opt" keyword - precede any unrecognized entry with "opt", these keys MUST be preceded + (Since implementations before 0.1.2.5-alpha required that the "opt" + keyword precede any unrecognized entry, these keys MUST be preceded with "opt" until 0.1.2.5-alpha is obsolete.) 3. New communications rules - Servers SHOULD generate and upload an extra-info document after each + Servers SHOULD generate and upload one extra-info document after each descriptor they generate and upload; no more, no less. Servers MUST upload the new descriptor before they upload the new extra-info. Authorities receiving an extra-info document SHOULD verify all of the following: * They have a router descriptor for some server with a matching - nickname, IP, and identity fingerprint. + nickname and identity fingerprint. * That server's identity key has been used to sign the extra-info document. * The extra-info-digest field in the router descriptor matches |