[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.4 and 1.5

version 1.4, 2019/11/12 19:34:40 version 1.5, 2019/11/18 04:16:53
Line 58 
Line 58 
 The format of a sk-ecdsa-sha2-nistp256@openssh.com public key is:  The format of a sk-ecdsa-sha2-nistp256@openssh.com public key is:
   
         string          "sk-ecdsa-sha2-nistp256@openssh.com"          string          "sk-ecdsa-sha2-nistp256@openssh.com"
           string          curve name
         ec_point        Q          ec_point        Q
         string          application (user-specified, but typically "ssh:")          string          application (user-specified, but typically "ssh:")
   
 The corresponding private key contains:  The corresponding private key contains:
   
         string          "sk-ecdsa-sha2-nistp256@openssh.com"          string          "sk-ecdsa-sha2-nistp256@openssh.com"
           string          curve name
         ec_point        Q          ec_point        Q
         string          application (user-specified, but typically "ssh:")          string          application (user-specified, but typically "ssh:")
         string          key_handle          string          key_handle
Line 75 
Line 77 
   
         string          "sk-ecdsa-sha2-nistp256-cert-v01@openssh.com"          string          "sk-ecdsa-sha2-nistp256-cert-v01@openssh.com"
         string          nonce          string          nonce
           string          curve name
         ec_point        Q          ec_point        Q
         string          application          string          application
         uint64          serial          uint64          serial

Legend:
Removed from v.1.4  
changed lines
  Added in v.1.5