]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
upstream: tweak wording
authordjm@openbsd.org <djm@openbsd.org>
Thu, 28 Nov 2019 05:20:54 +0000 (05:20 +0000)
committerDamien Miller <djm@mindrot.org>
Thu, 28 Nov 2019 06:54:42 +0000 (17:54 +1100)
OpenBSD-Commit-ID: bd002ca1599b71331faca735ff5f6de29e32222e

PROTOCOL.u2f

index 4e3896419f1e21012e3cda096e9ed3999815577c..eabbd72791acd3528ef1b66346b271b2622d9fae 100644 (file)
@@ -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.