summaryrefslogtreecommitdiff
path: root/PROTOCOL.u2f
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-11-18 04:29:50 +0000
committerDamien Miller <djm@mindrot.org>2019-11-18 15:57:17 +1100
commit71856e1142fc01628ce53098f8cfc74765464b35 (patch)
treef1539925f006c5fc274c03295d4333fe521374ff /PROTOCOL.u2f
parent93fa2a6649ae3e0626cbff25c985a4573d63e3f2 (diff)
upstream: correct order or ecdsa-sk private key fields
OpenBSD-Commit-ID: 4d4a0c13226a79f0080ce6cbe74f73b03ed8092e
Diffstat (limited to 'PROTOCOL.u2f')
-rw-r--r--PROTOCOL.u2f2
1 files changed, 1 insertions, 1 deletions
diff --git a/PROTOCOL.u2f b/PROTOCOL.u2f
index 4bd166bbb..8ccd20b56 100644
--- a/PROTOCOL.u2f
+++ b/PROTOCOL.u2f
@@ -68,8 +68,8 @@ The corresponding private key contains:
68 string curve name 68 string curve name
69 ec_point Q 69 ec_point Q
70 string application (user-specified, but typically "ssh:") 70 string application (user-specified, but typically "ssh:")
71 uint8 flags
71 string key_handle 72 string key_handle
72 uint32 flags
73 string reserved 73 string reserved
74 74
75The certificate form of a SSH U2F key appends the usual certificate 75The certificate form of a SSH U2F key appends the usual certificate