summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordjm <djm@openbsd.org>2019-11-28 05:20:54 +0000
committerdjm <djm@openbsd.org>2019-11-28 05:20:54 +0000
commit9b45e825abe3c0484cb6da87831dc266990d043e (patch)
tree3caadb1d58fc96f5f90f108c4f4ee97d09bf9ce0
parentsync (diff)
downloadwireguard-openbsd-9b45e825abe3c0484cb6da87831dc266990d043e.tar.xz
wireguard-openbsd-9b45e825abe3c0484cb6da87831dc266990d043e.zip
tweak wording
-rw-r--r--usr.bin/ssh/PROTOCOL.u2f8
1 files changed, 4 insertions, 4 deletions
diff --git a/usr.bin/ssh/PROTOCOL.u2f b/usr.bin/ssh/PROTOCOL.u2f
index 4e3896419f1..eabbd72791a 100644
--- a/usr.bin/ssh/PROTOCOL.u2f
+++ b/usr.bin/ssh/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.