[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.39 and 1.40

version 1.39, 2014/04/29 18:01:49 version 1.40, 2014/04/30 19:07:48
Line 98 
Line 98 
         "aes128-ctr,aes192-ctr,aes256-ctr," \          "aes128-ctr,aes192-ctr,aes256-ctr," \
         "chacha20-poly1305@openssh.com"          "chacha20-poly1305@openssh.com"
 #define KEX_SERVER_MAC \  #define KEX_SERVER_MAC \
           "umac-64-etm@openssh.com," \
           "umac-128-etm@openssh.com," \
         "hmac-sha2-256-etm@openssh.com," \          "hmac-sha2-256-etm@openssh.com," \
         "hmac-sha2-512-etm@openssh.com," \          "hmac-sha2-512-etm@openssh.com," \
           "umac-64@openssh.com," \
           "umac-128@openssh.com," \
         "hmac-sha2-256," \          "hmac-sha2-256," \
         "hmac-sha2-512"          "hmac-sha2-512"
   

Legend:
Removed from v.1.39  
changed lines
  Added in v.1.40