This commit is contained in:
Joe Testa
2022-10-14 23:21:09 -04:00
parent 78a9475a32
commit 3300c60aaa
2 changed files with 3 additions and 1 deletions

View File

@ -197,6 +197,8 @@ class SSH2_KexDB: # pylint: disable=too-few-public-methods
'x509v3-ecdsa-sha2-nistp521': [[], [WARN_CURVES_WEAK]],
'x509v3-rsa2048-sha256': [[]],
'webauthn-sk-ecdsa-sha2-nistp256@openssh.com': [['8.3'], [WARN_CURVES_WEAK]],
'ssh-xmss@openssh.com': [['7.7'], [WARN_EXPERIMENTAL]],
'ssh-xmss-cert-v01@openssh.com': [['7.7'], [WARN_EXPERIMENTAL]],
},
'enc': {
'none': [['1.2.2,d2013.56,l10.2'], [FAIL_PLAINTEXT]],