summaryrefslogtreecommitdiff
path: root/PROTOCOL.u2f
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2020-04-28 04:02:29 +0000
committerDamien Miller <djm@mindrot.org>2020-05-01 13:13:29 +1000
commit59d2de956ed29aa5565ed5e5947a7abdb27ac013 (patch)
tree983def72c15590c50a0319c8048b9a7d56961edf /PROTOCOL.u2f
parentc9d10dbc0ccfb1c7568bbb784f7aeb7a0b5ded12 (diff)
upstream: when signing a challenge using a FIDO toke, perform the
hashing in the middleware layer rather than in ssh code. This allows middlewares that call APIs that perform the hashing implicitly (including Microsoft's AFAIK). ok markus@ OpenBSD-Commit-ID: c9fc8630aba26c75d5016884932f08a5a237f37d
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 459958701..917e669cd 100644
--- a/PROTOCOL.u2f
+++ b/PROTOCOL.u2f
@@ -236,7 +236,7 @@ support for the common case of USB HID security keys internally.
236 236
237The middleware library need only expose a handful of functions: 237The middleware library need only expose a handful of functions:
238 238
239 #define SSH_SK_VERSION_MAJOR 0x00040000 /* API version */ 239 #define SSH_SK_VERSION_MAJOR 0x00050000 /* API version */
240 #define SSH_SK_VERSION_MAJOR_MASK 0xffff0000 240 #define SSH_SK_VERSION_MAJOR_MASK 0xffff0000
241 241
242 /* Flags */ 242 /* Flags */