summaryrefslogtreecommitdiff
path: root/PROTOCOL.u2f
diff options
context:
space:
mode:
Diffstat (limited to 'PROTOCOL.u2f')
-rw-r--r--PROTOCOL.u2f6
1 files changed, 3 insertions, 3 deletions
diff --git a/PROTOCOL.u2f b/PROTOCOL.u2f
index 748111d56..917e669cd 100644
--- a/PROTOCOL.u2f
+++ b/PROTOCOL.u2f
@@ -142,7 +142,7 @@ choose not to include this information in the public key or save it by
142default. 142default.
143 143
144Attestation information is useful for out-of-band key and certificate 144Attestation information is useful for out-of-band key and certificate
145registration worksflows, e.g. proving to a CA that a key is backed 145registration workflows, e.g. proving to a CA that a key is backed
146by trusted hardware before it will issue a certificate. To support this 146by trusted hardware before it will issue a certificate. To support this
147case, OpenSSH optionally allows retaining the attestation information 147case, OpenSSH optionally allows retaining the attestation information
148at the time of key generation. It will take the following format: 148at the time of key generation. It will take the following format:
@@ -169,7 +169,7 @@ is signed over a blob that consists of:
169 byte[] extensions 169 byte[] extensions
170 byte[32] SHA256(message) 170 byte[32] SHA256(message)
171 171
172No extensons are yet defined for SSH use. If any are defined in the future, 172No extensions are yet defined for SSH use. If any are defined in the future,
173it will be possible to infer their presence from the contents of the "flags" 173it will be possible to infer their presence from the contents of the "flags"
174value. 174value.
175 175
@@ -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 */