[openssh-commits] [openssh] 02/05: upstream: correct order or ecdsa-sk private key fields
git+noreply at mindrot.org
git+noreply at mindrot.org
Mon Nov 18 15:57:22 AEDT 2019
This is an automated email from the git hooks/post-receive script.
djm pushed a commit to branch master
in repository openssh.
commit 71856e1142fc01628ce53098f8cfc74765464b35
Author: djm at openbsd.org <djm at openbsd.org>
Date: Mon Nov 18 04:29:50 2019 +0000
upstream: correct order or ecdsa-sk private key fields
OpenBSD-Commit-ID: 4d4a0c13226a79f0080ce6cbe74f73b03ed8092e
---
PROTOCOL.u2f | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/PROTOCOL.u2f b/PROTOCOL.u2f
index 4bd166bb..8ccd20b5 100644
--- a/PROTOCOL.u2f
+++ b/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
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list