Mercurial > dropbear
diff common-algo.c @ 1856:8f28519e34b0
Don't include sk keys at all in KEX list
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Sun, 23 Jan 2022 17:29:39 +0800 |
parents | 35d504d59c05 |
children | d7247462fa0d |
line wrap: on
line diff
--- a/common-algo.c Sat Jan 22 16:53:04 2022 +0300 +++ b/common-algo.c Sun Jan 23 17:29:39 2022 +0800 @@ -239,9 +239,6 @@ algo_type sigalgs[] = { #if DROPBEAR_ED25519 {"ssh-ed25519", DROPBEAR_SIGNATURE_ED25519, NULL, 1, NULL}, -#if DROPBEAR_SK_ED25519 - {"[email protected]", DROPBEAR_SIGNATURE_SK_ED25519, NULL, 1, NULL}, -#endif #endif #if DROPBEAR_ECDSA #if DROPBEAR_ECC_256 @@ -253,9 +250,6 @@ #if DROPBEAR_ECC_521 {"ecdsa-sha2-nistp521", DROPBEAR_SIGNATURE_ECDSA_NISTP521, NULL, 1, NULL}, #endif -#if DROPBEAR_SK_ECDSA - {"[email protected]", DROPBEAR_SIGNATURE_SK_ECDSA_NISTP256, NULL, 1, NULL}, -#endif #endif #if DROPBEAR_RSA #if DROPBEAR_RSA_SHA256