-
Notifications
You must be signed in to change notification settings - Fork 103
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support for rngd(8) #6
Comments
+1 so we can use it to feed /dev/random so all applications can benefit from the better entropy. |
I find rngd too buggy and scary for my taste. For example, by default it only uses Intel's RDRAND data and never reads from an Infnoise device, because RDRAND is so fast, it fills the entropy pool before any other TRNG has a chance to do anything. |
It will only use RDRAND if you've loaded the kernel module and it is being exported as |
Which is true by default on Ubuntu 14.04, IIRC. Scarry stuff. |
If RDRAND is available, the kernel is already using it to reseed the CRNG when the module is loaded. |
More of a wishlist, but I don't see how to add it as a HRNGDEVICE for rngd(8). Possible?
The text was updated successfully, but these errors were encountered: