commit | 634f6b2fb1056021fba603ccb7488d1864787576 | [log] [tgz] |
---|---|---|
author | AKASHI Takahiro <takahiro.akashi@linaro.org> | Tue Jul 05 14:48:14 2022 +0900 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Tue Jul 05 14:37:16 2022 +0200 |
tree | 055a12c85f577b63233ec6f8a35658cf5c134ae5 | |
parent | b72d09fa7df75d56d2b618ce029bc8b001ed276b [diff] |
efi_loader: image_loader: add a missing digest verification for signed PE image At the last step of PE image authentication, an image's hash value must be compared with a message digest stored as the content (of SpcPeImageData type) of pkcs7's contentInfo. Fixes: commit 4540dabdcaca ("efi_loader: image_loader: support image authentication") Signed-off-by: AKASHI Takahiro <takahiro.akashi@linaro.org>