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

Diff for /src/usr.bin/ssh/myproposal.h between version 1.50 and 1.51

version 1.50, 2016/02/09 05:30:04 version 1.51, 2016/05/02 10:26:04
Line 31 
Line 31 
         "ecdh-sha2-nistp256," \          "ecdh-sha2-nistp256," \
         "ecdh-sha2-nistp384," \          "ecdh-sha2-nistp384," \
         "ecdh-sha2-nistp521," \          "ecdh-sha2-nistp521," \
         "diffie-hellman-group-exchange-sha256"          "diffie-hellman-group-exchange-sha256," \
           "diffie-hellman-group16-sha512," \
           "diffie-hellman-group18-sha512" \
   
 #define KEX_SERVER_KEX KEX_COMMON_KEX "," \  #define KEX_SERVER_KEX KEX_COMMON_KEX "," \
           "diffie-hellman-group14-sha256," \
         "diffie-hellman-group14-sha1"          "diffie-hellman-group14-sha1"
   
 #define KEX_CLIENT_KEX KEX_COMMON_KEX "," \  #define KEX_CLIENT_KEX KEX_COMMON_KEX "," \
         "diffie-hellman-group-exchange-sha1," \          "diffie-hellman-group-exchange-sha1," \
           "diffie-hellman-group14-sha256," \
         "diffie-hellman-group14-sha1"          "diffie-hellman-group14-sha1"
   
 #define KEX_DEFAULT_PK_ALG      \  #define KEX_DEFAULT_PK_ALG      \

Legend:
Removed from v.1.50  
changed lines
  Added in v.1.51