Mercurial > dropbear
changeset 1542:940828026f28
disable group1 in default config
author | Matt Johnston <matt@ucc.asn.au> |
---|---|
date | Mon, 26 Feb 2018 22:14:11 +0800 |
parents | bb55dffab5ba |
children | 016b86f03e21 |
files | default_options.h |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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