scmno****@osdn*****
scmno****@osdn*****
2017年 11月 28日 (火) 23:38:47 JST
Revision: 6990 http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6990 Author: maya Date: 2017-11-28 23:38:47 +0900 (Tue, 28 Nov 2017) Log Message: ----------- コメント追加 Modified Paths: -------------- trunk/ttssh2/ttxssh/ssh.h -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ssh.h =================================================================== --- trunk/ttssh2/ttxssh/ssh.h 2017-11-28 14:07:41 UTC (rev 6989) +++ trunk/ttssh2/ttxssh/ssh.h 2017-11-28 14:38:47 UTC (rev 6990) @@ -416,8 +416,8 @@ {SSH2_CIPHER_CAMELLIA192_CTR, "camel****@opens*****", 16, 24, 0, 0, 0, evp_camellia_128_ctr}, {SSH2_CIPHER_CAMELLIA256_CTR, "camel****@opens*****", 16, 32, 0, 0, 0, evp_camellia_128_ctr}, #endif // WITH_CAMELLIA_PRIVATE - {SSH2_CIPHER_AES128_GCM, "aes12****@opens*****", 16, 16, 0, 12, 16, EVP_aes_128_gcm}, - {SSH2_CIPHER_AES256_GCM, "aes25****@opens*****", 16, 32, 0, 12, 16, EVP_aes_256_gcm}, + {SSH2_CIPHER_AES128_GCM, "aes12****@opens*****", 16, 16, 0, 12, 16, EVP_aes_128_gcm}, // not RFC5647, PROTOCOL of OpenSSH + {SSH2_CIPHER_AES256_GCM, "aes25****@opens*****", 16, 32, 0, 12, 16, EVP_aes_256_gcm}, // not RFC5647, PROTOCOL of OpenSSH {SSH_CIPHER_NONE, NULL, 0, 0, 0, 0, 0, NULL}, };