diff options
author | Damien Miller <djm@cvs.openbsd.org> | 2019-11-18 04:29:51 +0000 |
---|---|---|
committer | Damien Miller <djm@cvs.openbsd.org> | 2019-11-18 04:29:51 +0000 |
commit | ae23a68c64bf138dd24fdc67d4f41341a02d36ba (patch) | |
tree | 2e74e25368c27d7d2f36d5706e4b29957c440579 /usr.bin/ssh/PROTOCOL.u2f | |
parent | bd98da5302e41804ea4a7ffccad2b8ca9e32b01f (diff) |
correct order or ecdsa-sk private key fields
Diffstat (limited to 'usr.bin/ssh/PROTOCOL.u2f')
-rw-r--r-- | usr.bin/ssh/PROTOCOL.u2f | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.bin/ssh/PROTOCOL.u2f b/usr.bin/ssh/PROTOCOL.u2f index 4bd166bbb82..8ccd20b5682 100644 --- a/usr.bin/ssh/PROTOCOL.u2f +++ b/usr.bin/ssh/PROTOCOL.u2f @@ -68,8 +68,8 @@ The corresponding private key contains: string curve name ec_point Q string application (user-specified, but typically "ssh:") + uint8 flags string key_handle - uint32 flags string reserved The certificate form of a SSH U2F key appends the usual certificate |