From a981c4099af25e8e38ca1fbe4870d09c54d0d20b Mon Sep 17 00:00:00 2001 From: Nick Mathewson Date: Fri, 2 Apr 2004 21:56:52 +0000 Subject: Implement midpoint functionality for rendezvous points. svn:r1439 --- doc/rend-spec.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/rend-spec.txt') 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 -- cgit v1.2.3