mirror of
https://github.com/clearml/dropbear
synced 2025-02-07 13:21:15 +00:00
Keep sha1 default
This commit is contained in:
parent
b9073961f7
commit
4de876f259
@ -177,18 +177,18 @@ algo_type sshciphers[] = {
|
|||||||
};
|
};
|
||||||
|
|
||||||
algo_type sshhashes[] = {
|
algo_type sshhashes[] = {
|
||||||
#ifdef DROPBEAR_SHA2_256_HMAC
|
|
||||||
{"hmac-sha2-256", 0, &dropbear_sha2_256, 1, NULL},
|
|
||||||
#endif
|
|
||||||
#ifdef DROPBEAR_SHA2_512_HMAC
|
|
||||||
{"hmac-sha2-512", 0, &dropbear_sha2_512, 1, NULL},
|
|
||||||
#endif
|
|
||||||
#ifdef DROPBEAR_SHA1_96_HMAC
|
#ifdef DROPBEAR_SHA1_96_HMAC
|
||||||
{"hmac-sha1-96", 0, &dropbear_sha1_96, 1, NULL},
|
{"hmac-sha1-96", 0, &dropbear_sha1_96, 1, NULL},
|
||||||
#endif
|
#endif
|
||||||
#ifdef DROPBEAR_SHA1_HMAC
|
#ifdef DROPBEAR_SHA1_HMAC
|
||||||
{"hmac-sha1", 0, &dropbear_sha1, 1, NULL},
|
{"hmac-sha1", 0, &dropbear_sha1, 1, NULL},
|
||||||
#endif
|
#endif
|
||||||
|
#ifdef DROPBEAR_SHA2_256_HMAC
|
||||||
|
{"hmac-sha2-256", 0, &dropbear_sha2_256, 1, NULL},
|
||||||
|
#endif
|
||||||
|
#ifdef DROPBEAR_SHA2_512_HMAC
|
||||||
|
{"hmac-sha2-512", 0, &dropbear_sha2_512, 1, NULL},
|
||||||
|
#endif
|
||||||
#ifdef DROPBEAR_MD5_HMAC
|
#ifdef DROPBEAR_MD5_HMAC
|
||||||
{"hmac-md5", 0, (void*)&dropbear_md5, 1, NULL},
|
{"hmac-md5", 0, (void*)&dropbear_md5, 1, NULL},
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user