[tor-commits] [torspec/master] prop224: Missing INTRODUCE1 field in the ntor handshake section

dgoulet at torproject.org dgoulet at torproject.org
Sun Jul 23 12:52:21 UTC 2017


commit 782ac3024fa648741157451ba31cdd7c0867a45d
Author: David Goulet <dgoulet at torproject.org>
Date:   Sun Jul 23 08:48:10 2017 -0400

    prop224: Missing INTRODUCE1 field in the ntor handshake section
    
    Section 3.3.2 is showing the layout of an INTRODUCE1 cell but was missing a
    field that we need to do the MAC computation.
    
    Signed-off-by: David Goulet <dgoulet at torproject.org>
---
 proposals/224-rend-spec-ng.txt | 1 +
 1 file changed, 1 insertion(+)

diff --git a/proposals/224-rend-spec-ng.txt b/proposals/224-rend-spec-ng.txt
index 2619c66..dda7eb2 100644
--- a/proposals/224-rend-spec-ng.txt
+++ b/proposals/224-rend-spec-ng.txt
@@ -1675,6 +1675,7 @@ Table of contents:
    Substituting those fields into the INTRODUCE1 cell body format
    described in [FMT_INTRO1] above, we have
 
+            LEGACY_KEY_ID               [20 bytes]
             AUTH_KEY_TYPE               [1 byte]
             AUTH_KEY_LEN                [2 bytes]
             AUTH_KEY                    [AUTH_KEY_LEN bytes]



More information about the tor-commits mailing list