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 | c913a6942a4c7d85d7f79248f1df792d3cc771e4 (patch) | |
tree | f463e61d31571bf5a867cba444917cb67e2df21b /sysoptions.h | |
parent | a2430e3c54c197b1e0ed65f6ffc88132fec7d0e9 (diff) | |
download | dropbear-c913a6942a4c7d85d7f79248f1df792d3cc771e4.tar.gz |
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 |