This commit is contained in:
Joe Testa
2026-07-03 10:59:16 -04:00
parent 0f8bbdbfd9
commit 859cb7012e
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -271,6 +271,7 @@ class SSH2_KexDB: # pylint: disable=too-few-public-methods
'ssh-mldsa-65': [[], [], [], [INFO_NIST_PQC_LEVEL_3]],
'ssh-mldsa-87': [[], [], [], [INFO_NIST_PQC_LEVEL_5]],
'ssh-mldsa44': [[], [], [], [INFO_NIST_PQC_LEVEL_2]],
'ssh-mldsa44-ed25519@openssh.com': [['10.4'], [], [], [INFO_NIST_PQC_LEVEL_2]],
'ssh-mldsa65': [[], [], [], [INFO_NIST_PQC_LEVEL_3]],
'ssh-mldsa87': [[], [], [], [INFO_NIST_PQC_LEVEL_5]],
'ssh-rsa1': [[], [FAIL_SHA1]],