[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.8 and 1.9

version 1.8, 2015/05/08 03:56:51 version 1.9, 2016/05/03 10:24:27
Line 206 
Line 206 
         string                  key_comment          string                  key_comment
         constraint[]            key_constraints          constraint[]            key_constraints
   
   ED25519 keys may be added using the following request
           byte                    SSH2_AGENTC_ADD_IDENTITY or
                                   SSH2_AGENTC_ADD_ID_CONSTRAINED
           string                  "ssh-ed25519" 
           mpint                   ed25519_public_key
           mpint                   ed25519_private_key
           string                  key_comment
           constraint[]            key_constraints
   
   ED25519 certificates may be added with:
           byte                    SSH2_AGENTC_ADD_IDENTITY or
                                   SSH2_AGENTC_ADD_ID_CONSTRAINED
           string                  "ssh-ed25519-cert-v01@openssh.com
           string                  certificate
           mpint                   ed25519_public_key
           mpint                   ed25519_private_key
           string                  key_comment
           constraint[]            key_constraints
   
 RSA keys may be added with this request:  RSA keys may be added with this request:
   
         byte                    SSH2_AGENTC_ADD_IDENTITY or          byte                    SSH2_AGENTC_ADD_IDENTITY or

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