aboutsummaryrefslogtreecommitdiff
path: root/spec
diff options
context:
space:
mode:
authorJim Newsome <jnewsome@torproject.org>2023-11-08 10:13:37 -0600
committerJim Newsome <jnewsome@torproject.org>2023-11-08 10:17:47 -0600
commit1ad6aa3aecd3dac1b4bca4001a53d68e80d128e0 (patch)
treea7ae9fcb903292a748c1a6647bc58bc6570ff132 /spec
parentaba8eb4102da623e08f2886b37a19d65a6928310 (diff)
downloadtorspec-1ad6aa3aecd3dac1b4bca4001a53d68e80d128e0.tar.gz
torspec-1ad6aa3aecd3dac1b4bca4001a53d68e80d128e0.zip
relay-keys.md: fix malformed links
Diffstat (limited to 'spec')
-rw-r--r--spec/tor-spec/relay-keys.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/spec/tor-spec/relay-keys.md b/spec/tor-spec/relay-keys.md
index 847e1e3..42b4c3c 100644
--- a/spec/tor-spec/relay-keys.md
+++ b/spec/tor-spec/relay-keys.md
@@ -103,7 +103,7 @@ When [creating](./create-created-cells.md)
or [extending](./create-created-cells.md#EXTEND)
a circuit,
a client uses this key to perform
-a [one-way authenticated key exchange][cacr2021-goldberg]
+a [one-way authenticated key exchange][cacr2011-goldberg]
with the target relay.
If the recipient does not have the correct private key,
the handshake will fail.
@@ -135,7 +135,7 @@ There are two current kinds of circuit extension keys:
## Channel authentication {#auth}
There are other keys that relays use to authenticate
-as part of their [./channels.md](channel negotiation handshakes).
+as part of their [channel negotiation handshakes](./channels.md).
These keys are authenticated with other, longer lived keys.
Relays MAY rotate them as often as they like,