Cc: Herbert Xu <herbert@...>, Alan Cox <alan@...>, Jeff Garzik <jeff@...>, <netdev@...>, <linux-kernel@...>, Andrew Morton <akpm@...>, Brandeburg, Jesse <jesse.brandeburg@...>, <tpmdd-devel@...>, <tpm@...>
What I meant was "only getting working blocking /dev/random
with the user mode daemon". /
The kernel would still provide /dev/random. But on systems
without much entropy (which is pretty common) it will block
often and be unusable unless you run some obscure user space
daemons which regularly refeed /dev/random from hw_random
and stops doing that if the FIPS test fails and makes /dev/random
unusable again.
It's sad to say, but their implementation makes more sense than Linux's
(including the feeding in of network data)
I suspect that's the main reason I actually found that many /dev/random
users as I found during my research.
-Andi
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html