commit | 3afdaaf36e7e7cd8ea0b8cee43b15811b8766868 | [log] [tgz] |
---|---|---|
author | zamiseck <zimzam17@gmail.com> | Mon Mar 28 11:26:09 2022 -0500 |
committer | Adriana Kobylak <anoo@linux.ibm.com> | Fri Apr 08 21:19:15 2022 +0000 |
tree | d1f10408adf1f957033e8f6d0eef92091f0223c3 | |
parent | 35aa9a889fda41d75a35633faba1b081c70ce86c [diff] |
Signature Validation : Change Error Thrown This commit changes the error reported when the signature requirements are not met. Instead of reporting "InternalError", the newly defined InvalidSignature error is thrown in its place. This allows there to be a more specific error shown. Tested: Before: Apr 08 19:04:44 witherspoon phosphor-image-updater[416]: Error occurred during image validation Apr 08 19:04:44 witherspoon phosphor-image-updater[416]: The operation failed internally. After: Jan 01 00:11:10 witherspoon phosphor-image-updater[403]: Signature Validation failed for image version. Signed-off-by: Zami Seck <zimzam17@gmail.com> Change-Id: Ia92aba70ea4b346b1473b557a5adeeea7a3cae3d
Phosphor BMC Code Management provides a set of system software management applications. More information can be found at Software Architecture
To build this package, do the following steps:
meson build
ninja -C build
To clean the repository run rm -r build
.