On Fri, Sep 20, 2019 at 7:36 AM Andy Lutomirski <[email protected]> wrote: > > This makes two major semantic changes to Linux's random APIs:
Hmm. I have at least two issues in here that need fixing: - getrandom() can warn. Whoops. - Repeatedly calling getentropy in GRND_INSECURE mode will interfere will CRNG init. v3 will fix these issues.

