comparison 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
comparison
equal deleted inserted replaced
725:49f68a7b7a55 755:b07eb3dc23ec
134 * Removing either of these won't save very much space. 134 * Removing either of these won't save very much space.
135 * SSH2 RFC Draft requires dss, recommends rsa */ 135 * SSH2 RFC Draft requires dss, recommends rsa */
136 #define DROPBEAR_RSA 136 #define DROPBEAR_RSA
137 #define DROPBEAR_DSS 137 #define DROPBEAR_DSS
138 138
139 #define DROPBEAR_ECDH
140
139 /* RSA can be vulnerable to timing attacks which use the time required for 141 /* RSA can be vulnerable to timing attacks which use the time required for
140 * signing to guess the private key. Blinding avoids this attack, though makes 142 * signing to guess the private key. Blinding avoids this attack, though makes
141 * signing operations slightly slower. */ 143 * signing operations slightly slower. */
142 #define RSA_BLINDING 144 #define RSA_BLINDING
143 145