[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.21 and 1.22

version 1.21, 2006/03/25 22:22:43 version 1.22, 2007/06/07 19:37:34
Line 35 
Line 35 
         "aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se," \          "aes192-cbc,aes256-cbc,rijndael-cbc@lysator.liu.se," \
         "aes128-ctr,aes192-ctr,aes256-ctr"          "aes128-ctr,aes192-ctr,aes256-ctr"
 #define KEX_DEFAULT_MAC \  #define KEX_DEFAULT_MAC \
         "hmac-md5,hmac-sha1,hmac-ripemd160," \          "hmac-md5,hmac-sha1,umac-64@openssh.com,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"

Legend:
Removed from v.1.21  
changed lines
  Added in v.1.22