|
|
Subscribe / Log in / New account

Removing the Linux /dev/random blocking pool

Removing the Linux /dev/random blocking pool

Posted Jan 7, 2020 21:32 UTC (Tue) by dkg (subscriber, #55359)
Parent article: Removing the Linux /dev/random blocking pool

I'm surprised to see all the commentary about GnuPG and OpenSSL reading from /dev/random.

OpenSSL has traditionally read from /dev/urandom and for over a year now, GnuPG has been reading from the getrandom syscall even for key generation.


to post comments

Removing the Linux /dev/random blocking pool

Posted Jan 8, 2020 18:57 UTC (Wed) by ncultra (✭ supporter ✭, #121511) [Link] (1 responses)

I also noticed it and felt it was unwarranted and showed not a small amount of hubris. Blaming developers for using a kernel facility that was made available to them is deflecting the problem. Ironically so, because it was the kernel (via ext4) that caused a blocking regression (DOS?) and started this work.

Removing the Linux /dev/random blocking pool

Posted Jan 15, 2020 2:17 UTC (Wed) by luto (guest, #39314) [Link]

This patch set actually predates the ext4 issue.


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds