Skip to content
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

Open
atoponce opened this issue Jun 30, 2015 · 5 comments
Open

Support for rngd(8) #6

atoponce opened this issue Jun 30, 2015 · 5 comments

Comments

@atoponce
Copy link

More of a wishlist, but I don't see how to add it as a HRNGDEVICE for rngd(8). Possible?

@alphazo
Copy link

alphazo commented Sep 2, 2015

+1 so we can use it to feed /dev/random so all applications can benefit from the better entropy.

@waywardgeek
Copy link
Owner

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.

@atoponce
Copy link
Author

It will only use RDRAND if you've loaded the kernel module and it is being exported as /dev/hwrng.

@waywardgeek
Copy link
Owner

Which is true by default on Ubuntu 14.04, IIRC. Scarry stuff.

@atoponce
Copy link
Author

atoponce commented Aug 29, 2017

If RDRAND is available, the kernel is already using it to reseed the CRNG when the module is loaded. rngd(8) isn't needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants