[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.19 and 1.20

version 1.19, 2006/03/07 09:07:40 version 1.20, 2006/03/19 18:53:12
Line 26 
Line 26 
 #define KEX_DEFAULT_KEX         \  #define KEX_DEFAULT_KEX         \
         "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," \
         "diffie-hellman-group1-sha1"          "diffie-hellman-group1-sha1"
 #define KEX_DEFAULT_PK_ALG      "ssh-rsa,ssh-dss"  #define KEX_DEFAULT_PK_ALG      "ssh-rsa,ssh-dss"
 #define KEX_DEFAULT_ENCRYPT \  #define KEX_DEFAULT_ENCRYPT \
         "aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc," \          "aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc," \

Legend:
Removed from v.1.19  
changed lines
  Added in v.1.20