<div dir="ltr">Hi,<br><div><br></div><div>I am working on an embedded platform and now ported openssl 1.1.1b</div><div>TLS 1.2/1.3 is working fine.</div><div>While analysing random number , Rand pool initialization calls where I am returning like this , </div><div>size_t <b>rand_pool_acquire_entropy</b>(RAND_POOL *pool)<br>{<br>        return rand_pool_entropy_available(pool);<br>}  <br></div><div>As noticed that <b>rand_unix.c</b> has an implementation wcih samples 2 bits of RTC, would that give enough entropy or any other recommendation to have enough entropy for embedded platforms?</div><div><br></div><div>Thanks,</div><div><br></div><div><br></div><div><br></div><div><br></div><div><br></div></div>