[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.40 and 1.41

version 1.40, 2014/04/30 19:07:48 version 1.41, 2014/07/11 13:54:34
Line 69 
Line 69 
         "umac-128-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," \
           "hmac-sha1-etm@openssh.com," \
         "umac-64@openssh.com," \          "umac-64@openssh.com," \
         "umac-128@openssh.com," \          "umac-128@openssh.com," \
         "hmac-sha2-256," \          "hmac-sha2-256," \
         "hmac-sha2-512" \          "hmac-sha2-512," \
           "hmac-sha1"
   
 #define KEX_CLIENT_MAC KEX_SERVER_MAC "," \  #define KEX_CLIENT_MAC KEX_SERVER_MAC "," \
         "hmac-md5-etm@openssh.com," \          "hmac-md5-etm@openssh.com," \
         "hmac-sha1-etm@openssh.com," \  
         "hmac-ripemd160-etm@openssh.com," \          "hmac-ripemd160-etm@openssh.com," \
         "hmac-sha1-96-etm@openssh.com," \          "hmac-sha1-96-etm@openssh.com," \
         "hmac-md5-96-etm@openssh.com," \          "hmac-md5-96-etm@openssh.com," \
         "hmac-md5," \          "hmac-md5," \
         "hmac-sha1," \  
         "hmac-ripemd160," \          "hmac-ripemd160," \
         "hmac-ripemd160@openssh.com," \          "hmac-ripemd160@openssh.com," \
         "hmac-sha1-96," \          "hmac-sha1-96," \
Line 102 
Line 102 
         "umac-128-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," \
           "hmac-sha1-etm@openssh.com," \
         "umac-64@openssh.com," \          "umac-64@openssh.com," \
         "umac-128@openssh.com," \          "umac-128@openssh.com," \
         "hmac-sha2-256," \          "hmac-sha2-256," \
         "hmac-sha2-512"          "hmac-sha2-512," \
           "hmac-sha1"
   
 #define KEX_CLIENT_KEX KEX_SERVER_KEX  #define KEX_CLIENT_KEX KEX_SERVER_KEX
 #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT  #define KEX_CLIENT_ENCRYPT KEX_SERVER_ENCRYPT
 #define KEX_CLIENT_MAC KEX_SERVER_MAC "," \  #define KEX_CLIENT_MAC KEX_SERVER_MAC
         "hmac-sha1-etm@openssh.com," \  
         "hmac-sha1"  
   
 #endif /* WITH_OPENSSL */  #endif /* WITH_OPENSSL */
   

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