comparison options.h @ 596:e001bd424f12

It happened to sony
author Matt Johnston <matt@ucc.asn.au>
date Thu, 24 Feb 2011 12:45:17 +0000
parents d3ea8b9672f0
children 810dfc792ca9 53c21d4ec98a
comparison
equal deleted inserted replaced
595:2895626d864f 596:e001bd424f12
126 #define RSA_BLINDING 126 #define RSA_BLINDING
127 127
128 /* Define DSS_PROTOK to use PuTTY's method of generating the value k for dss, 128 /* Define DSS_PROTOK to use PuTTY's method of generating the value k for dss,
129 * rather than just from the random byte source. Undefining this will save you 129 * rather than just from the random byte source. Undefining this will save you
130 * ~4k in binary size with static uclibc, but your DSS hostkey could be exposed 130 * ~4k in binary size with static uclibc, but your DSS hostkey could be exposed
131 * if the random number source isn't good. In general this isn't required */ 131 * if the random number source isn't good. It happened to Sony.
132 * On systems with a decent random source this isn't required. */
132 /* #define DSS_PROTOK */ 133 /* #define DSS_PROTOK */
133 134
134 /* Control the memory/performance/compression tradeoff for zlib. 135 /* Control the memory/performance/compression tradeoff for zlib.
135 * Set windowBits=8, memLevel=1 for least memory usage, see your system's 136 * Set windowBits=8, memLevel=1 for least memory usage, see your system's
136 * zlib.h for full details. 137 * zlib.h for full details.