aboutsummaryrefslogtreecommitdiff
path: root/tor-spec.txt
diff options
context:
space:
mode:
authorteor <teor@torproject.org>2018-07-19 13:33:49 +1000
committerNick Mathewson <nickm@torproject.org>2018-07-20 10:39:32 -0400
commitb19196bfb069985b82fbccf1557cbcba94f4f7e9 (patch)
tree287c18edbed6f12632ae5eea0580c552ef84a8e6 /tor-spec.txt
parent3347808b4fe15e290a9b2c4941ee52738c849992 (diff)
downloadtorspec-b19196bfb069985b82fbccf1557cbcba94f4f7e9.tar.gz
torspec-b19196bfb069985b82fbccf1557cbcba94f4f7e9.zip
tor-spec: fix some section numbers
Diffstat (limited to 'tor-spec.txt')
-rw-r--r--tor-spec.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/tor-spec.txt b/tor-spec.txt
index d706025..09d17a3 100644
--- a/tor-spec.txt
+++ b/tor-spec.txt
@@ -889,7 +889,7 @@ see tor-design.pdf.
The first format is equivalent to a CREATE2 cell with HTYPE of 'tap'
and length of TAP_C_HANDSHAKE_LEN. The second format is a way to
encapsulate new handshake types into the old CREATE cell format for
- migration. See 5.1.2.1 below. Recognized HTAG values are:
+ migration. See 5.1.2 below. Recognized HTAG values are:
ntor -- 'ntorNTORntorNTOR'
@@ -1249,7 +1249,7 @@ see tor-design.pdf.
1. Create an onion skin, encrypted to R_M's public onion key.
2. Send the onion skin in a relay EXTEND cell along
- the circuit (see section 5).
+ the circuit (see sections 5.1.2 and 5.5).
3. When a relay EXTENDED cell is received, verify KH, and
calculate the shared keys. The circuit is now extended.