瀏覽代碼

point out a problem from r9576

svn:r9631
Roger Dingledine 18 年之前
父節點
當前提交
a5af49afc3
共有 1 個文件被更改,包括 6 次插入2 次删除
  1. 6 2
      doc/spec/tor-spec.txt

+ 6 - 2
doc/spec/tor-spec.txt

@@ -175,8 +175,12 @@ see tor-design.pdf.
    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.]