]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitb8e62639c6c3d6ee6ade7aab9520eb2fcb324d25
tree06ebf0bb5f2ba3f85562bd67761aa6f5ef145ddd
parent1486cfa0e0c38a29aee92995c3e889dcbcd7dfec
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]