This is an automated email from the git hooks/post-receive script.
dgoulet pushed a change to branch main in repository torspec.
from 29fbf57 a few more grammar / whitespace fixes new ba581c9 Clarify that ESTABLISH_INTRO signature doesn't cover SIG_LEN. new 85c2b70 rend-spec-v3 ESTABLISH_INTRO: Actually name which key AUTH_KEY is new 99a5803 Merge branch 'tor-gitlab/mr/118'
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "add" were already present in the repository and have only been added to this reference.
Summary of changes: rend-spec-v3.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-)
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
commit ba581c95bfdad21f2f0e9c233af0ccd90ab34518 Author: Nick Mathewson nickm@torproject.org AuthorDate: Wed Mar 1 07:42:22 2023 -0500
Clarify that ESTABLISH_INTRO signature doesn't cover SIG_LEN.
The previous wording implied that SIG_LEN was also signed, which it isn't. --- rend-spec-v3.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rend-spec-v3.txt b/rend-spec-v3.txt index 5a130f9..01a48df 100644 --- a/rend-spec-v3.txt +++ b/rend-spec-v3.txt @@ -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
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
commit 85c2b704ac41796e3037a7d87f74cbba43b53822 Author: Ian Jackson ijackson@chiark.greenend.org.uk AuthorDate: Wed Mar 1 15:11:57 2023 +0000
rend-spec-v3 ESTABLISH_INTRO: Actually name which key AUTH_KEY is
Really, AUTH_KEY in the display ought to be KP_IPT_SID, to get rid of a layer of terminological indirection. --- rend-spec-v3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/rend-spec-v3.txt b/rend-spec-v3.txt index 5a130f9..f6501b0 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
This is an automated email from the git hooks/post-receive script.
dgoulet pushed a commit to branch main in repository torspec.
commit 99a5803fa770df05dbe7002bb7e6b62eb74b8aed Merge: ba581c9 85c2b70 Author: David Goulet dgoulet@torproject.org AuthorDate: Tue Mar 7 08:48:05 2023 -0500
Merge branch 'tor-gitlab/mr/118'
rend-spec-v3.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
tor-commits@lists.torproject.org