diff options.h @ 766:d1575fdc29a6 ecc

start on ecdsa keys
author Matt Johnston <matt@ucc.asn.au>
date Tue, 09 Apr 2013 00:36:04 +0800
parents ac2158e3e403
children 7f604f9b3756
line wrap: on
line diff
--- a/options.h	Mon Apr 08 23:56:31 2013 +0800
+++ b/options.h	Tue Apr 09 00:36:04 2013 +0800
@@ -137,6 +137,7 @@
 #define DROPBEAR_DSS
 
 #define DROPBEAR_ECDH
+#define DROPBEAR_ECDSA
 
 /* 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