aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRoger Dingledine <arma@torproject.org>2004-10-24 23:14:00 +0000
committerRoger Dingledine <arma@torproject.org>2004-10-24 23:14:00 +0000
commitf084bc07b5157fce4d4b647310f152bcaac46c69 (patch)
tree1e383a58787e05d99a0b2d95a622a4146a7c64fc
parent20cdc0a517001c154477c0074447946242c56bb7 (diff)
downloadtor-f084bc07b5157fce4d4b647310f152bcaac46c69.tar
tor-f084bc07b5157fce4d4b647310f152bcaac46c69.tar.gz
update the rendezvous spec to be less wrong (but still wrong)
svn:r2588
-rw-r--r--doc/rend-spec.txt11
1 files changed, 6 insertions, 5 deletions
diff --git a/doc/rend-spec.txt b/doc/rend-spec.txt
index 26d883780..79d99c5ac 100644
--- a/doc/rend-spec.txt
+++ b/doc/rend-spec.txt
@@ -111,7 +111,7 @@ Tor Rendezvous Spec
The first time the OP provides an advertised service, it generates
a public/private keypair (stored locally). Periodically, the OP
- generates service descriptor, containing:
+ generates a service descriptor, containing:
KL Key length [2 octets]
PK Bob's public key [KL octets]
@@ -123,10 +123,11 @@ Tor Rendezvous Spec
KL is the length of PK, in octets. (Currently, KL must be 128.)
TS is the number of seconds elapsed since Jan 1, 1970.
- The members of Ipt may either be EITHER nicknames, or identity key
- digests, encoded in hex, and prefixed with a '$'. Servers must accept
- both forms. Before 0.0.7 is obsoleted, servers should only generate the
- first form. After, servers should only generate the second form.
+ The members of Ipt may be either (a) nicknames, or (b) identity key
+ digests, encoded in hex, and prefixed with a '$'. Clients must
+ accept both forms. Services must only generate the second form.
+ Once 0.0.8.1 and 0.0.9pre3-4 are obsoleted, we can drop the first
+ form.
[It's ok for Bob to advertise 0 introduction points. He might want
to do that if he previously advertised some introduction points,