Develop and Download Open Source Software

Browse Subversion Repository

Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 4930 by yutakapon, Fri May 4 14:39:22 2012 UTC revision 4980 by maya, Mon Aug 13 08:33:08 2012 UTC
# Line 373  static ssh2_mac_t ssh2_macs[] = { Line 373  static ssh2_mac_t ssh2_macs[] = {
373          {HMAC_SHA1_96,     "hmac-sha1-96",               EVP_sha1,      96}, // RFC4253          {HMAC_SHA1_96,     "hmac-sha1-96",               EVP_sha1,      96}, // RFC4253
374          {HMAC_MD5_96,      "hmac-md5-96",                EVP_md5,       96}, // RFC4253          {HMAC_MD5_96,      "hmac-md5-96",                EVP_md5,       96}, // RFC4253
375          {HMAC_RIPEMD160,   "hmac-ripemd160@openssh.com", EVP_ripemd160, 0},          {HMAC_RIPEMD160,   "hmac-ripemd160@openssh.com", EVP_ripemd160, 0},
376          {HMAC_SHA2_256,    "hmac-sha2-256",              EVP_sha256,    0},  // draft-dbider-sha2-mac-for-ssh-02          {HMAC_SHA2_256,    "hmac-sha2-256",              EVP_sha256,    0},  // RFC6668
377          {HMAC_SHA2_256_96, "hmac-sha2-256-96",           EVP_sha256,    96}, // draft-dbider-sha2-mac-for-ssh-02          {HMAC_SHA2_256_96, "hmac-sha2-256-96",           EVP_sha256,    96}, // draft-dbider-sha2-mac-for-ssh-05, deleted at 06
378          {HMAC_SHA2_512,    "hmac-sha2-512",              EVP_sha512,    0},  // draft-dbider-sha2-mac-for-ssh-02          {HMAC_SHA2_512,    "hmac-sha2-512",              EVP_sha512,    0},  // RFC6668
379          {HMAC_SHA2_512_96, "hmac-sha2-512-96",           EVP_sha512,    96}, // draft-dbider-sha2-mac-for-ssh-02          {HMAC_SHA2_512_96, "hmac-sha2-512-96",           EVP_sha512,    96}, // draft-dbider-sha2-mac-for-ssh-05, deleted at 06
380          {HMAC_NONE,        NULL,                         NULL,          0},          {HMAC_NONE,        NULL,                         NULL,          0},
381  };  };
382    

Legend:
Removed from v.4930  
changed lines
  Added in v.4980

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26