aboutsummaryrefslogtreecommitdiff
path: root/doc/rend-spec.txt
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2004-04-02 21:56:52 +0000
committerNick Mathewson <nickm@torproject.org>2004-04-02 21:56:52 +0000
commita981c4099af25e8e38ca1fbe4870d09c54d0d20b (patch)
tree4c69fc20103513cb0ff17c0409d241010458fa0e /doc/rend-spec.txt
parent79fc52170edb4919a231234fc14c05640e1ec279 (diff)
downloadtor-a981c4099af25e8e38ca1fbe4870d09c54d0d20b.tar
tor-a981c4099af25e8e38ca1fbe4870d09c54d0d20b.tar.gz
Implement midpoint functionality for rendezvous points.
svn:r1439
Diffstat (limited to 'doc/rend-spec.txt')
-rw-r--r--doc/rend-spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rend-spec.txt b/doc/rend-spec.txt
index 32c9f7a8b..e616b677b 100644
--- a/doc/rend-spec.txt
+++ b/doc/rend-spec.txt
@@ -111,7 +111,7 @@ Tor Rendezvous Spec
TS A timestamp [4 octets]
NI Number of introduction points [2 octets]
Ipt A list of NUL-terminated OR nicknames [variable]
- SIG Signature of above fields [KL octets]
+ SIG Signature of above fields [variable]
KL is the length of PK, in octets. (Currently, KL must be 128.)
TS is the number of seconds elapsed since Jan 1, 1970.
@@ -131,7 +131,7 @@ Tor Rendezvous Spec
KL Key length [2 octets]
PK Bob's public key [KL octets]
HS Hash of session info [20 octets]
- SIG Signature of above information [KL octets]
+ SIG Signature of above information [variable]
To prevent replay attacks, the HS field contains a SHA-1 hash based on the
shared secret KH between Bob's OP and the introduction point, as