<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <br>
    <br>
    <div class="moz-cite-prefix">On 8/16/19 5:26 AM, Chitrang Srivastava
      wrote:<br>
    </div>
    <blockquote type="cite"
cite="mid:CANPP3o0WJtxh7ZDoBq=SD=sr0w+ix9zWv2y+e-UB5w0msHNrmQ@mail.gmail.com">
      <meta http-equiv="content-type" content="text/html; charset=UTF-8">
      <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?<br>
        </div>
      </div>
    </blockquote>
    <br>
    <br>
    Check out:    <a class="moz-txt-link-freetext" href="https://issihosts.com/haveged">https://issihosts.com/haveged</a><br>
    <br>
    I talk about it here:   
    <a class="moz-txt-link-freetext" href="http://www.htt-consult.com/CentOS7-armv7.html#RANDOMNESS">http://www.htt-consult.com/CentOS7-armv7.html#RANDOMNESS</a><br>
    <br>
    <br>
  </body>
</html>