mirror of
https://github.com/Telecominfraproject/OpenCellular.git
synced 2025-12-03 14:43:46 +00:00
Add a --subkey switch to kernel signing utility.
This option makes the signing utility just output the kernel subkey (key signature) header which can be used to generate subsequent signed kernel images without needing the firmware root key and using the same kernel signing key. (This feature will be a part of a subsequent CL). Review URL: http://codereview.chromium.org/2310002
This commit is contained in:
@@ -77,7 +77,8 @@ class KernelUtility {
|
||||
bool is_generate_; // Are we generating a new image?
|
||||
bool is_verify_; // Are we just verifying an already signed image?
|
||||
bool is_describe_; // Should we print out description of the image?
|
||||
bool is_only_vblock_; // Show we just output the verification block?
|
||||
bool is_only_vblock_; // Should we just output the verification block?
|
||||
bool is_subkey_out_; // Should we just output the subkey header?
|
||||
};
|
||||
|
||||
} // namespace vboot_reference
|
||||
|
||||
Reference in New Issue
Block a user