Browse Subversion Repository
Diff of /branches/ssh_chacha20poly1305/ttssh2/ttxssh/ssh.h
Parent Directory
| Revision Log
| Patch
| 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; |
| 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 |
|
|
| |