summaryrefslogtreecommitdiff
path: root/PROTOCOL.u2f
diff options
context:
space:
mode:
authordjm@openbsd.org <djm@openbsd.org>2019-11-28 05:20:54 +0000
committerDamien Miller <djm@mindrot.org>2019-11-28 17:54:42 +1100
commit18e84bfdc5906a73405c3b42d7f840013bbffe34 (patch)
treef1368b62f3b2226ff3a061c034aa1bc5775a68fd /PROTOCOL.u2f
parent8ef5bf9d03aa0f047711cff47f5ffbe3b33ff8c9 (diff)
downloadopenssh-git-18e84bfdc5906a73405c3b42d7f840013bbffe34.tar.gz
upstream: tweak wording
OpenBSD-Commit-ID: bd002ca1599b71331faca735ff5f6de29e32222e
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 4e389641..eabbd727 100644
--- a/PROTOCOL.u2f
+++ b/PROTOCOL.u2f
@@ -149,7 +149,7 @@ following format:
SSH U2F signatures
------------------
-In addition to the message to be signed, the U2F signature operation
+In addition to the message to be signed, the U2F signature operation
requires a few additional parameters:
byte control bits (e.g. "user presence required" flag)
@@ -271,7 +271,7 @@ The middleware library need only expose a handful of functions:
const uint8_t *key_handle, size_t key_handle_len,
uint8_t flags, struct sk_sign_response **sign_response);
-In OpenSSH, these will be invoked by generalising the existing
-ssh-pkcs11-helper mechanism to provide containment of the middleware from
-ssh-agent.
+In OpenSSH, these will be invoked by using a similar mechanism to
+ssh-pkcs11-helper to provide address-space containment of the
+middleware from ssh-agent.