Age | Commit message (Collapse) | Author | |
---|---|---|---|
2022-04-20 | seedrng: incorporate various improvements | Jason A. Donenfeld | |
There have been a number of subtle improvements and cleanups to seedrng, including using openat and locking the directory fd instead of a separate lock file. Also various stylistic cleanups. This fixes #519. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> | |||
2022-03-30 | add seedrng service for Linux | William Hubbs | |
This moves urandom to *bsd only and adds seedrng as a separate service for Linux. This fixes #510 |