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 4433 by doda, Mon Apr 11 00:29:12 2011 UTC revision 4438 by maya, Mon Apr 11 03:25:46 2011 UTC
# Line 358  typedef enum { Line 358  typedef enum {
358          HMAC_SHA1_96,          HMAC_SHA1_96,
359          HMAC_MD5_96,          HMAC_MD5_96,
360          HMAC_RIPEMD160,          HMAC_RIPEMD160,
361  #ifdef HMAC_SHA2_DRAFT  // HMAC-SHA2 support  #ifdef WITH_HMAC_SHA2_DRAFT     // HMAC-SHA2 support
362          HMAC_SHA2_256,          HMAC_SHA2_256,
363          HMAC_SHA2_256_96,          HMAC_SHA2_256_96,
364          HMAC_SHA2_512,          HMAC_SHA2_512,
# Line 381  static ssh2_mac_t ssh2_macs[] = { Line 381  static ssh2_mac_t ssh2_macs[] = {
381          {HMAC_SHA1_96,     "hmac-sha1-96",               EVP_sha1,      96},          {HMAC_SHA1_96,     "hmac-sha1-96",               EVP_sha1,      96},
382          {HMAC_MD5_96,      "hmac-md5-96",                EVP_md5,       96},          {HMAC_MD5_96,      "hmac-md5-96",                EVP_md5,       96},
383          {HMAC_RIPEMD160,   "hmac-ripemd160@openssh.com", EVP_ripemd160, 0},          {HMAC_RIPEMD160,   "hmac-ripemd160@openssh.com", EVP_ripemd160, 0},
384  #ifdef HMAC_SHA2_DRAFT  // HMAC-SHA2 support  #ifdef WITH_HMAC_SHA2_DRAFT     // HMAC-SHA2 support
385          {HMAC_SHA2_256,    "hmac-sha2-256",              EVP_sha256,    0},          {HMAC_SHA2_256,    "hmac-sha2-256",              EVP_sha256,    0},
386          {HMAC_SHA2_256_96, "hmac-sha2-256-96",           EVP_sha256,    96},          {HMAC_SHA2_256_96, "hmac-sha2-256-96",           EVP_sha256,    96},
387          {HMAC_SHA2_512,    "hmac-sha2-512",              EVP_sha512,    0},          {HMAC_SHA2_512,    "hmac-sha2-512",              EVP_sha512,    0},

Legend:
Removed from v.4433  
changed lines
  Added in v.4438

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