diff options
author | Matt Johnston <matt@ucc.asn.au> | 2016-05-02 17:03:55 +0200 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2016-05-02 17:03:55 +0200 |
commit | 4664ce2c35e69ff79949eff178be1720bf288ddc (patch) | |
tree | 37b3d50c12081779bf821e95852d9c63955fcf90 /sysoptions.h | |
parent | 81743004297b665b8885e0bfb8c13821d673493e (diff) |
move group14 and group16 to options.h, group14-sha256 on by default
Diffstat (limited to 'sysoptions.h')
-rw-r--r-- | sysoptions.h | 5 |
1 files changed, 0 insertions, 5 deletions
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 |