-
Notifications
You must be signed in to change notification settings - Fork 792
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[signing] Implement owner-stage signing
Implement signing of owner-stage payloads with owner keys. By default, we select key zero in the owner's keyset. The default owner's keyset is the SiVAL owner's keyset. Both the owner keyset and the selected key can be chosen with commandline parameters: ``` bazel build //sw/device/tests:aes_smoketest_silicon_owner_sival_rom_ext \ --//signing:token=//signing/tokens:<owner_token> \ --//signing:appkey=//sw/device/silicon_creator/rom_ext/sival/keys:keyset \ --//sw/device/silicon_creator/rom_ext/sival/keys:keyset=sv00-app-key-prod-0 ``` Signed-off-by: Chris Frantz <[email protected]>
- Loading branch information
Showing
3 changed files
with
19 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters