Message267968
Can we please stop using the term "low entropy" here. It is wrong and makes my head hurt. "Running out of entropy" is an urban myth. It's about the initialization state of Kernel's internal RNG. The Kernel blocks the syscall as long as it is not confident enough about its RNG. It wants to collect a decent amount of events from different sources until it considers its RNG properly seeded. Once the RNG is seeded, you can pull as many data from the RNG as you like.
It's really block_on_boot_until_kernel_rng_has_been_seeded. |
|
Date |
User |
Action |
Args |
2016-06-09 07:41:22 | christian.heimes | set | recipients:
+ christian.heimes, ncoghlan, vstinner, larry, martin.panter, dstufft, Theodore Tso |
2016-06-09 07:41:22 | christian.heimes | set | messageid: <1465458082.03.0.124652747325.issue27266@psf.upfronthosting.co.za> |
2016-06-09 07:41:22 | christian.heimes | link | issue27266 messages |
2016-06-09 07:41:21 | christian.heimes | create | |
|