mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-11-03 18:52:15 +01:00 
			
		
		
		
	Added hmac-sha3-224 MAC.
This commit is contained in:
		@@ -72,7 +72,7 @@ $ snap install ssh-audit
 | 
				
			|||||||
### v2.2.1-dev (???)
 | 
					### v2.2.1-dev (???)
 | 
				
			||||||
 - Added 1 new host key types: `ssh-rsa1`.
 | 
					 - Added 1 new host key types: `ssh-rsa1`.
 | 
				
			||||||
 - Added 1 new ciphers: `blowfish`.
 | 
					 - Added 1 new ciphers: `blowfish`.
 | 
				
			||||||
 - Added 1 new MACs: `chacha20-poly1305@openssh.com`
 | 
					 - Added 2 new MACs: `chacha20-poly1305@openssh.com`, `hmac-sha3-224`.
 | 
				
			||||||
 
 | 
					 
 | 
				
			||||||
### v2.2.0 (2020-03-11)
 | 
					### v2.2.0 (2020-03-11)
 | 
				
			||||||
 - Marked host key type `ssh-rsa` as weak due to [practical SHA-1 collisions](https://eprint.iacr.org/2020/014.pdf).
 | 
					 - Marked host key type `ssh-rsa` as weak due to [practical SHA-1 collisions](https://eprint.iacr.org/2020/014.pdf).
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -488,6 +488,7 @@ class SSH2(object):  # pylint: disable=too-few-public-methods
 | 
				
			|||||||
				'hmac-sha2-384': [[], [], [WARN_ENCRYPT_AND_MAC]],
 | 
									'hmac-sha2-384': [[], [], [WARN_ENCRYPT_AND_MAC]],
 | 
				
			||||||
				'hmac-sha2-512': [['5.9,d2013.56,l10.7.0'], [], [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-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-256': [[], [], [WARN_ENCRYPT_AND_MAC]],
 | 
				
			||||||
				'hmac-sha3-384': [[], [], [WARN_ENCRYPT_AND_MAC]],
 | 
									'hmac-sha3-384': [[], [], [WARN_ENCRYPT_AND_MAC]],
 | 
				
			||||||
				'hmac-sha3-512': [[], [], [WARN_ENCRYPT_AND_MAC]],
 | 
									'hmac-sha3-512': [[], [], [WARN_ENCRYPT_AND_MAC]],
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user