[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.31 and 1.32

version 1.31, 2012/12/11 22:31:18 version 1.32, 2013/01/08 18:49:04
Line 50 
Line 50 
 #define KEX_DEFAULT_ENCRYPT \  #define KEX_DEFAULT_ENCRYPT \
         "aes128-ctr,aes192-ctr,aes256-ctr," \          "aes128-ctr,aes192-ctr,aes256-ctr," \
         "arcfour256,arcfour128," \          "arcfour256,arcfour128," \
           "aes128-gcm@openssh.com,aes256-gcm@openssh.com," \
         "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 \

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