summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2016-01-15 00:19:11 +0800
committerMatt Johnston <matt@ucc.asn.au>2016-01-15 00:19:11 +0800
commit21ed9480d7ca1e39c98e50c019ba40831ec9bcfb (patch)
tree71047f9b89560c488d4e2686d3558359d06ae648 /options.h
parent09e83ad74212a35e8ed05c4ea45af788debfde78 (diff)
add dh group15 and group16, disabled by default
Diffstat (limited to 'options.h')
-rw-r--r--options.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/options.h b/options.h
index 27e2a02..1be412b 100644
--- a/options.h
+++ b/options.h
@@ -152,6 +152,11 @@ If you test it please contact the Dropbear author */
* on x86-64 */
#define DROPBEAR_ECDSA
+/* These larger DH groups (3072 and 4096 bit respectively) add to binary size
+ and may be significantly slower. Usually ECDH or curve25519 will be a better option */
+/*#define DROPBEAR_DH_GROUP15*/
+/*#define DROPBEAR_DH_GROUP16*/
+
/* Generate hostkeys as-needed when the first connection using that key type occurs.
This avoids the need to otherwise run "dropbearkey" and avoids some problems
with badly seeded /dev/urandom when systems first boot.