diff options
author | Matt Johnston <matt@ucc.asn.au> | 2013-02-23 17:55:46 +0800 |
---|---|---|
committer | Matt Johnston <matt@ucc.asn.au> | 2013-02-23 17:55:46 +0800 |
commit | d7f215363123812ac2fc8d43e2e5e58d010896e7 (patch) | |
tree | bb8192e0e0add580febadd83e37bdf9aefda4185 /options.h | |
parent | 26b07ccafc7826fc14c3864ff43bd144fb650002 (diff) |
DSS_PROTOK is not necessary now that private keys are included
in the random generation input
Diffstat (limited to 'options.h')
-rw-r--r-- | options.h | 7 |
1 files changed, 0 insertions, 7 deletions
@@ -129,13 +129,6 @@ much traffic. */ * 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 - * if the random number source isn't good. It happened to Sony. - * On systems with a decent random source this isn't required. */ -/* #define DSS_PROTOK */ - /* Control the memory/performance/compression tradeoff for zlib. * Set windowBits=8 for least memory usage, see your system's * zlib.h for full details. |