Files
wolfssl/wolfssl
David Garske 08c663a4ac Added new CUSTOM_RAND_GENERATE_BLOCK option that allows override and disabling of the HASHDRBG for customers who have a HW RNG they would like to use instead.
Examples:
"./configure --disable-hashdrbg CFLAGS="-DCUSTOM_RAND_GENERATE_BLOCK= custom_rand_generate_block".
OR
/* RNG */
//#define HAVE_HASHDRBG
extern int custom_rand_generate_block(unsigned char* output, unsigned int sz);
2016-02-12 11:59:51 -08:00
..
2015-12-28 19:38:04 -03:00
2015-01-08 09:39:04 -07:00
2014-12-17 13:55:34 -07:00
2015-12-28 19:38:04 -03:00
2016-01-25 13:12:45 -08:00