commit | 6faeaa417e73183766cad009e8dd45f8316a2c11 | [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 | e9b366217f675d3d1fdd342d1c2f00618e3177ad [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>