[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.27 and 1.28

version 1.27, 2010/09/01 22:42:13 version 1.28, 2011/08/02 01:22:11
Line 53 
Line 53 
         "aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc," \          "aes128-cbc,3des-cbc,blowfish-cbc,cast128-cbc," \
         "aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se"          "aes192-cbc,aes256-cbc,arcfour,rijndael-cbc@lysator.liu.se"
 #define KEX_DEFAULT_MAC \  #define KEX_DEFAULT_MAC \
         "hmac-md5,hmac-sha1,umac-64@openssh.com,hmac-ripemd160," \          "hmac-md5," \
           "hmac-sha1," \
           "umac-64@openssh.com," \
           "hmac-sha2-256," \
           "hmac-sha2-256-96," \
           "hmac-sha2-512," \
           "hmac-sha2-512-96," \
           "hmac-ripemd160," \
         "hmac-ripemd160@openssh.com," \          "hmac-ripemd160@openssh.com," \
         "hmac-sha1-96,hmac-md5-96"          "hmac-sha1-96," \
           "hmac-md5-96"
   
 #define KEX_DEFAULT_COMP        "none,zlib@openssh.com,zlib"  #define KEX_DEFAULT_COMP        "none,zlib@openssh.com,zlib"
 #define KEX_DEFAULT_LANG        ""  #define KEX_DEFAULT_LANG        ""
   

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