[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.23 and 1.24

version 1.23, 2009/01/23 07:58:11 version 1.24, 2010/02/26 20:29:54
Line 28 
Line 28 
         "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-cert-v00@openssh.com," \
                                   "ssh-dss-cert-v00@openssh.com," \
                                   "ssh-rsa,ssh-dss"
   
 #define KEX_DEFAULT_ENCRYPT \  #define KEX_DEFAULT_ENCRYPT \
         "aes128-ctr,aes192-ctr,aes256-ctr," \          "aes128-ctr,aes192-ctr,aes256-ctr," \

Legend:
Removed from v.1.23  
changed lines
  Added in v.1.24