[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]
[or-cvs] r9631: point out a problem from r9576 (tor/trunk/doc/spec)
Author: arma
Date: 2007-02-24 00:54:34 -0500 (Sat, 24 Feb 2007)
New Revision: 9631
Modified:
tor/trunk/doc/spec/tor-spec.txt
Log:
point out a problem from r9576
Modified: tor/trunk/doc/spec/tor-spec.txt
===================================================================
--- tor/trunk/doc/spec/tor-spec.txt 2007-02-24 05:36:45 UTC (rev 9630)
+++ tor/trunk/doc/spec/tor-spec.txt 2007-02-24 05:54:34 UTC (rev 9631)
@@ -175,8 +175,12 @@
the key is not as expected, the party must close the connection.
All parties SHOULD reject connections to or from ORs that have malformed
- or missing certificates. ORs SHOULD NOT reject incoming connections from
- OPs with malformed or missing certificates.
+ or missing certificates.
+ [XXX How can we recognize that it's an OR if it's an incoming connection
+ with malformed/missing certs? Should we change the above to just "to
+ ORs"? -RD]
+ ORs SHOULD NOT reject incoming connections from OPs with malformed
+ or missing certificates.
[Before version 0.1.2.8-rc, ORs rejected incoming connections from ORs and
OPs alike if their certificates were missing or malformed.]