Re: Get random data very early

2014-01-19 Thread Mike Belopuhov
On 20 January 2014 02:05, Theo de Raadt wrote: > This change allows the arc4random() subsystem to self-initialize from > boot-supplied data, upon first call. It uses rs_buf[] to build the > chacha context, then permits drawing of up to 1GB of data without > entering the difficult reseeding or rek

Get random data very early

2014-01-19 Thread Theo de Raadt
This change allows the arc4random() subsystem to self-initialize from boot-supplied data, upon first call. It uses rs_buf[] to build the chacha context, then permits drawing of up to 1GB of data without entering the difficult reseeding or rekeying codepaths. When other required subsystems are rea