[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.26 and 1.27

version 1.26, 2010/08/31 11:54:45 version 1.27, 2010/09/01 22:42:13
Line 25 
Line 25 
  */   */
   
 #define KEX_DEFAULT_KEX         \  #define KEX_DEFAULT_KEX         \
         "ecdh-sha2-nistp521," \  
         "ecdh-sha2-nistp256," \          "ecdh-sha2-nistp256," \
         "ecdh-sha2-nistp384," \          "ecdh-sha2-nistp384," \
           "ecdh-sha2-nistp521," \
         "diffie-hellman-group-exchange-sha256," \          "diffie-hellman-group-exchange-sha256," \
         "diffie-hellman-group-exchange-sha1," \          "diffie-hellman-group-exchange-sha1," \
         "diffie-hellman-group14-sha1," \          "diffie-hellman-group14-sha1," \

Legend:
Removed from v.1.26  
changed lines
  Added in v.1.27