[PATCH v2 6/6] test: dm: Add test for ECDSA UCLASS support
Simon Glass
sjg at chromium.org
Mon Mar 29 09:43:11 CEST 2021
Hi Alexandru,
On Tue, 16 Mar 2021 at 13:24, Alexandru Gagniuc <mr.nuke.me at gmail.com> wrote:
>
> This test verifies that ECDSA_UCLASS is implemented, and that
> ecdsa_verify() works as expected. The definition of "expected" is
> "does not find a device, and returns -ENODEV".
>
> The lack of a hardware-independent ECDSA implementation prevents us
> from having one in the sandbox, for now.
Yes we do need a software impl at some point. Any update on that?
>
> Signed-off-by: Alexandru Gagniuc <mr.nuke.me at gmail.com>
> ---
> configs/sandbox_defconfig | 2 ++
> test/dm/Makefile | 1 +
> test/dm/ecdsa.c | 38 ++++++++++++++++++++++++++++++++++++++
> 3 files changed, 41 insertions(+)
> create mode 100644 test/dm/ecdsa.c
>
Regards,
Simon
More information about the U-Boot
mailing list