From 4aa72b96c1a26ddc05fc22f56c50c9145d36020c Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 26 Feb 2018 22:14:11 +0800 Subject: [PATCH] disable group1 in default config --- default_options.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/default_options.h b/default_options.h index 70836bc..853aba6 100644 --- a/default_options.h +++ b/default_options.h @@ -149,7 +149,7 @@ IMPORTANT: Some options will require "make clean" after changes */ * Small systems should generally include either curve25519 or ecdh for performance. * curve25519 is less widely supported but is faster */ -#define DROPBEAR_DH_GROUP1 1 +#define DROPBEAR_DH_GROUP1 0 #define DROPBEAR_DH_GROUP14_SHA1 1 #define DROPBEAR_DH_GROUP14_SHA256 1 #define DROPBEAR_DH_GROUP16 0