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

2020-12-16 Thread Peter Robinson
On Wed, Dec 16, 2020 at 1:17 PM Torsten Duwe wrote: > > On Wed, 16 Dec 2020 11:41:15 +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

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

2020-12-16 Thread Torsten Duwe
On Wed, 16 Dec 2020 11:41:15 +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 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. Matthias Brugger (2): lib: uuid: use