aboutsummaryrefslogtreecommitdiff
path: root/spec/ssh-protocols.md
diff options
context:
space:
mode:
authorIan Jackson <ijackson@chiark.greenend.org.uk>2023-11-15 22:53:44 +0000
committerIan Jackson <ijackson@chiark.greenend.org.uk>2023-11-15 22:55:44 +0000
commita8fa18361c5a4fdca23e71876f20a130892e3e3b (patch)
tree05257e8523dd32315963357cce1f873ade1f2d7d /spec/ssh-protocols.md
parentd2ef5c4d2491c9aef5c1722976d651dd5205f5d4 (diff)
downloadtorspec-a8fa18361c5a4fdca23e71876f20a130892e3e3b.tar.gz
torspec-a8fa18361c5a4fdca23e71876f20a130892e3e3b.zip
ssh-protocols: x25519@spec.tpo: Add span for uselss wrap para
Diffstat (limited to 'spec/ssh-protocols.md')
-rw-r--r--spec/ssh-protocols.md6
1 files changed, 4 insertions, 2 deletions
diff --git a/spec/ssh-protocols.md b/spec/ssh-protocols.md
index 021b277..4f765a2 100644
--- a/spec/ssh-protocols.md
+++ b/spec/ssh-protocols.md
@@ -190,13 +190,15 @@ it MUST NOT be used unchanged, but MUST instead be clamped.
Keys whose `string` wrapper is not of the expected length MUST be rejected.
-> The `string` wrapper is useless,
+> <span id="useless-string">The
+> `string` wrapper is useless,
> but the same wrapper approach is used in official SSH for
> ed25519 public keys ([RFC8709
> s4](https://datatracker.ietf.org/doc/html/rfc8709#name-public-key-format)).
> and for ed25519 private keys in the SSH agent protocol
> ([draft-miller-ssh-agent-04 4.2.3](https://datatracker.ietf.org/doc/html/draft-miller-ssh-agent-04#section-4.2.3)).
-> We do the same here for consistency (and implementation convenience).
+> We do the same here for consistency
+> (and implementation convenience).</span>
> X25519 keys are
> [interconvertible with ed25519 keys](dir-spec/converting-to-ed25519.md).