[or-cvs] r14598: Apply dir-spec clarity patch from Sebastian Hahn. (in tor/trunk: . doc/spec)

nickm at seul.org nickm at seul.org
Tue May 13 04:53:38 UTC 2008


Author: nickm
Date: 2008-05-13 00:53:38 -0400 (Tue, 13 May 2008)
New Revision: 14598

Modified:
   tor/trunk/
   tor/trunk/doc/spec/dir-spec.txt
Log:
 r19719 at catbus:  nickm | 2008-05-13 00:53:26 -0400
 Apply dir-spec clarity patch from Sebastian Hahn.



Property changes on: tor/trunk
___________________________________________________________________
 svk:merge ticket from /tor/trunk [r19719] on 8246c3cf-6607-4228-993b-4d95d33730f1

Modified: tor/trunk/doc/spec/dir-spec.txt
===================================================================
--- tor/trunk/doc/spec/dir-spec.txt	2008-05-12 21:12:21 UTC (rev 14597)
+++ tor/trunk/doc/spec/dir-spec.txt	2008-05-13 04:53:38 UTC (rev 14598)
@@ -654,9 +654,11 @@
 
 2.3. Nonterminals in router descriptors
 
-   nickname ::= between 1 and 19 alphanumeric characters, case-insensitive.
-   hexdigest ::= a '$', followed by 20 hexadecimal characters.
-      [Represents a server by the digest of its identity key.]
+   nickname ::= between 1 and 19 alphanumeric characters ([A-Za-z0-0]),
+      case-insensitive.
+   hexdigest ::= a '$', followed by 40 hexadecimal characters
+      ([A-Fa-f0-9]). [Represents a server by the digest of its identity
+      key.]
 
    exitpattern ::= addrspec ":" portspec
    portspec ::= "*" | port | port "-" port



More information about the tor-commits mailing list