Added hmac-sha3-224 MAC.

This commit is contained in:
Joe Testa
2020-03-20 09:16:41 -04:00
parent 2c4fb971cd
commit 4ffae85325
2 changed files with 2 additions and 1 deletions

View File

@ -488,6 +488,7 @@ class SSH2(object): # pylint: disable=too-few-public-methods
'hmac-sha2-384': [[], [], [WARN_ENCRYPT_AND_MAC]],
'hmac-sha2-512': [['5.9,d2013.56,l10.7.0'], [], [WARN_ENCRYPT_AND_MAC]],
'hmac-sha2-512-96': [['5.9', '6.0'], [FAIL_OPENSSH61_REMOVE], [WARN_ENCRYPT_AND_MAC]],
'hmac-sha3-224': [[], [], [WARN_ENCRYPT_AND_MAC]],
'hmac-sha3-256': [[], [], [WARN_ENCRYPT_AND_MAC]],
'hmac-sha3-384': [[], [], [WARN_ENCRYPT_AND_MAC]],
'hmac-sha3-512': [[], [], [WARN_ENCRYPT_AND_MAC]],