commit | d968b795d205a17c26f2477e26c8f9620df01b1e | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Jul 05 14:48:15 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Jul 05 14:37:16 2022 +0200 |
tree | e6a9774971bd0e2a1b49eedbf17401a70c796753 | |
parent | e669c2d42ce5e569842787a96f326daef59464c2 [diff] |
test/py: efi_secboot: add a test for a forged signed image In this test case, a image binary, helloworld.efi.signed, is willfully modified to print a corrupted message while the signature itself is unchanged. This binary must be rejected under secure boot mode. Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>