Re: [PATCH v3 0/8] Rework random blocking

From: Andy Lutomirski
Date: Thu Jan 09 2020 - 19:30:54 EST




> On Jan 9, 2020, at 12:02 PM, Kurt Roeckx <kurt@xxxxxxxxx> wrote:
>

>
> If the kernel provides a good RNG, the only reason I can see why
> you would like to have direct access to a hwrng is to verify that
> it's working correctly. That might mean that you put it in some
> special mode where it returns raw unprocessed values. If the device
> is in such a mode, it's output will not provide the same entropy
> per bit, and so I would expect the kernel to stop using it directly.

I disagree.

If I buy a ChaosKey or a fancy EAL4FIPSOMG key, I presumably have it for a reason and I want to actually use the thing for real. Maybe itâs for some certification reason and maybe itâs just because itâs really cool.

As for âdirectâ access, I think AMD provides an interface to read raw output from the on-die entropy source. Exposing this to user space is potentially quite useful for anyone who wants to try to characterize it. I donât really think people should use a raw sample interface as a source of production random numbers, though.