commit ee5887c40531f73616a68c64718e094fc43986d4 Author: Nick Mathewson nickm@torproject.org Date: Wed May 7 11:05:13 2014 -0400
Describe how implementations should (not) process "id rsa1024" lines --- dir-spec.txt | 5 +++++ 1 file changed, 5 insertions(+)
diff --git a/dir-spec.txt b/dir-spec.txt index 7e1fe13..37e3690 100644 --- a/dir-spec.txt +++ b/dir-spec.txt @@ -1205,6 +1205,11 @@ encoded, without trailing =s. This line is included to prevent collisions between microdescriptors.
+ Implementations MUST ignore "id" lines with unrecognized + key-types in place of "rsa1024". Implementations SHOULD ignore + "id rsa1024" lines as well: they are added to microdescriptors + only to prevent collisions. + (Only included when generating microdescriptors for consensus-method 18 or later.)
tor-commits@lists.torproject.org