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 7006 by doda, Mon Dec 18 11:06:09 2017 UTC revision 7007 by doda, Mon Dec 18 11:06:13 2017 UTC
# Line 477  typedef enum { Line 477  typedef enum {
477          HMAC_RIPEMD160_EtM,          HMAC_RIPEMD160_EtM,
478          HMAC_SHA2_256_EtM,          HMAC_SHA2_256_EtM,
479          HMAC_SHA2_512_EtM,          HMAC_SHA2_512_EtM,
480            HMAC_IMPLICIT,
481          HMAC_UNKNOWN,          HMAC_UNKNOWN,
482          HMAC_MAX = HMAC_UNKNOWN,          HMAC_MAX = HMAC_UNKNOWN,
483  } SSH2MacId;  } SSH2MacId;
# Line 506  static SSH2Mac ssh2_macs[] = { Line 507  static SSH2Mac ssh2_macs[] = {
507          {HMAC_RIPEMD160_EtM,"hmac-ripemd160-etm@openssh.com",EVP_ripemd160, 0,  1},          {HMAC_RIPEMD160_EtM,"hmac-ripemd160-etm@openssh.com",EVP_ripemd160, 0,  1},
508          {HMAC_SHA2_256_EtM, "hmac-sha2-256-etm@openssh.com", EVP_sha256,    0,  1},          {HMAC_SHA2_256_EtM, "hmac-sha2-256-etm@openssh.com", EVP_sha256,    0,  1},
509          {HMAC_SHA2_512_EtM, "hmac-sha2-512-etm@openssh.com", EVP_sha512,    0,  1},          {HMAC_SHA2_512_EtM, "hmac-sha2-512-etm@openssh.com", EVP_sha512,    0,  1},
510            {HMAC_IMPLICIT,     "<implicit>",                    EVP_md_null,   0,  0}, // for AEAD cipher
511          {HMAC_NONE,         NULL,                            NULL,          0,  0},          {HMAC_NONE,         NULL,                            NULL,          0,  0},
512  };  };
513    

Legend:
Removed from v.7006  
changed lines
  Added in v.7007

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