[Ttssh2-commit] [6371] blowfish-ctr の鍵長を 256bit に修正。

Back to archive index

svnno****@sourc***** svnno****@sourc*****
2016年 5月 7日 (土) 02:52:46 JST


Revision: 6371
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6371
Author:   doda
Date:     2016-05-07 02:52:46 +0900 (Sat, 07 May 2016)
Log Message:
-----------
blowfish-ctr の鍵長を 256bit に修正。
https://osdn.jp/ticket/browse.php?group_id=1412&tid=36306
https://tools.ietf.org/html/rfc4344#page-5

Modified Paths:
--------------
    trunk/ttssh2/ttxssh/ssh.h

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ssh.h
===================================================================
--- trunk/ttssh2/ttxssh/ssh.h	2016-05-05 16:00:47 UTC (rev 6370)
+++ trunk/ttssh2/ttxssh/ssh.h	2016-05-06 17:52:46 UTC (rev 6371)
@@ -361,7 +361,7 @@
 	{SSH2_CIPHER_ARCFOUR256,      "arcfour256",       8, 32, 1536, EVP_rc4},              // RFC4345
 	{SSH2_CIPHER_CAST128_CBC,     "cast128-cbc",      8, 16,    0, EVP_cast5_cbc},        // RFC4253
 	{SSH2_CIPHER_3DES_CTR,        "3des-ctr",         8, 24,    0, evp_des3_ctr},         // RFC4344
-	{SSH2_CIPHER_BLOWFISH_CTR,    "blowfish-ctr",     8, 16,    0, evp_bf_ctr},           // RFC4344
+	{SSH2_CIPHER_BLOWFISH_CTR,    "blowfish-ctr",     8, 32,    0, evp_bf_ctr},           // RFC4344
 	{SSH2_CIPHER_CAST128_CTR,     "cast128-ctr",      8, 16,    0, evp_cast5_ctr},        // RFC4344
 	{SSH2_CIPHER_CAMELLIA128_CBC, "camellia128-cbc", 16, 16,    0, EVP_camellia_128_cbc}, // draft-kanno-secsh-camellia-02
 	{SSH2_CIPHER_CAMELLIA192_CBC, "camellia192-cbc", 16, 24,    0, EVP_camellia_192_cbc}, // draft-kanno-secsh-camellia-02



Ttssh2-commit メーリングリストの案内
Back to archive index