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
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