aboutsummaryrefslogtreecommitdiff
path: root/spec/tor-spec/negotiating-channels.md
diff options
context:
space:
mode:
authorNick Mathewson <nickm@torproject.org>2023-11-09 14:03:03 +0000
committerNick Mathewson <nickm@torproject.org>2023-11-09 14:03:03 +0000
commita2d16774eb7da56903b2e8e7b23a1282cf55385a (patch)
tree2eb86ec6b409f009a1d8e5a481a63f3e4f1a296a /spec/tor-spec/negotiating-channels.md
parent4b245187d868a1b78d0a1f81c4a8b76efbcb7993 (diff)
parent560c34381a202fe54124cc300d2d40773bec235f (diff)
downloadtorspec-a2d16774eb7da56903b2e8e7b23a1282cf55385a.tar.gz
torspec-a2d16774eb7da56903b2e8e7b23a1282cf55385a.zip
Merge branch 'linklint' into 'main'
Fix linklint script and broken links See merge request tpo/core/torspec!210
Diffstat (limited to 'spec/tor-spec/negotiating-channels.md')
-rw-r--r--spec/tor-spec/negotiating-channels.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/tor-spec/negotiating-channels.md b/spec/tor-spec/negotiating-channels.md
index 2501d7f..c328e12 100644
--- a/spec/tor-spec/negotiating-channels.md
+++ b/spec/tor-spec/negotiating-channels.md
@@ -10,7 +10,7 @@ which we describe in [another section](./obsolete-channels.md).
In brief:
- The initiator starts the handshake
by [opening a TLS connection](#tls).
- - Both parties send a [VERSIONS](#VERSIONS-cell)
+ - Both parties send a [VERSIONS](#VERSIONS-cells)
to negotiate the protocol version to use.
- The responder sends a
[CERTS cell](#CERTS-cells) to give the
@@ -145,7 +145,7 @@ Relevant certType values are:
| 7 | Ed25519 identity, signed with RSA identity.
The certificate format for certificate types 1-3 is DER encoded X509.
-For others, the format is as documented in [a later section](./cert-spec.md)
+For others, the format is as documented in [a later section](../cert-spec.md)
Note that type 7 uses a different format from types 4-6.