aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--rend-spec-v3.txt6
1 files changed, 3 insertions, 3 deletions
diff --git a/rend-spec-v3.txt b/rend-spec-v3.txt
index 5a130f9..3f76824 100644
--- a/rend-spec-v3.txt
+++ b/rend-spec-v3.txt
@@ -1614,7 +1614,7 @@ Table of contents:
The AUTH_KEY_LEN field determines the length of the AUTH_KEY
field. The AUTH_KEY field contains the public introduction point
- authentication key.
+ authentication key, KP_hs_ipt_sid.
The EXT_FIELD_TYPE, EXT_FIELD_LEN, EXT_FIELD entries are reserved for
extensions to the introduction protocol. Extensions with
@@ -1638,8 +1638,8 @@ Table of contents:
SIG_LEN is the length of the signature.
SIG is a signature, using AUTH_KEY, of all contents of the cell, up
- to but not including SIG. These contents are prefixed with the string
- "Tor establish-intro cell v1".
+ to but not including SIG_LEN and SIG. These contents are prefixed
+ with the string "Tor establish-intro cell v1".
Upon receiving an ESTABLISH_INTRO cell, a Tor node first decodes the
key and the signature, and checks the signature. The node must reject