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

Diff for /src/usr.bin/ssh/kex.h between version 1.74 and 1.75

version 1.74, 2015/12/04 16:41:28 version 1.75, 2016/01/14 16:17:39
Line 40 
Line 40 
 #define KEX_DH14                "diffie-hellman-group14-sha1"  #define KEX_DH14                "diffie-hellman-group14-sha1"
 #define KEX_DHGEX_SHA1          "diffie-hellman-group-exchange-sha1"  #define KEX_DHGEX_SHA1          "diffie-hellman-group-exchange-sha1"
 #define KEX_DHGEX_SHA256        "diffie-hellman-group-exchange-sha256"  #define KEX_DHGEX_SHA256        "diffie-hellman-group-exchange-sha256"
 #define KEX_RESUME              "resume@appgate.com"  
 #define KEX_ECDH_SHA2_NISTP256  "ecdh-sha2-nistp256"  #define KEX_ECDH_SHA2_NISTP256  "ecdh-sha2-nistp256"
 #define KEX_ECDH_SHA2_NISTP384  "ecdh-sha2-nistp384"  #define KEX_ECDH_SHA2_NISTP384  "ecdh-sha2-nistp384"
 #define KEX_ECDH_SHA2_NISTP521  "ecdh-sha2-nistp521"  #define KEX_ECDH_SHA2_NISTP521  "ecdh-sha2-nistp521"
Line 119 
Line 118 
         int     hostkey_type;          int     hostkey_type;
         int     hostkey_nid;          int     hostkey_nid;
         u_int   kex_type;          u_int   kex_type;
         int     roaming;  
         int     rsa_sha2;          int     rsa_sha2;
         int     ext_info_c;          int     ext_info_c;
         struct sshbuf *my;          struct sshbuf *my;

Legend:
Removed from v.1.74  
changed lines
  Added in v.1.75