[tor-commits] [torspec/master] Describe how implementations should (not) process "id rsa1024" lines

nickm at torproject.org nickm at torproject.org
Wed May 7 15:05:18 UTC 2014


commit ee5887c40531f73616a68c64718e094fc43986d4
Author: Nick Mathewson <nickm at 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.)
 



More information about the tor-commits mailing list