diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/TODO | 4 | ||||
-rw-r--r-- | doc/rend-spec.txt | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -105,9 +105,9 @@ Rendezvous service: can be in.) [NM] o Add circuit metadata [NM] 3 hours - Code to configure hidden services [NM] 4 hours - - Service descriptors + . Service descriptors - OPs need to maintain identity keys for hidden services [NM] 1 hour - - Code to generate and parse service descriptors [NM] 4 hours + o Code to generate and parse service descriptors [NM] 4 hours - Advertisement . Generate y.onion hostnames [NM] 1 hour - Code to do an HTTP connection over Tor from within Tor [RD] diff --git a/doc/rend-spec.txt b/doc/rend-spec.txt index 0130d4967e..9c7ad34c23 100644 --- a/doc/rend-spec.txt +++ b/doc/rend-spec.txt @@ -108,13 +108,13 @@ Tor Rendezvous Spec KL Key length [2 octets] PK Bob's public key [KL octets] - TS A timestamp [8 octets] + 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] KL is the length of PK, in octets. (Currently, KL must be 128.) - TS is the number of milliseconds elapsed since Jan 1, 1970. + TS is the number of seconds elapsed since Jan 1, 1970. [Shouldn't the nicknames be hostname:port's instead? That way, Alice's directory servers don't need to know Bob's chosen introduction points. |