Re: [PATCH v2 0/2] Use RNG to get random behaviour

2020-12-18 Thread Torsten Duwe
On Wed, 16 Dec 2020 17:28:05 +0100 matthias@kernel.org wrote: > From: Matthias Brugger > > > For now bootp and uuid code use a weak seed for generating random > data. U-Boot as support for RNG devices now, so we should change to > code to use them if they are present. This will help

[PATCH v2 0/2] Use RNG to get random behaviour

2020-12-16 Thread matthias . bgg
From: Matthias Brugger For now bootp and uuid code use a weak seed for generating random data. U-Boot as support for RNG devices now, so we should change to code to use them if they are present. This will help mitigate issues like seen in CVE-2019-11690. Changes in v2: - fix dm_rng_read()