aboutsummaryrefslogtreecommitdiff
path: root/utils/rng-tools/files
Commit message (Collapse)AuthorAge
* rng-tools: fix init STARTÁlvaro Fernández Rojas2021-02-20
| | | | | | | We should be using "00" to deal with alphabetical order. Fixes: e9a126c14509 ("rng-tools: start as early as possible") Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* rng-tools: start as early as possibleÁlvaro Fernández Rojas2021-02-19
| | | | | | | | | Raspberry Pi devices (bcm2708) need this to get from: [ 102.310494] random: crng init done to: [ 12.539744] random: crng init done Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>
* rng-tools: start rngd early enough to actually be usefulPhilip Prindeville2017-02-02
| | | | | | | | | | | | | | | lighttpd starts at priority 50, but promptly calls getrandom() on initialization (li_rand_reseed() and li_rand_device_bytes() from server_init()). If /dev/urandom (which getrandom() uses by default) doesn't have sufficient entropy, this will block. Since Openwrt runs the startup scripts serially, this can block initialization indefinitely. I've seen 15-20 minutes typically. Seeding the pool early on can quickly built sufficient entropy to complete booting without blocking. Signed-off-by: Philip Prindeville <philipp@redfish-solutions.com>
* rng-tools: Fixup Makefile and initscriptStefan Hellermann2016-11-10
| | | | | | | | - typo in path of uci-defaults scripts - fix init script when there is no rngd config - convert init script to procd Signed-off-by: Stefan Hellermann <stefan@the2masters.de>
* rng-tools: uci-fy, default to doing nothingNathaniel Wesley Filardo2016-10-31
| | | | | | | | | | | | | | | | Enabling the default configuration will pipe /dev/urandom back into /dev/random ala the current package behavior. Because this amounts to disabling the in-kernel entropy estimation, default disabled. While here, uci-paramaterize the high watermark. While here, add a pre-command hook for real RNGs that need 'stty raw' or other such hooks. (e.g. the TrueRNG devices) As offered in github openwrt/packages#3422, take over maintainership. See github openwrt/packages#3142. Signed-off-by: Nathaniel Wesley Filardo <nwfilardo@gmail.com>
* rng-tools: Add description, remove unused parameterHannu Nyman2016-09-22
| | | | | | | | * Add description to both Makefile and init script that mentions the default of /dev/urandom as the entropy source. * Remove the deprecated interval parameter from init script. Signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* rng-tools: upgrade to version 5Hannu Nyman2014-07-23
| | | | | | | | | Edit init script to match current options. Update copyright year. Simplify download location. Add myself as maintainer. signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>
* rng-tools: import from oldpackagesHannu Nyman2014-07-23
signed-off-by: Hannu Nyman <hannu.nyman@iki.fi>