summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-03-26 01:35:22 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-03-26 01:35:22 +0800
commit73e22c115c7aa5604c6a2135a5d2c1bc38161cb1 (patch)
tree3804dbbee79b860aafe8db7a81780bbd8fa7c6f3 /options.h
parent9be0d6b53d6b85a8f273ee28876405fbca49b9fd (diff)
refactor kexdh code a bit, start working on ecdh etc
--HG-- branch : ecc
Diffstat (limited to 'options.h')
-rw-r--r--options.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/options.h b/options.h
index c52d6c2..4c42c02 100644
--- a/options.h
+++ b/options.h
@@ -136,6 +136,8 @@ much traffic. */
#define DROPBEAR_RSA
#define DROPBEAR_DSS
+#define DROPBEAR_ECDH
+
/* RSA can be vulnerable to timing attacks which use the time required for
* signing to guess the private key. Blinding avoids this attack, though makes
* signing operations slightly slower. */