mirror of
				https://github.com/jtesta/ssh-audit.git
				synced 2025-10-30 21:15:27 +01:00 
			
		
		
		
	Removed experimental warning tag from sntrup761x25519-sha512@openssh.com.
This commit is contained in:
		| @@ -172,6 +172,8 @@ For convenience, a web front-end on top of the command-line tool is available at | |||||||
| ## ChangeLog | ## ChangeLog | ||||||
|  |  | ||||||
| ### v2.6.0-dev | ### v2.6.0-dev | ||||||
|  |  - Removed experimental warning tag from `sntrup761x25519-sha512@openssh.com`. | ||||||
|  |  - Updated CVE database; credit [Alexandre Zanni](https://github.com/noraj). | ||||||
|  - Added `-g` and `--gex-test` for granular GEX modulus size tests; credit [Adam Russell](https://github.com/thecliguy). |  - Added `-g` and `--gex-test` for granular GEX modulus size tests; credit [Adam Russell](https://github.com/thecliguy). | ||||||
|  - Snap packages now print more user-friendly error messages when permission errors are encountered. |  - Snap packages now print more user-friendly error messages when permission errors are encountered. | ||||||
|  - JSON 'target' field now always includes port number; credit [tomatohater1337](https://github.com/tomatohater1337). |  - JSON 'target' field now always includes port number; credit [tomatohater1337](https://github.com/tomatohater1337). | ||||||
|   | |||||||
| @@ -1,7 +1,7 @@ | |||||||
| """ | """ | ||||||
|    The MIT License (MIT) |    The MIT License (MIT) | ||||||
|  |  | ||||||
|    Copyright (C) 2017-2021 Joe Testa (jtesta@positronsecurity.com) |    Copyright (C) 2017-2022 Joe Testa (jtesta@positronsecurity.com) | ||||||
|    Copyright (C) 2017 Andris Raugulis (moo@arthepsy.eu) |    Copyright (C) 2017 Andris Raugulis (moo@arthepsy.eu) | ||||||
|  |  | ||||||
|    Permission is hereby granted, free of charge, to any person obtaining a copy |    Permission is hereby granted, free of charge, to any person obtaining a copy | ||||||
| @@ -149,7 +149,7 @@ class SSH2_KexDB:  # pylint: disable=too-few-public-methods | |||||||
|             'rsa1024-sha1': [[], [FAIL_1024BIT_MODULUS], [WARN_HASH_WEAK]], |             'rsa1024-sha1': [[], [FAIL_1024BIT_MODULUS], [WARN_HASH_WEAK]], | ||||||
|             'rsa2048-sha256': [[]], |             'rsa2048-sha256': [[]], | ||||||
|             'sntrup4591761x25519-sha512@tinyssh.org': [['8.0', '8.4'], [], [WARN_EXPERIMENTAL]], |             'sntrup4591761x25519-sha512@tinyssh.org': [['8.0', '8.4'], [], [WARN_EXPERIMENTAL]], | ||||||
|             'sntrup761x25519-sha512@openssh.com': [['8.5'], [], [WARN_EXPERIMENTAL]], |             'sntrup761x25519-sha512@openssh.com': [['8.5'], [], []], | ||||||
|             'kexAlgoCurve25519SHA256': [[]], |             'kexAlgoCurve25519SHA256': [[]], | ||||||
|             'Curve25519SHA256': [[]], |             'Curve25519SHA256': [[]], | ||||||
|             'ext-info-c': [[]],  # Extension negotiation (RFC 8308) |             'ext-info-c': [[]],  # Extension negotiation (RFC 8308) | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user
	 Joe Testa
					Joe Testa