[Ttssh2-commit] [4980] コメント変更

アーカイブの一覧に戻る

svnno****@sourc***** svnno****@sourc*****
2012年 8月 13日 (月) 17:33:08 JST


Revision: 4980
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/4980
Author:   maya
Date:     2012-08-13 17:33:08 +0900 (Mon, 13 Aug 2012)
Log Message:
-----------
コメント変更

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

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ssh.h
===================================================================
--- trunk/ttssh2/ttxssh/ssh.h	2012-08-12 12:51:22 UTC (rev 4979)
+++ trunk/ttssh2/ttxssh/ssh.h	2012-08-13 08:33:08 UTC (rev 4980)
@@ -373,10 +373,10 @@
 	{HMAC_SHA1_96,     "hmac-sha1-96",               EVP_sha1,      96}, // RFC4253
 	{HMAC_MD5_96,      "hmac-md5-96",                EVP_md5,       96}, // RFC4253
 	{HMAC_RIPEMD160,   "hmac-****@opens*****", EVP_ripemd160, 0},
-	{HMAC_SHA2_256,    "hmac-sha2-256",              EVP_sha256,    0},  // draft-dbider-sha2-mac-for-ssh-02
-	{HMAC_SHA2_256_96, "hmac-sha2-256-96",           EVP_sha256,    96}, // draft-dbider-sha2-mac-for-ssh-02
-	{HMAC_SHA2_512,    "hmac-sha2-512",              EVP_sha512,    0},  // draft-dbider-sha2-mac-for-ssh-02
-	{HMAC_SHA2_512_96, "hmac-sha2-512-96",           EVP_sha512,    96}, // draft-dbider-sha2-mac-for-ssh-02
+	{HMAC_SHA2_256,    "hmac-sha2-256",              EVP_sha256,    0},  // RFC6668
+	{HMAC_SHA2_256_96, "hmac-sha2-256-96",           EVP_sha256,    96}, // draft-dbider-sha2-mac-for-ssh-05, deleted at 06
+	{HMAC_SHA2_512,    "hmac-sha2-512",              EVP_sha512,    0},  // RFC6668
+	{HMAC_SHA2_512_96, "hmac-sha2-512-96",           EVP_sha512,    96}, // draft-dbider-sha2-mac-for-ssh-05, deleted at 06
 	{HMAC_NONE,        NULL,                         NULL,          0},
 };
 



Ttssh2-commit メーリングリストの案内
アーカイブの一覧に戻る