mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-11-03 18:52:15 +01:00 
			
		
		
		
	Added two new MACs: 'AEAD_AES_128_GCM', and 'AEAD_AES_256_GCM'.
This commit is contained in:
		@@ -271,5 +271,7 @@ class SSH2_KexDB:  # pylint: disable=too-few-public-methods
 | 
			
		||||
            'aes256-gcm': [[]],
 | 
			
		||||
            'chacha20-poly1305@openssh.com': [[]],  # Despite the @openssh.com tag, this was never shipped as a MAC in OpenSSH (only as a cipher); it is only implemented as a MAC in Syncplify.
 | 
			
		||||
            'crypticore-mac@ssh.com': [[], [FAIL_UNPROVEN]],
 | 
			
		||||
            'AEAD_AES_128_GCM': [[]],
 | 
			
		||||
            'AEAD_AES_256_GCM': [[]],
 | 
			
		||||
        }
 | 
			
		||||
    }
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user