]> git.dujemihanovic.xyz Git - u-boot.git/commit
test/py: efi_secboot: add a test for multiple signatures
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Wed, 8 Jul 2020 05:02:02 +0000 (14:02 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Sat, 11 Jul 2020 21:14:16 +0000 (23:14 +0200)
commit0c7772d40f7994b1ff75ad9acd220101241c1feb
tree533fbdf8f0120360e8a5a1b5c708049f27436da2
parentc6361e73b5c21216fc49ed46721015283414d77e
test/py: efi_secboot: add a test for multiple signatures

In this test case, an image is signed multiple times with different
keys. If any of signatures contained is not verified, the whole
authentication check should fail.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
Provide a defined time stamp for dbx_hash1.auth.
Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
test/py/tests/test_efi_secboot/conftest.py
test/py/tests/test_efi_secboot/test_signed.py