summaryrefslogtreecommitdiff
path: root/PROTOCOL.u2f
diff options
context:
space:
mode:
Diffstat (limited to 'PROTOCOL.u2f')
-rw-r--r--PROTOCOL.u2f8
1 files changed, 4 insertions, 4 deletions
diff --git a/PROTOCOL.u2f b/PROTOCOL.u2f
index 4e3896419..eabbd7279 100644
--- a/PROTOCOL.u2f
+++ b/PROTOCOL.u2f
@@ -149,7 +149,7 @@ following format:
149SSH U2F signatures 149SSH U2F signatures
150------------------ 150------------------
151 151
152In addition to the message to be signed, the U2F signature operation 152In addition to the message to be signed, the U2F signature operation
153requires a few additional parameters: 153requires a few additional parameters:
154 154
155 byte control bits (e.g. "user presence required" flag) 155 byte control bits (e.g. "user presence required" flag)
@@ -271,7 +271,7 @@ The middleware library need only expose a handful of functions:
271 const uint8_t *key_handle, size_t key_handle_len, 271 const uint8_t *key_handle, size_t key_handle_len,
272 uint8_t flags, struct sk_sign_response **sign_response); 272 uint8_t flags, struct sk_sign_response **sign_response);
273 273
274In OpenSSH, these will be invoked by generalising the existing 274In OpenSSH, these will be invoked by using a similar mechanism to
275ssh-pkcs11-helper mechanism to provide containment of the middleware from 275ssh-pkcs11-helper to provide address-space containment of the
276ssh-agent. 276middleware from ssh-agent.
277 277