<darfo>
I've been using the suggestion "better algorithm to seed /dev/urandom" mentioned in https://crux.nu/Wiki/TODO38 since 3.7 and in 3.8 since it was released. I cloned the git repo for tools/rc. I'd like to push the changes for review but haven't a clue how. The New Pull Request at https://git.crux.nu/tools/rc/pulls is greyed out.
<darfo>
It would be messy to submit as patches. Any ideas would be appreciated.
serpente has quit [Remote host closed the connection]
braewoods has joined #crux
braewoods has quit [Remote host closed the connection]
braewoods has joined #crux
ruenoak has joined #crux
brian|lfs has quit [Quit: Leaving]
ruenoak has quit [Read error: Connection reset by peer]
ruenoak has joined #crux
frinnst has quit [Ping timeout: 272 seconds]
frinnst has joined #crux
lavaball has joined #crux
ruenoak has quit [Quit: ChatZilla 0.18.2 [SeaMonkey 2.53.18.2/20240423120716]]
lavaball has quit [Remote host closed the connection]
lavaball has joined #crux
farkuhar has joined #crux
SiFuh_ has quit [Remote host closed the connection]
SiFuh_ has joined #crux
<SiFuh_>
darfo: if you are using a more recent kernel, hardware based RNG was introduced as a replacement for the software version of /dev/urandom. It is technically deprecated now, unless you haven't enabled Random Number Generation in the kernel. So in other words, it shouldn't exist and actually be commented out.
serpente has joined #crux
lavaball has quit [Remote host closed the connection]
<darfo>
SiFuh_: using kernel 6.12.27 and it has RNG support but the underlying hardware, which is about five years old doesn't have an hardware RNG. It's probably best if rc does something to seed the kernel RNG.