[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.33 and 1.34

version 1.33, 2013/11/02 21:59:15 version 1.34, 2013/11/21 00:45:44
Line 52 
Line 52 
         "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-gcm@openssh.com,aes256-gcm@openssh.com," \
           "chacha20-poly1305@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.33  
changed lines
  Added in v.1.34