[BACK]Return to PROTOCOL.u2f CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/PROTOCOL.u2f between version 1.8 and 1.9

version 1.8, 2019/11/19 22:23:19 version 1.9, 2019/11/28 05:20:54
Line 149 
Line 149 
 SSH U2F signatures  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:  requires a few additional parameters:
   
         byte            control bits (e.g. "user presence required" flag)          byte            control bits (e.g. "user presence required" flag)
Line 271 
Line 271 
             const uint8_t *key_handle, size_t key_handle_len,              const uint8_t *key_handle, size_t key_handle_len,
             uint8_t flags, struct sk_sign_response **sign_response);              uint8_t flags, struct sk_sign_response **sign_response);
   
 In OpenSSH, these will be invoked by generalising the existing  In OpenSSH, these will be invoked by using a similar mechanism to
 ssh-pkcs11-helper mechanism to provide containment of the middleware from  ssh-pkcs11-helper to provide address-space containment of the
 ssh-agent.  middleware from ssh-agent.
   

Legend:
Removed from v.1.8  
changed lines
  Added in v.1.9