Re: [edk2-devel] [PATCH v1 7/8] SecurityPkg/RngDxe: Select safe default Rng algorithm

2023-06-30 Thread Sami Mujawar
Hi Kun, On 30/06/2023, 00:08, "Kun Qin" mailto:kuqi...@gmail.com>> wrote: Hi Sami, Your suggestion in https://edk2.groups.io/g/devel/message/106511 works properly during my test. [SAMI] Thank you for trying this out and confirming. But I

Re: [edk2-devel] [PATCH v1 7/8] SecurityPkg/RngDxe: Select safe default Rng algorithm

2023-06-29 Thread Kun Qin
Hi Sami, Your suggestion in https://edk2.groups.io/g/devel/message/106511 works properly during my test. But I think we still need to keep the `+  , ` change below as a bug fix? Thanks, Kun On 6/29/2023 3:28 AM, Sami Mujawar wrote: Hi Pierre, I think this patch would not be required

Re: [edk2-devel] [PATCH v1 7/8] SecurityPkg/RngDxe: Select safe default Rng algorithm

2023-06-29 Thread Sami Mujawar
Hi Pierre, I think this patch would not be required if my suggestions for patch 6/8 are adopted. Regards, Sami Mujawar On 09/05/2023 08:40 am, pierre.gond...@arm.com wrote: From: Pierre Gondois The first element of mAvailableAlgoArray should be the default algorithm to avoid going

[edk2-devel] [PATCH v1 7/8] SecurityPkg/RngDxe: Select safe default Rng algorithm

2023-05-09 Thread PierreGondois
From: Pierre Gondois The first element of mAvailableAlgoArray should be the default algorithm to avoid going through a selection process at each RngGetRNG() call. Once all the available Rng algorithms have been probed, place a safe Rng algorithm at the first position of mAvailableAlgoArray.