mirror of
https://github.com/clearml/dropbear
synced 2025-01-31 10:57:01 +00:00
* move RSA_BLINDING to options.h
--HG-- extra : convert_revision : e3f32a86aafc1d806b2bee9405020368f9706d85
This commit is contained in:
parent
975b94c5f2
commit
8f75480ebc
@ -90,6 +90,11 @@ etc) slower (perhaps by 50%). Recommended for most small systems. */
|
||||
#define DROPBEAR_RSA
|
||||
#define DROPBEAR_DSS
|
||||
|
||||
/* 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
|
||||
* signing operations slightly slower. */
|
||||
#define RSA_BLINDING
|
||||
|
||||
/* Define DSS_PROTOK to use PuTTY's method of generating the value k for dss,
|
||||
* rather than just from the random byte source. Undefining this will save you
|
||||
* ~4k in binary size with static uclibc, but your DSS hostkey could be exposed
|
||||
|
Loading…
Reference in New Issue
Block a user