test/py: efi_secboot: add test for intermediate certificates
authorAKASHI Takahiro <takahiro.akashi@linaro.org>
Tue, 21 Jul 2020 10:35:24 +0000 (19:35 +0900)
committerHeinrich Schuchardt <xypron.glpk@gmx.de>
Thu, 13 Aug 2020 20:37:36 +0000 (22:37 +0200)
commite1174c566a61c863db1b782935269acba00e9281
tree06ebf0bb5f2ba3f85562bd67761aa6f5ef145ddd
parent57be8cdce35189ea063ebadb9338ef510289116f
test/py: efi_secboot: add test for intermediate certificates

In this test case, an image may have a signature with additional
intermediate certificates. A chain of trust will be followed and all
the certificates in the middle of chain must be verified before loading.

Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>
test/py/tests/test_efi_secboot/conftest.py
test/py/tests/test_efi_secboot/defs.py
test/py/tests/test_efi_secboot/openssl.cnf [new file with mode: 0644]
test/py/tests/test_efi_secboot/test_signed_intca.py [new file with mode: 0644]