<div dir="ltr"><br><div class="gmail_extra"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left-width:1px;border-left-color:rgb(204,204,204);border-left-style:solid;padding-left:1ex">
<div class="im">
> Also, if earlier polls (eg /dev/random or EGD) succeed, then we<br>
> will never query these sources at all, as spawning off all<br>
> these processes is quite slow, so we avoid it except in cases<br>
> where it is necessary due to lack of other options.<br>
<br>
</div>Ref. above, I'm still seeing these messages, indicating that<br>
either the Botan library didn't get the required bits from<br>
/dev/random or /dev/urandom (which should in itself be an<br>
inexhaustible source of pseudo-random bits), or this statement<br>
isn't quite correct for the version I'm using.<br>
<br>
My botan package is version 1.8.14 (which could possibly stand an<br>
update to at least something 1.10ish).<br></blockquote><div><br></div><div>I might see an issue in the Botan code. I will verify this with Jack, but the issue might be that it breaks out from the for-loop in the Device_EntropySource, even if the polling goal is not fulfilled. When reading from /dev/random, you might not get all bytes as you requested. When returning from the Device_EntropySource, the RNG will notice this and continue to the next entropy source type. Thus not even trying the /dev/urandom.</div>
<div><br></div><div>// Rickard  </div></div></div></div>