From c277b742f446c3d2c8c7a00812a0b09d1b996455 Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Sat, 21 Apr 2007 17:48:50 +0000 Subject: 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 --- doc/spec/proposals/104-short-descriptors.txt | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'doc/spec/proposals/104-short-descriptors.txt') 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. -- cgit v1.2.3