| commit | 90532250297fbb021c7601cafe9a6e4c661e93ef | [log] [tgz] |
|---|---|---|
| author | Lei YU <mine260309@gmail.com> | Thu May 24 11:15:24 2018 +0800 |
| committer | Lei YU <mine260309@gmail.com> | Tue Jul 17 01:45:16 2018 +0000 |
| tree | 9b8ccdfa26af6c450a4b755d814aeb6475688402 | |
| parent | a7853ee8d0d6331c150b8341df1d0b417a1bd467 [diff] |
Verify signature for non ubifs image
Enable signature verification on non ubifs build.
The code is the same for ubifs and non ubifs, so move related code into
separated functions.
Tested: Verify that the signature check happens during code update, and
successfully updated the code when the image is valid;
verify it fails to update in field mode when the image is
modified.
Change-Id: I81a536fb7ea05d804fa592c57bbed8f32f07a559
Signed-off-by: Lei YU <mine260309@gmail.com>
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:
1. ./bootstrap.sh
2. ./configure ${CONFIGURE_FLAGS}
3. make
To clean the repository run `./bootstrap.sh clean`.