svnno****@sourc*****
svnno****@sourc*****
2011年 4月 8日 (金) 17:52:32 JST
Revision: 4426 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=4426 Author: doda Date: 2011-04-08 17:52:32 +0900 (Fri, 08 Apr 2011) Log Message: ----------- hmac-sha1-96, hmac-md5-96 は無理に使うような物でもないので、デフォルトでは無効化しておく。 Modified Paths: -------------- trunk/installer/release/TERATERM.INI trunk/ttssh2/ttxssh/ttxssh.c -------------- next part -------------- Modified: trunk/installer/release/TERATERM.INI =================================================================== --- trunk/installer/release/TERATERM.INI 2011-04-08 08:31:26 UTC (rev 4425) +++ trunk/installer/release/TERATERM.INI 2011-04-08 08:52:32 UTC (rev 4426) @@ -651,7 +651,7 @@ ; 4...hmac-md5-96 ; 5...h****@opens***** ; 0...below this line are disabled. -MacOrder=152340 +MacOrder=152034 ; Compression algorithm order(SSH2) ; 1...none Modified: trunk/ttssh2/ttxssh/ttxssh.c =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.c 2011-04-08 08:31:26 UTC (rev 4425) +++ trunk/ttssh2/ttxssh/ttxssh.c 2011-04-08 08:52:32 UTC (rev 4426) @@ -294,9 +294,9 @@ HMAC_SHA1, HMAC_RIPEMD160, HMAC_MD5, + HMAC_NONE, HMAC_SHA1_96, HMAC_MD5_96, - HMAC_NONE, #if 0 // HMAC-SHA2 support HMAC_SHA2_256, HMAC_SHA2_256_96,