diff options.h @ 755:b07eb3dc23ec ecc

refactor kexdh code a bit, start working on ecdh etc
author Matt Johnston <matt@ucc.asn.au>
date Tue, 26 Mar 2013 01:35:22 +0800
parents e22d5f5f6e37
children ac2158e3e403
line wrap: on
line diff
--- a/options.h	Sun Mar 24 00:02:20 2013 +0800
+++ b/options.h	Tue Mar 26 01:35:22 2013 +0800
@@ -136,6 +136,8 @@
 #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. */