diff options
author | Nick Mathewson <nickm@torproject.org> | 2007-04-21 17:48:50 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2007-04-21 17:48:50 +0000 |
commit | c277b742f446c3d2c8c7a00812a0b09d1b996455 (patch) | |
tree | a9d2a1f1065123604c5895109bc656490ebb7cda /doc/spec/proposals/104-short-descriptors.txt | |
parent | f9cf90b5976f09e2a3604922d75bd9f1717f8bb3 (diff) | |
download | tor-c277b742f446c3d2c8c7a00812a0b09d1b996455.tar tor-c277b742f446c3d2c8c7a00812a0b09d1b996455.tar.gz |
r12489@catbus: nickm | 2007-04-21 13:48:39 -0400
The ten thousandth Tor commit: add two new proposals (one from Mike Perry about randomized path length, and one from me about simplifyin authority operation) and expand and/or refine serveral older ones. Most notable there are changes to 103 that will allow us to make authorities more resistant to key compromise.
svn:r10000
Diffstat (limited to 'doc/spec/proposals/104-short-descriptors.txt')
-rw-r--r-- | doc/spec/proposals/104-short-descriptors.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/spec/proposals/104-short-descriptors.txt b/doc/spec/proposals/104-short-descriptors.txt index 44e4ae7af..9392acb67 100644 --- a/doc/spec/proposals/104-short-descriptors.txt +++ b/doc/spec/proposals/104-short-descriptors.txt @@ -122,6 +122,13 @@ Specification: the digest of the extra-info document. * The published fields in the two documents match. + Authorities SHOULD drop extra-info documents that do not meet these + criteria. + + Extra-info documents MAY be uploaded as part of the same HTTP post as + the router descriptor, or separately. Authorities MUST accept both + methods. + Authorities SHOULD try to fetch extra-info documents from one another if they do not have one matching the digest declared in a router descriptor. |