[Ttssh2-commit] [6971] hmac-{sha1, md5}-96-e****@opens***** が抜けていたので修正。

Back to archive index

scmno****@osdn***** scmno****@osdn*****
2017年 11月 8日 (水) 07:26:17 JST


Revision: 6971
          http://sourceforge.jp/projects/ttssh2/scm/svn/commits/6971
Author:   doda
Date:     2017-11-08 07:26:16 +0900 (Wed, 08 Nov 2017)
Log Message:
-----------
hmac-{sha1,md5}-96-e****@opens***** が抜けていたので修正。

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

-------------- next part --------------
Modified: trunk/ttssh2/ttxssh/ssh.h
===================================================================
--- trunk/ttssh2/ttxssh/ssh.h	2017-11-02 12:16:24 UTC (rev 6970)
+++ trunk/ttssh2/ttxssh/ssh.h	2017-11-07 22:26:16 UTC (rev 6971)
@@ -496,6 +496,8 @@
 //	{HMAC_SHA2_512_96,  "hmac-sha2-512-96",              EVP_sha512,    96, 0}, // draft-dbider-sha2-mac-for-ssh-05, deleted at 06
 	{HMAC_SHA1_EtM,     "hmac-****@opens*****",     EVP_sha1,      0,  1},
 	{HMAC_MD5_EtM,      "hmac-****@opens*****",      EVP_md5,       0,  1},
+	{HMAC_SHA1_96_EtM,  "hmac-****@opens*****",  EVP_sha1,      96, 1},
+	{HMAC_MD5_96_EtM,   "hmac-****@opens*****",   EVP_md5,       96, 1},
 	{HMAC_RIPEMD160_EtM,"hmac-****@opens*****",EVP_ripemd160, 0,  1},
 	{HMAC_SHA2_256_EtM, "hmac-****@opens*****", EVP_sha256,    0,  1},
 	{HMAC_SHA2_512_EtM, "hmac-****@opens*****", EVP_sha512,    0,  1},



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