Thank you Wim,
I'll take a look to the notes you linked. And talking about the entropy
pool, do you know where in the code is the entropy pool filled with more
entropy? I'm doing some searches looking for /dev/u?random (I still need to
invest more time on this though), but it would be great if you
On Aug 24, 2015, at 11:33 AM, David Luengo López wrote:
> 439 #define DUMMY_SEED "" /* at least MD_DIGEST_LENGTH */
> 440 /* Note that the seed does not matter, it's just that
> 441 * ssleay_rand_add expects to have something to hash. */
> 442
Hello openssl-ers,
Anyone knows what does OPENSSL_SYS_VOS macro means?
I'm building OpenSSL (1.0.1l) for Vxworks and I when I ran some tests I got
some errors while generating a new session ID because it seems it is
running out of entropy in the entropy pool. I've been looking into the code
and I