From 7e1b2dbd344041252935bde7f597b792e2fe602d Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Wed, 18 Dec 2024 20:10:22 +0800 Subject: [PATCH] Force rsa sha1 when fuzzing --- src/sysoptions.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/sysoptions.h b/src/sysoptions.h index 29d92e7a..2d1533cb 100644 --- a/src/sysoptions.h +++ b/src/sysoptions.h @@ -436,6 +436,11 @@ #endif #define DROPBEAR_DSS 1 +#if defined(DROPBEAR_RSA_SHA1) +#undef DROPBEAR_RSA_SHA1 +#endif +#define DROPBEAR_RSA_SHA1 1 + #if defined(DROPBEAR_USE_SSH_CONFIG) #undef DROPBEAR_USE_SSH_CONFIG #endif