[RFC PATCH v2 9/9] test: vboot: add test for ecdsa

Simon Glass sjg at chromium.org
Mon Feb 23 18:51:16 CET 2026


On Thu, 19 Feb 2026 at 06:26, Philippe Reynes
<philippe.reynes at softathome.com> wrote:
>
> This commit adds test case for ecdsa on fit, but not (yet) for
> the global image signature (preload).
>
> Signed-off-by: Philippe Reynes <philippe.reynes at softathome.com>
> ---
> v2:
> - initial version
>
>  test/py/tests/test_vboot.py                   | 29 ++++++++++++
>  .../vboot/sign-configs-sha256-ecdsa256.its    | 45 +++++++++++++++++++
>  .../vboot/sign-configs-sha256-ecdsa384.its    | 45 +++++++++++++++++++
>  .../vboot/sign-configs-sha256-ecdsa521.its    | 45 +++++++++++++++++++
>  .../vboot/sign-images-sha256-ecdsa256.its     | 42 +++++++++++++++++
>  .../vboot/sign-images-sha256-ecdsa384.its     | 42 +++++++++++++++++
>  .../vboot/sign-images-sha256-ecdsa521.its     | 42 +++++++++++++++++
>  7 files changed, 290 insertions(+)
>  create mode 100644 test/py/tests/vboot/sign-configs-sha256-ecdsa256.its
>  create mode 100644 test/py/tests/vboot/sign-configs-sha256-ecdsa384.its
>  create mode 100644 test/py/tests/vboot/sign-configs-sha256-ecdsa521.its
>  create mode 100644 test/py/tests/vboot/sign-images-sha256-ecdsa256.its
>  create mode 100644 test/py/tests/vboot/sign-images-sha256-ecdsa384.its
>  create mode 100644 test/py/tests/vboot/sign-images-sha256-ecdsa521.its
>

Nice!

Reviewed-by: Simon Glass <simon.glass at canonical.com>


More information about the U-Boot mailing list