mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-11-19 22:18:13 +00:00
chore(core): update vendor header definitions
* change version format to match the new code * change devel vendor header size - fixes #659 * add definition for QA vendor header, with production-like flags but devel key THIS QA VENDOR HEADER MUST NOT BE SIGNED BY PRODUCTION KEYS
This commit is contained in:
parent
acbf642d39
commit
25660144f0
18
core/embed/vendorheader/vendor_qa_DO_NOT_SIGN.json
Normal file
18
core/embed/vendorheader/vendor_qa_DO_NOT_SIGN.json
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
{
|
||||||
|
"header_len": 4608,
|
||||||
|
"text": "QA ONLY, DO NOT USE!",
|
||||||
|
"expiry": 0,
|
||||||
|
"version": [0, 0],
|
||||||
|
"sig_m": 2,
|
||||||
|
"trust": {
|
||||||
|
"show_vendor_string": false,
|
||||||
|
"require_user_click": false,
|
||||||
|
"red_background": false,
|
||||||
|
"delay": 0
|
||||||
|
},
|
||||||
|
"pubkeys": [
|
||||||
|
"e28a8970753332bd72fef413e6b0b2ef1b4aadda7aa2c141f233712a6876b351",
|
||||||
|
"d4eec1869fb1b8a4e817516ad5a931557cb56805c3eb16e8f3a803d647df7869",
|
||||||
|
"772c8a442b7db06e166cfbc1ccbcbcde6f3eba76a4e98ef3ffc519502237d6ef"
|
||||||
|
]
|
||||||
|
}
|
1
core/embed/vendorheader/vendor_qa_DO_NOT_SIGN.toif
Symbolic link
1
core/embed/vendorheader/vendor_qa_DO_NOT_SIGN.toif
Symbolic link
@ -0,0 +1 @@
|
|||||||
|
vendor_satoshilabs.toif
|
@ -2,10 +2,7 @@
|
|||||||
"header_len": 4608,
|
"header_len": 4608,
|
||||||
"text": "SatoshiLabs",
|
"text": "SatoshiLabs",
|
||||||
"expiry": 0,
|
"expiry": 0,
|
||||||
"version": {
|
"version": [0, 0],
|
||||||
"major": 0,
|
|
||||||
"minor": 0
|
|
||||||
},
|
|
||||||
"sig_m": 2,
|
"sig_m": 2,
|
||||||
"trust": {
|
"trust": {
|
||||||
"show_vendor_string": false,
|
"show_vendor_string": false,
|
||||||
|
@ -1,11 +1,8 @@
|
|||||||
{
|
{
|
||||||
"header_len": 2560,
|
"header_len": 4608,
|
||||||
"text": "UNSAFE, DO NOT USE!",
|
"text": "UNSAFE, DO NOT USE!",
|
||||||
"expiry": 0,
|
"expiry": 0,
|
||||||
"version": {
|
"version": [0, 0],
|
||||||
"major": 0,
|
|
||||||
"minor": 0
|
|
||||||
},
|
|
||||||
"sig_m": 2,
|
"sig_m": 2,
|
||||||
"trust": {
|
"trust": {
|
||||||
"show_vendor_string": true,
|
"show_vendor_string": true,
|
||||||
|
Loading…
Reference in New Issue
Block a user