commit | 72b509b7019878e2a5f69bcf7198a0927a77ad60 | [log] [tgz] |
---|---|---|
author | Ilias Apalodimas <ilias.apalodimas@linaro.org> | Fri Feb 11 09:37:50 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Fri Feb 11 20:07:55 2022 +0100 |
tree | 6e0dcf49812dd046e80aeb89c2c6313b8fe8abfe | |
parent | 54cebe8a3ae8b56d784dbd0672cbd06102423eeb [diff] |
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>