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

Diff for /src/usr.bin/ssh/authfd.h between version 1.38 and 1.39

version 1.38, 2015/01/14 20:05:27 version 1.39, 2015/12/04 16:41:28
Line 41 
Line 41 
             u_char session_id[16], u_char response[16]);              u_char session_id[16], u_char response[16]);
 int     ssh_agent_sign(int sock, struct sshkey *key,  int     ssh_agent_sign(int sock, struct sshkey *key,
             u_char **sigp, size_t *lenp,              u_char **sigp, size_t *lenp,
             const u_char *data, size_t datalen, u_int compat);              const u_char *data, size_t datalen, const char *alg, u_int compat);
   
 /* Messages for the authentication agent connection. */  /* Messages for the authentication agent connection. */
 #define SSH_AGENTC_REQUEST_RSA_IDENTITIES       1  #define SSH_AGENTC_REQUEST_RSA_IDENTITIES       1
Line 86 
Line 86 
 #define SSH_COM_AGENT2_FAILURE                  102  #define SSH_COM_AGENT2_FAILURE                  102
   
 #define SSH_AGENT_OLD_SIGNATURE                 0x01  #define SSH_AGENT_OLD_SIGNATURE                 0x01
   #define SSH_AGENT_RSA_SHA2_256                  0x02
   #define SSH_AGENT_RSA_SHA2_512                  0x04
   
 #endif                          /* AUTHFD_H */  #endif                          /* AUTHFD_H */

Legend:
Removed from v.1.38  
changed lines
  Added in v.1.39