Re: [PATCH 0/2] Fix ECDH P-521 test

Denis Kenzior <[email protected]> Wed, 21 May 2025 11:28:35 -0500
Newsgroups dev.linux.lists.ell
Message-ID <[email protected]>
Hi Sergey,

On 5/21/25 11:16 AM, Sergey Trofimov wrote:
> When building ell, unit/test-ecdh fails 8 out of 10 times. This appears
> to be due to the `l_getrandom` function. The return value of
> `l_getrandom` is not being checked, and the wrapper for `l_getrandom`
> has not enough pre-generated random numbers, causing it to return
> `false`.
> 

Hah, nice find.  Applied, thanks.

Regards,
-Denis