On Sun, Sep 29, 2019 at 11:37:06PM -0400, Theodore Y. Ts'o wrote: > I'm OK with this as a starting point. If a jitter entropy system > allow us to get pass this logjam, let's do it. At least for the x86 > architecture, it will be security through obscurity. And if the > alternative is potentially failing where the adversary can attack the > CRNG, it's my preference. It's certainly better than nothing.
Upon rereading this, this came out wrong. What I was trying to say is in the very worst case, it will be security through obscurity, and if the alternative "don't block, because blocking is always worse than an guessable value being returned through getrandom(0)", it's better than nothing. Which is to say, I'm still worried that people with deep access to the implementation details of a CPU might be able to reverse engineer what a jitter entropy scheme produces. This is why I'd be curious to see the results when someone tries to attack a jitter scheme on a fully open, simple architecture such as RISC-V. - Ted