Re: error retrieving entropy

2013-03-23 Thread voryl
Hi Would you know if there are SP 800-90 DRBG replacement for FIPS_rand_set_key and FIPS_rand_set_dt? thanks much. -- View this message in context: http://openssl.6102.n7.nabble.com/error-retrieving-entropy-tp44435p44510.html Sent from the OpenSSL - User mailing list archive at Nabble.com.

error retrieving entropy

2013-03-20 Thread voryl
is not seeded!\n); // } if (FIPS_drbg_generate(dctx, (unsigned char *)cbuf, arraylength, 0, cbuf, 16)) { ERR_load_crypto_strings(); ERR_print_errors(BIO_new_fp(stderr,BIO_NOCLOSE)); } Any ideas? thanks much in advance. voryl -- View this message in context: http://openssl