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

version 1.4, 2008/07/01 23:12:47 version 1.5, 2010/02/26 20:29:54
Line 173 
Line 173 
         string                  key_comment          string                  key_comment
         constraint[]            key_constraints          constraint[]            key_constraints
   
   DSA certificates may be added with:
           byte                    SSH2_AGENTC_ADD_IDENTITY or
                                   SSH2_AGENTC_ADD_ID_CONSTRAINED
           string                  "ssh-dss-cert-v00@openssh.com"
           string                  certificate
           mpint                   dsa_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
Line 180 
Line 189 
         string                  "ssh-rsa"          string                  "ssh-rsa"
         mpint                   rsa_n          mpint                   rsa_n
         mpint                   rsa_e          mpint                   rsa_e
           mpint                   rsa_d
           mpint                   rsa_iqmp
           mpint                   rsa_p
           mpint                   rsa_q
           string                  key_comment
           constraint[]            key_constraints
   
   RSA certificates may be added with this request:
   
           byte                    SSH2_AGENTC_ADD_IDENTITY or
                                   SSH2_AGENTC_ADD_ID_CONSTRAINED
           string                  "ssh-rsa-cert-v00@openssh.com"
           string                  certificate
         mpint                   rsa_d          mpint                   rsa_d
         mpint                   rsa_iqmp          mpint                   rsa_iqmp
         mpint                   rsa_p          mpint                   rsa_p

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