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

Diff for /src/usr.bin/ssh/PROTOCOL.agent between version 1.10 and 1.11

version 1.10, 2016/05/04 12:16:39 version 1.11, 2016/05/19 07:45:32
Line 210 
Line 210 
         byte                    SSH2_AGENTC_ADD_IDENTITY or          byte                    SSH2_AGENTC_ADD_IDENTITY or
                                 SSH2_AGENTC_ADD_ID_CONSTRAINED                                  SSH2_AGENTC_ADD_ID_CONSTRAINED
         string                  "ssh-ed25519"          string                  "ssh-ed25519"
         mpint                   ed25519_public_key          string                  ed25519_public_key
         mpint                   ed25519_private_key          string                  ed25519_private_key || ed25519_public_key
         string                  key_comment          string                  key_comment
         constraint[]            key_constraints          constraint[]            key_constraints
   
Line 220 
Line 220 
                                 SSH2_AGENTC_ADD_ID_CONSTRAINED                                  SSH2_AGENTC_ADD_ID_CONSTRAINED
         string                  "ssh-ed25519-cert-v01@openssh.com"          string                  "ssh-ed25519-cert-v01@openssh.com"
         string                  certificate          string                  certificate
         mpint                   ed25519_public_key          string                  ed25519_public_key
         mpint                   ed25519_private_key          string                  ed25519_private_key || ed25519_public_key
         string                  key_comment          string                  key_comment
         constraint[]            key_constraints          constraint[]            key_constraints
   
   For both ssh-ed25519 and ssh-ed25519-cert-v01@openssh.com keys, the private
   key has the public key appended (for historical reasons).
   
 RSA keys may be added with this request:  RSA keys may be added with this request:
   

Legend:
Removed from v.1.10  
changed lines
  Added in v.1.11