aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-02-06 21:01:00 +0000
committerNick Mathewson <nickm@torproject.org>2023-02-06 21:01:00 +0000
commit46356d252f16e20b3d7e6db24a51076bc90b8855 (patch)
treef130cbc90e4c2c78d93bc9e3e7c6bd3b2c8249de
parente4596ecced32a08c0d9437722fe6354092e405ec (diff)
parent39513369c7bc3c29a8514b2048ad08f42376b034 (diff)
downloadtorspec-46356d252f16e20b3d7e6db24a51076bc90b8855.tar.gz
torspec-46356d252f16e20b3d7e6db24a51076bc90b8855.zip
Merge branch 'hs-htype' into 'main'
Fix terminology for handshake type See merge request tpo/core/torspec!112
-rw-r--r--rend-spec-v3.txt8
-rw-r--r--tor-spec.txt2
2 files changed, 5 insertions, 5 deletions
diff --git a/rend-spec-v3.txt b/rend-spec-v3.txt
index 805e0d9..51267ec 100644
--- a/rend-spec-v3.txt
+++ b/rend-spec-v3.txt
@@ -1344,10 +1344,10 @@ Table of contents:
[Exactly once]
- A space-separated list of integers denoting CREATE2 cell format numbers
- that the server recognizes. Must include at least ntor as described in
- tor-spec.txt. See tor-spec section 5.1 for a list of recognized
- handshake types.
+ A space-separated list of integers denoting CREATE2 cell HTYPEs
+ (handshake types) that the server recognizes. Must include at least
+ ntor as described in tor-spec.txt. See tor-spec section 5.1 for a list
+ of recognized handshake types.
"intro-auth-required" SP types NL
diff --git a/tor-spec.txt b/tor-spec.txt
index e522135..9aa4cc4 100644
--- a/tor-spec.txt
+++ b/tor-spec.txt
@@ -1022,7 +1022,7 @@ see tor-design.pdf.
HLEN (Server Handshake Data Len) [2 bytes]
HDATA (Server Handshake Data) [HLEN bytes]
- Recognized handshake types are:
+ Recognized HTYPEs (handshake types) are:
0x0000 TAP -- the original Tor handshake; see 5.1.3
0x0001 reserved