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