On Thu, 19 Feb 2026 at 06:26, Philippe Reynes <[email protected]> wrote: > > This commit adds test case for ecdsa on fit, but not (yet) for > the global image signature (preload). > > Signed-off-by: Philippe Reynes <[email protected]> > --- > 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 <[email protected]>

