diff options
author | Nick Mathewson <nickm@torproject.org> | 2004-04-02 21:56:52 +0000 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2004-04-02 21:56:52 +0000 |
commit | a981c4099af25e8e38ca1fbe4870d09c54d0d20b (patch) | |
tree | 4c69fc20103513cb0ff17c0409d241010458fa0e /doc | |
parent | 79fc52170edb4919a231234fc14c05640e1ec279 (diff) | |
download | tor-a981c4099af25e8e38ca1fbe4870d09c54d0d20b.tar.gz tor-a981c4099af25e8e38ca1fbe4870d09c54d0d20b.zip |
Implement midpoint functionality for rendezvous points.
svn:r1439
Diffstat (limited to 'doc')
-rw-r--r-- | doc/rend-spec.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/rend-spec.txt b/doc/rend-spec.txt index 32c9f7a8b8..e616b677b3 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 |