summaryrefslogtreecommitdiffhomepage
path: root/options.h
diff options
context:
space:
mode:
authorMatt Johnston <matt@ucc.asn.au>2013-04-09 00:36:04 +0800
committerMatt Johnston <matt@ucc.asn.au>2013-04-09 00:36:04 +0800
commit7f091e70196cdcfbf80d16d508e6bed0bce38022 (patch)
tree4b2fbbf4ee71a61b9156e32d743118eb5a694d98 /options.h
parent4f07805d0a658de4b8645ea12471269d006428a9 (diff)
start on ecdsa keys
--HG-- branch : ecc
Diffstat (limited to 'options.h')
-rw-r--r--options.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/options.h b/options.h
index 4f0dc12..2547c99 100644
--- a/options.h
+++ b/options.h
@@ -137,6 +137,7 @@ much traffic. */
#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