[BACK]Return to mac.c CVS log [TXT][DIR] Up to [local] / src / usr.bin / ssh

Diff for /src/usr.bin/ssh/mac.c between version 1.20 and 1.21

version 1.20, 2012/12/11 22:31:18 version 1.21, 2012/12/11 22:51:45
Line 73 
Line 73 
         { "hmac-sha2-512-etm@openssh.com",      SSH_EVP, EVP_sha512, 0, 0, 0, 1 },          { "hmac-sha2-512-etm@openssh.com",      SSH_EVP, EVP_sha512, 0, 0, 0, 1 },
         { "hmac-md5-etm@openssh.com",           SSH_EVP, EVP_md5, 0, 0, 0, 1 },          { "hmac-md5-etm@openssh.com",           SSH_EVP, EVP_md5, 0, 0, 0, 1 },
         { "hmac-md5-96-etm@openssh.com",        SSH_EVP, EVP_md5, 96, 0, 0, 1 },          { "hmac-md5-96-etm@openssh.com",        SSH_EVP, EVP_md5, 96, 0, 0, 1 },
         { "hmac-ripemd160-tem@openssh.com",     SSH_EVP, EVP_ripemd160, 0, 0, 0, 1 },          { "hmac-ripemd160-etm@openssh.com",     SSH_EVP, EVP_ripemd160, 0, 0, 0, 1 },
         { "umac-64-etm@openssh.com",            SSH_UMAC, NULL, 0, 128, 64, 1 },          { "umac-64-etm@openssh.com",            SSH_UMAC, NULL, 0, 128, 64, 1 },
         { "umac-128-etm@openssh.com",           SSH_UMAC128, NULL, 0, 128, 128, 1 },          { "umac-128-etm@openssh.com",           SSH_UMAC128, NULL, 0, 128, 128, 1 },
   

Legend:
Removed from v.1.20  
changed lines
  Added in v.1.21