comparison options.h @ 312:24056a5eb75b ucc-axis-hack

serial works better. enable DSS.
author matt-ucc@ucc.asn.au
date Sun, 26 Mar 2006 13:05:31 +0000
parents 474c1a700b67
children 827f87dfbc22
comparison
equal deleted inserted replaced
310:4b4478d0d2b9 312:24056a5eb75b
98 /* Hostkey/public key algorithms - at least one required, these are used 98 /* Hostkey/public key algorithms - at least one required, these are used
99 * for hostkey as well as for verifying signatures with pubkey auth. 99 * for hostkey as well as for verifying signatures with pubkey auth.
100 * Removing either of these won't save very much space. 100 * Removing either of these won't save very much space.
101 * SSH2 RFC Draft requires dss, recommends rsa */ 101 * SSH2 RFC Draft requires dss, recommends rsa */
102 #define DROPBEAR_RSA 102 #define DROPBEAR_RSA
103 //#define DROPBEAR_DSS 103 #define DROPBEAR_DSS
104 104
105 /* RSA can be vulnerable to timing attacks which use the time required for 105 /* RSA can be vulnerable to timing attacks which use the time required for
106 * signing to guess the private key. Blinding avoids this attack, though makes 106 * signing to guess the private key. Blinding avoids this attack, though makes
107 * signing operations slightly slower. */ 107 * signing operations slightly slower. */
108 #define RSA_BLINDING 108 #define RSA_BLINDING