[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.30 and 1.31

version 1.30, 2012/10/04 13:21:50 version 1.31, 2012/12/11 22:31:18
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-etm@openssh.com," \
           "hmac-sha1-etm@openssh.com," \
           "umac-64-etm@openssh.com," \
           "umac-128-etm@openssh.com," \
           "hmac-sha2-256-etm@openssh.com," \
           "hmac-sha2-512-etm@openssh.com," \
           "hmac-ripemd160-etm@openssh.com," \
           "hmac-sha1-96-etm@openssh.com," \
           "hmac-md5-96-etm@openssh.com," \
         "hmac-md5," \          "hmac-md5," \
         "hmac-sha1," \          "hmac-sha1," \
         "umac-64@openssh.com," \          "umac-64@openssh.com," \

Legend:
Removed from v.1.30  
changed lines
  Added in v.1.31