diff options
author | Roger Dingledine <arma@torproject.org> | 2004-10-20 18:39:05 +0000 |
---|---|---|
committer | Roger Dingledine <arma@torproject.org> | 2004-10-20 18:39:05 +0000 |
commit | 14306fbf3426ab5908ca4d2b1e001987c385d9c4 (patch) | |
tree | f63d01ce73c3e09856eebd85b4c295f2bea23a32 /doc/tor-spec.txt | |
parent | e5049d5aa32574ad6f5a1a73151e80b0db606237 (diff) | |
download | tor-14306fbf3426ab5908ca4d2b1e001987c385d9c4.tar tor-14306fbf3426ab5908ca4d2b1e001987c385d9c4.tar.gz |
point out two parts where the spec is wrong
svn:r2569
Diffstat (limited to 'doc/tor-spec.txt')
-rw-r--r-- | doc/tor-spec.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/tor-spec.txt b/doc/tor-spec.txt index fde7e0e5a..1718eab8e 100644 --- a/doc/tor-spec.txt +++ b/doc/tor-spec.txt @@ -72,6 +72,7 @@ TODO: (very soon) support any suite without ephemeral keys, symmetric keys of at least 128 bits, and digests of at least 160 bits. +[what kind of cert does an OP send? -RD] An OR always sends a two-certificate chain, consisting of a self-signed certificate containing the OR's identity key, and a second certificate using a short-term connection key. The commonName of the second @@ -95,6 +96,7 @@ TODO: (very soon) OR-to-OR connections are never deliberately closed. When an OR starts or receives a new directory, it tries to open new connections to any OR it is not already connected to. +[not true, unused OR conns close after 5 mins too -RD] OR-to-OP connections are not permanent. An OP should close a connection to an OR if there are no circuits running over the |