Mercurial > dropbear
diff default_options.h @ 1542:940828026f28
disable group1 in default config
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 26 Feb 2018 22:14:11 +0800 |
parents | 198e2ee0f4b1 |
children | d1a8a05216ff |
line wrap: on
line diff
--- a/default_options.h Mon Feb 26 22:12:39 2018 +0800 +++ b/default_options.h Mon Feb 26 22:14:11 2018 +0800 @@ -149,7 +149,7 @@ * 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