From 4664ce2c35e69ff79949eff178be1720bf288ddc Mon Sep 17 00:00:00 2001 From: Matt Johnston Date: Mon, 2 May 2016 17:03:55 +0200 Subject: move group14 and group16 to options.h, group14-sha256 on by default --- sysoptions.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'sysoptions.h') diff --git a/sysoptions.h b/sysoptions.h index 9a76655..6bebce9 100644 --- a/sysoptions.h +++ b/sysoptions.h @@ -127,11 +127,6 @@ #define DROPBEAR_MD5 #endif -/* These are disabled in Dropbear 2016.73 by default since the spec - draft-ietf-curdle-ssh-kex-sha2-02 is under development. */ -#define DROPBEAR_DH_GROUP14_256 0 -#define DROPBEAR_DH_GROUP16 0 - /* roughly 2x 521 bits */ #define MAX_ECC_SIZE 140 -- cgit v1.2.3