]> git.baikalelectronics.ru Git - uboot.git/commit
test/py: efi_secboot: adjust secure boot tests to code changes
authorIlias Apalodimas <ilias.apalodimas@linaro.org>
Fri, 11 Feb 2022 07:37:50 +0000 (09:37 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Fri, 11 Feb 2022 19:07:55 +0000 (20:07 +0100)
commit8386f2d4db93af72fa857bd9f2a7031f12ce5eab
tree6e0dcf49812dd046e80aeb89c2c6313b8fe8abfe
parent300fcb4bfee4d6279e06c6ad87ec16d47df84d6b
test/py: efi_secboot: adjust secure boot tests to code changes

The previous patch is changing U-Boot's behavior wrt certificate based
binary authentication.  Specifically an image who's digest of a
certificate is found in dbx is now rejected.  Fix the test accordingly
and add another one testing signatures in reverse order

Signed-off-by: Ilias Apalodimas <ilias.apalodimas@linaro.org>
test/py/tests/test_efi_secboot/test_signed.py