comparison 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
comparison
equal deleted inserted replaced
765:5503e05ab3a4 766:d1575fdc29a6
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 139 #define DROPBEAR_ECDH
140 #define DROPBEAR_ECDSA
140 141
141 /* RSA can be vulnerable to timing attacks which use the time required for 142 /* RSA can be vulnerable to timing attacks which use the time required for
142 * signing to guess the private key. Blinding avoids this attack, though makes 143 * signing to guess the private key. Blinding avoids this attack, though makes
143 * signing operations slightly slower. */ 144 * signing operations slightly slower. */
144 #define RSA_BLINDING 145 #define RSA_BLINDING