[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r11557: a dir-spec typo (in two places) caught by steve (tor/trunk/doc/spec)
Author: arma
Date: 2007-09-21 13:23:14 -0400 (Fri, 21 Sep 2007)
New Revision: 11557
Modified:
tor/trunk/doc/spec/dir-spec-v2.txt
tor/trunk/doc/spec/dir-spec.txt
Log:
a dir-spec typo (in two places) caught by steve
Modified: tor/trunk/doc/spec/dir-spec-v2.txt
===================================================================
--- tor/trunk/doc/spec/dir-spec-v2.txt 2007-09-21 16:18:17 UTC (rev 11556)
+++ tor/trunk/doc/spec/dir-spec-v2.txt 2007-09-21 17:23:14 UTC (rev 11557)
@@ -501,7 +501,8 @@
When a router posts a signed descriptor to a directory authority, the
authority first checks whether it is well-formed and correctly
self-signed. If it is, the authority next verifies that the nickname
- question is already assigned to a router with a different public key.
+ in question is not already assigned to a router with a different
+ public key.
Finally, the authority MAY check that the router is not blacklisted
because of its key, IP, or another reason.
Modified: tor/trunk/doc/spec/dir-spec.txt
===================================================================
--- tor/trunk/doc/spec/dir-spec.txt 2007-09-21 16:18:17 UTC (rev 11556)
+++ tor/trunk/doc/spec/dir-spec.txt 2007-09-21 17:23:14 UTC (rev 11557)
@@ -1088,7 +1088,8 @@
When a router posts a signed descriptor to a directory authority, the
authority first checks whether it is well-formed and correctly
self-signed. If it is, the authority next verifies that the nickname
- question is already assigned to a router with a different public key.
+ in question is not already assigned to a router with a different
+ public key.
Finally, the authority MAY check that the router is not blacklisted
because of its key, IP, or another reason.