mirror of
https://github.com/trezor/trezor-firmware.git
synced 2025-01-18 03:10:58 +00:00
fix(core): include valid staging certificate for T3T1 emulator
This commit is contained in:
parent
4ee81daee7
commit
8a3133bacc
7
core/embed/trezorhal/unix/certs/README.md
Normal file
7
core/embed/trezorhal/unix/certs/README.md
Normal file
@ -0,0 +1,7 @@
|
||||
# Certificate chains for emulators
|
||||
|
||||
The DER files are generated by asking the staging HSM for the given model, to sign
|
||||
a certificate for a private key `01000000...`.
|
||||
|
||||
When you add a new certificate, please add it to the `certs` directory and generate
|
||||
the header with `gen.py` (using `xxd` to convert bytes into a C array).
|
BIN
core/embed/trezorhal/unix/certs/T2B1.der
Normal file
BIN
core/embed/trezorhal/unix/certs/T2B1.der
Normal file
Binary file not shown.
80
core/embed/trezorhal/unix/certs/T2B1.h
Normal file
80
core/embed/trezorhal/unix/certs/T2B1.h
Normal file
@ -0,0 +1,80 @@
|
||||
// This file was generated via ./gen.sh
|
||||
|
||||
static const unsigned char T2B1_der[] = {
|
||||
0x30, 0x82, 0x01, 0x9f, 0x30, 0x82, 0x01, 0x45, 0xa0, 0x03, 0x02, 0x01,
|
||||
0x02, 0x02, 0x04, 0x4e, 0xe2, 0xa5, 0x0f, 0x30, 0x0a, 0x06, 0x08, 0x2a,
|
||||
0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x30, 0x4f, 0x31, 0x0b, 0x30,
|
||||
0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x5a, 0x31, 0x1e,
|
||||
0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x15, 0x54, 0x72, 0x65,
|
||||
0x7a, 0x6f, 0x72, 0x20, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x20,
|
||||
0x73, 0x2e, 0x72, 0x2e, 0x6f, 0x2e, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03,
|
||||
0x55, 0x04, 0x03, 0x0c, 0x17, 0x54, 0x72, 0x65, 0x7a, 0x6f, 0x72, 0x20,
|
||||
0x4d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x69, 0x6e,
|
||||
0x67, 0x20, 0x43, 0x41, 0x30, 0x1e, 0x17, 0x0d, 0x32, 0x32, 0x30, 0x34,
|
||||
0x33, 0x30, 0x31, 0x34, 0x31, 0x36, 0x30, 0x31, 0x5a, 0x17, 0x0d, 0x34,
|
||||
0x32, 0x30, 0x34, 0x33, 0x30, 0x31, 0x34, 0x31, 0x36, 0x30, 0x31, 0x5a,
|
||||
0x30, 0x1d, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c,
|
||||
0x12, 0x54, 0x32, 0x42, 0x31, 0x20, 0x54, 0x72, 0x65, 0x7a, 0x6f, 0x72,
|
||||
0x20, 0x53, 0x61, 0x66, 0x65, 0x20, 0x33, 0x30, 0x59, 0x30, 0x13, 0x06,
|
||||
0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86,
|
||||
0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x9b, 0xbf,
|
||||
0x06, 0xda, 0xd9, 0xab, 0x59, 0x05, 0xe0, 0x54, 0x71, 0xce, 0x16, 0xd5,
|
||||
0x22, 0x2c, 0x89, 0xc2, 0xca, 0xa3, 0x9f, 0x26, 0x26, 0x7a, 0xc0, 0x74,
|
||||
0x71, 0x29, 0x88, 0x5f, 0xbd, 0x44, 0x1b, 0xcc, 0x7f, 0xa8, 0x4d, 0xe1,
|
||||
0x20, 0xa3, 0x67, 0x55, 0xda, 0xf3, 0x0a, 0x6f, 0x47, 0xe8, 0xc0, 0xd4,
|
||||
0xbd, 0xdc, 0x15, 0x03, 0x6e, 0xd2, 0xa3, 0x44, 0x7d, 0xfa, 0x7a, 0x1d,
|
||||
0x3e, 0x88, 0xa3, 0x41, 0x30, 0x3f, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x1d,
|
||||
0x0f, 0x01, 0x01, 0xff, 0x04, 0x04, 0x03, 0x02, 0x00, 0x80, 0x30, 0x0c,
|
||||
0x06, 0x03, 0x55, 0x1d, 0x13, 0x01, 0x01, 0xff, 0x04, 0x02, 0x30, 0x00,
|
||||
0x30, 0x1f, 0x06, 0x03, 0x55, 0x1d, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80,
|
||||
0x14, 0x67, 0xc5, 0xd4, 0xe7, 0xf0, 0x8f, 0x91, 0xb6, 0xe7, 0x48, 0xdf,
|
||||
0x42, 0xbf, 0x9f, 0x74, 0x1f, 0x43, 0xd2, 0x73, 0x75, 0x30, 0x0a, 0x06,
|
||||
0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x03, 0x48, 0x00,
|
||||
0x30, 0x45, 0x02, 0x21, 0x00, 0xbe, 0x4c, 0x46, 0x8b, 0x7a, 0xdd, 0x75,
|
||||
0x77, 0xc4, 0xd9, 0xa4, 0xa7, 0xf7, 0x82, 0x6d, 0xf5, 0x33, 0x0b, 0x50,
|
||||
0x96, 0x51, 0xaf, 0x61, 0xc5, 0x76, 0xc1, 0xd0, 0x5e, 0x5e, 0x67, 0x8a,
|
||||
0x4e, 0x02, 0x20, 0x40, 0xa7, 0xdd, 0x93, 0x83, 0xa8, 0x40, 0x24, 0xc4,
|
||||
0xf9, 0xca, 0x89, 0xd9, 0x96, 0xa4, 0xf0, 0x1d, 0x7d, 0x8d, 0x37, 0xb5,
|
||||
0x0b, 0x2b, 0x98, 0x3f, 0xcc, 0x48, 0xee, 0xa4, 0x15, 0x5e, 0x55, 0x30,
|
||||
0x82, 0x01, 0xde, 0x30, 0x82, 0x01, 0x84, 0xa0, 0x03, 0x02, 0x01, 0x02,
|
||||
0x02, 0x04, 0x48, 0xf1, 0xf6, 0xc5, 0x30, 0x0a, 0x06, 0x08, 0x2a, 0x86,
|
||||
0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x30, 0x54, 0x31, 0x0b, 0x30, 0x09,
|
||||
0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x5a, 0x31, 0x1e, 0x30,
|
||||
0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x15, 0x54, 0x72, 0x65, 0x7a,
|
||||
0x6f, 0x72, 0x20, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x20, 0x73,
|
||||
0x2e, 0x72, 0x2e, 0x6f, 0x2e, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55,
|
||||
0x04, 0x03, 0x0c, 0x1c, 0x54, 0x72, 0x65, 0x7a, 0x6f, 0x72, 0x20, 0x4d,
|
||||
0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x69, 0x6e, 0x67,
|
||||
0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x20, 0x17, 0x0d,
|
||||
0x32, 0x33, 0x30, 0x31, 0x30, 0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
|
||||
0x5a, 0x18, 0x0f, 0x32, 0x30, 0x35, 0x33, 0x30, 0x31, 0x30, 0x31, 0x30,
|
||||
0x30, 0x30, 0x30, 0x30, 0x30, 0x5a, 0x30, 0x4f, 0x31, 0x0b, 0x30, 0x09,
|
||||
0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x5a, 0x31, 0x1e, 0x30,
|
||||
0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x15, 0x54, 0x72, 0x65, 0x7a,
|
||||
0x6f, 0x72, 0x20, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x20, 0x73,
|
||||
0x2e, 0x72, 0x2e, 0x6f, 0x2e, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55,
|
||||
0x04, 0x03, 0x0c, 0x17, 0x54, 0x72, 0x65, 0x7a, 0x6f, 0x72, 0x20, 0x4d,
|
||||
0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x69, 0x6e, 0x67,
|
||||
0x20, 0x43, 0x41, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48,
|
||||
0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03,
|
||||
0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0xba, 0x60, 0x84, 0xcb, 0x9f, 0xba,
|
||||
0x7c, 0x86, 0xd5, 0xd5, 0xa8, 0x61, 0x08, 0xa9, 0x1d, 0x55, 0xa2, 0x70,
|
||||
0x56, 0xda, 0x4e, 0xab, 0xbe, 0xdd, 0xe8, 0x8a, 0x95, 0xe1, 0xca, 0xe8,
|
||||
0xbc, 0xe3, 0x62, 0x08, 0x89, 0x16, 0x7a, 0xaf, 0x7f, 0x2d, 0xb1, 0x66,
|
||||
0x99, 0x8f, 0x95, 0x09, 0x84, 0xaa, 0x19, 0x5e, 0x86, 0x8f, 0x96, 0xe2,
|
||||
0x28, 0x03, 0xc3, 0xcd, 0x99, 0x1b, 0xe3, 0x1d, 0x39, 0xe7, 0xa3, 0x47,
|
||||
0x30, 0x45, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x1d, 0x0f, 0x01, 0x01, 0xff,
|
||||
0x04, 0x04, 0x03, 0x02, 0x02, 0x04, 0x30, 0x12, 0x06, 0x03, 0x55, 0x1d,
|
||||
0x13, 0x01, 0x01, 0xff, 0x04, 0x08, 0x30, 0x06, 0x01, 0x01, 0xff, 0x02,
|
||||
0x01, 0x00, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x1d, 0x23, 0x04, 0x18, 0x30,
|
||||
0x16, 0x80, 0x14, 0xc8, 0xb5, 0xb2, 0x43, 0xb3, 0x30, 0x43, 0xcc, 0x08,
|
||||
0xb4, 0xdc, 0x3a, 0x72, 0xa1, 0xde, 0xcd, 0xcf, 0xd7, 0xea, 0xdb, 0x30,
|
||||
0x0a, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x03,
|
||||
0x48, 0x00, 0x30, 0x45, 0x02, 0x20, 0x02, 0xc1, 0x02, 0x0a, 0xb3, 0xc6,
|
||||
0x4e, 0xd9, 0xe6, 0x58, 0xfd, 0xf8, 0x70, 0x93, 0x72, 0xc9, 0xe0, 0x53,
|
||||
0x82, 0xde, 0x4e, 0x58, 0x75, 0x80, 0xc8, 0xba, 0xc4, 0x2f, 0x43, 0x78,
|
||||
0x4a, 0xd9, 0x02, 0x21, 0x00, 0x99, 0x00, 0x98, 0x1c, 0xbc, 0x68, 0xae,
|
||||
0xb0, 0x6d, 0x3e, 0xa9, 0x11, 0x94, 0x8d, 0x63, 0x11, 0xd6, 0xf6, 0x94,
|
||||
0x40, 0x3a, 0xbb, 0xbb, 0x65, 0x9e, 0x5a, 0xf5, 0x2b, 0xf3, 0x2e, 0x33,
|
||||
0xc4};
|
||||
static const unsigned int T2B1_der_len = 901;
|
BIN
core/embed/trezorhal/unix/certs/T3T1.der
Normal file
BIN
core/embed/trezorhal/unix/certs/T3T1.der
Normal file
Binary file not shown.
80
core/embed/trezorhal/unix/certs/T3T1.h
Normal file
80
core/embed/trezorhal/unix/certs/T3T1.h
Normal file
@ -0,0 +1,80 @@
|
||||
// This file was generated via ./gen.sh
|
||||
|
||||
static const unsigned char T3T1_der[] = {
|
||||
0x30, 0x82, 0x01, 0x9f, 0x30, 0x82, 0x01, 0x45, 0xa0, 0x03, 0x02, 0x01,
|
||||
0x02, 0x02, 0x04, 0x01, 0xbf, 0xf0, 0xa4, 0x30, 0x0a, 0x06, 0x08, 0x2a,
|
||||
0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x30, 0x4f, 0x31, 0x0b, 0x30,
|
||||
0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x5a, 0x31, 0x1e,
|
||||
0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x15, 0x54, 0x72, 0x65,
|
||||
0x7a, 0x6f, 0x72, 0x20, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x20,
|
||||
0x73, 0x2e, 0x72, 0x2e, 0x6f, 0x2e, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03,
|
||||
0x55, 0x04, 0x03, 0x0c, 0x17, 0x54, 0x72, 0x65, 0x7a, 0x6f, 0x72, 0x20,
|
||||
0x4d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x69, 0x6e,
|
||||
0x67, 0x20, 0x43, 0x41, 0x30, 0x1e, 0x17, 0x0d, 0x32, 0x32, 0x30, 0x35,
|
||||
0x32, 0x34, 0x30, 0x36, 0x34, 0x31, 0x31, 0x38, 0x5a, 0x17, 0x0d, 0x34,
|
||||
0x32, 0x30, 0x35, 0x32, 0x34, 0x30, 0x36, 0x34, 0x31, 0x31, 0x38, 0x5a,
|
||||
0x30, 0x1d, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c,
|
||||
0x12, 0x54, 0x33, 0x54, 0x31, 0x20, 0x54, 0x72, 0x65, 0x7a, 0x6f, 0x72,
|
||||
0x20, 0x53, 0x61, 0x66, 0x65, 0x20, 0x35, 0x30, 0x59, 0x30, 0x13, 0x06,
|
||||
0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86,
|
||||
0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x9b, 0xbf,
|
||||
0x06, 0xda, 0xd9, 0xab, 0x59, 0x05, 0xe0, 0x54, 0x71, 0xce, 0x16, 0xd5,
|
||||
0x22, 0x2c, 0x89, 0xc2, 0xca, 0xa3, 0x9f, 0x26, 0x26, 0x7a, 0xc0, 0x74,
|
||||
0x71, 0x29, 0x88, 0x5f, 0xbd, 0x44, 0x1b, 0xcc, 0x7f, 0xa8, 0x4d, 0xe1,
|
||||
0x20, 0xa3, 0x67, 0x55, 0xda, 0xf3, 0x0a, 0x6f, 0x47, 0xe8, 0xc0, 0xd4,
|
||||
0xbd, 0xdc, 0x15, 0x03, 0x6e, 0xd2, 0xa3, 0x44, 0x7d, 0xfa, 0x7a, 0x1d,
|
||||
0x3e, 0x88, 0xa3, 0x41, 0x30, 0x3f, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x1d,
|
||||
0x0f, 0x01, 0x01, 0xff, 0x04, 0x04, 0x03, 0x02, 0x00, 0x80, 0x30, 0x0c,
|
||||
0x06, 0x03, 0x55, 0x1d, 0x13, 0x01, 0x01, 0xff, 0x04, 0x02, 0x30, 0x00,
|
||||
0x30, 0x1f, 0x06, 0x03, 0x55, 0x1d, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80,
|
||||
0x14, 0x7d, 0xee, 0x76, 0xc3, 0xb3, 0x0f, 0xdf, 0x0e, 0x8d, 0x3b, 0x52,
|
||||
0x67, 0x5d, 0xf2, 0x31, 0x89, 0xe7, 0xb9, 0x2b, 0xa4, 0x30, 0x0a, 0x06,
|
||||
0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x03, 0x48, 0x00,
|
||||
0x30, 0x45, 0x02, 0x21, 0x00, 0xdd, 0xac, 0x37, 0x5e, 0xe2, 0x5e, 0xc0,
|
||||
0x2f, 0x49, 0xcb, 0x14, 0x45, 0xfc, 0xfa, 0xe5, 0x5b, 0xce, 0x8b, 0x36,
|
||||
0x56, 0x4e, 0x53, 0x75, 0xb5, 0x81, 0x75, 0xf0, 0xb4, 0x33, 0x9a, 0x94,
|
||||
0xef, 0x02, 0x20, 0x2a, 0xfc, 0xa5, 0xd3, 0x7d, 0x8f, 0x20, 0xd6, 0xbc,
|
||||
0xbd, 0x60, 0x69, 0x00, 0x08, 0x5e, 0xa2, 0xb2, 0xba, 0xb4, 0x14, 0x2b,
|
||||
0xff, 0x21, 0xc7, 0x34, 0xa5, 0xd5, 0x91, 0xff, 0x80, 0xda, 0x6b, 0x30,
|
||||
0x82, 0x01, 0xe3, 0x30, 0x82, 0x01, 0x88, 0xa0, 0x03, 0x02, 0x01, 0x02,
|
||||
0x02, 0x08, 0x65, 0xf1, 0xaa, 0x48, 0x40, 0x84, 0x7a, 0xe6, 0x30, 0x0a,
|
||||
0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x30, 0x54,
|
||||
0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43,
|
||||
0x5a, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x15,
|
||||
0x54, 0x72, 0x65, 0x7a, 0x6f, 0x72, 0x20, 0x43, 0x6f, 0x6d, 0x70, 0x61,
|
||||
0x6e, 0x79, 0x20, 0x73, 0x2e, 0x72, 0x2e, 0x6f, 0x2e, 0x31, 0x25, 0x30,
|
||||
0x23, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x1c, 0x54, 0x72, 0x65, 0x7a,
|
||||
0x6f, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75,
|
||||
0x72, 0x69, 0x6e, 0x67, 0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41,
|
||||
0x30, 0x20, 0x17, 0x0d, 0x32, 0x34, 0x30, 0x33, 0x31, 0x33, 0x31, 0x33,
|
||||
0x32, 0x39, 0x34, 0x34, 0x5a, 0x18, 0x0f, 0x32, 0x30, 0x35, 0x34, 0x30,
|
||||
0x33, 0x30, 0x36, 0x31, 0x33, 0x32, 0x39, 0x34, 0x34, 0x5a, 0x30, 0x4f,
|
||||
0x31, 0x0b, 0x30, 0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43,
|
||||
0x5a, 0x31, 0x1e, 0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x15,
|
||||
0x54, 0x72, 0x65, 0x7a, 0x6f, 0x72, 0x20, 0x43, 0x6f, 0x6d, 0x70, 0x61,
|
||||
0x6e, 0x79, 0x20, 0x73, 0x2e, 0x72, 0x2e, 0x6f, 0x2e, 0x31, 0x20, 0x30,
|
||||
0x1e, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c, 0x17, 0x54, 0x72, 0x65, 0x7a,
|
||||
0x6f, 0x72, 0x20, 0x4d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75,
|
||||
0x72, 0x69, 0x6e, 0x67, 0x20, 0x43, 0x41, 0x30, 0x59, 0x30, 0x13, 0x06,
|
||||
0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86,
|
||||
0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x82, 0x9e,
|
||||
0x89, 0x65, 0x01, 0x8f, 0xeb, 0x54, 0x2e, 0x92, 0x36, 0xc9, 0xb2, 0xce,
|
||||
0x08, 0xf8, 0x64, 0xa5, 0x5e, 0xd9, 0x18, 0x3d, 0x02, 0x59, 0x56, 0x4f,
|
||||
0x0e, 0x05, 0x34, 0x5b, 0x04, 0x67, 0x6a, 0x0b, 0xef, 0x36, 0xc5, 0x9d,
|
||||
0x21, 0xd3, 0xc2, 0x48, 0x68, 0xb5, 0x60, 0x1f, 0x0b, 0x11, 0x93, 0xa6,
|
||||
0xbf, 0xcf, 0x6d, 0x81, 0x4e, 0x1c, 0xfb, 0x79, 0xc2, 0x25, 0x6a, 0x05,
|
||||
0xe9, 0x53, 0xa3, 0x47, 0x30, 0x45, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x1d,
|
||||
0x0f, 0x01, 0x01, 0xff, 0x04, 0x04, 0x03, 0x02, 0x02, 0x04, 0x30, 0x12,
|
||||
0x06, 0x03, 0x55, 0x1d, 0x13, 0x01, 0x01, 0xff, 0x04, 0x08, 0x30, 0x06,
|
||||
0x01, 0x01, 0xff, 0x02, 0x01, 0x00, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x1d,
|
||||
0x23, 0x04, 0x18, 0x30, 0x16, 0x80, 0x14, 0xce, 0x0a, 0xf2, 0x0f, 0xab,
|
||||
0x8a, 0xb8, 0xa0, 0xb1, 0x5d, 0x62, 0x15, 0xbd, 0x67, 0x2d, 0xeb, 0x8c,
|
||||
0x8d, 0x63, 0x4f, 0x30, 0x0a, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d,
|
||||
0x04, 0x03, 0x02, 0x03, 0x49, 0x00, 0x30, 0x46, 0x02, 0x21, 0x00, 0xde,
|
||||
0x59, 0xce, 0x16, 0xba, 0xb9, 0x5f, 0xd7, 0xf9, 0xde, 0xe1, 0x75, 0x3e,
|
||||
0x97, 0x6b, 0x67, 0x65, 0xaa, 0x26, 0x85, 0x52, 0x0e, 0x84, 0xc3, 0xbe,
|
||||
0x7e, 0x08, 0x9e, 0x38, 0x61, 0x5c, 0x81, 0x02, 0x21, 0x00, 0xf8, 0x9b,
|
||||
0xee, 0x7e, 0xd4, 0x8f, 0x5d, 0x71, 0x2b, 0xff, 0x38, 0x5c, 0xa6, 0xd7,
|
||||
0x7a, 0xe3, 0xa4, 0x6e, 0x61, 0xcf, 0x62, 0xff, 0x2e, 0xff, 0x7d, 0x06,
|
||||
0x9a, 0x23, 0x56, 0x4d, 0x4a, 0x27};
|
||||
static const unsigned int T3T1_der_len = 906;
|
11
core/embed/trezorhal/unix/certs/gen.sh
Executable file
11
core/embed/trezorhal/unix/certs/gen.sh
Executable file
@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
cd "$(dirname "$0")"
|
||||
for file in *.der
|
||||
do
|
||||
header_file="${file%.der}.h"
|
||||
echo "// This file was generated via ./gen.sh" > "$header_file"
|
||||
echo >> "$header_file"
|
||||
xxd -i "$file" | sed 's/unsigned/static const unsigned/' >> "$header_file"
|
||||
clang-format -i "$header_file"
|
||||
done
|
@ -24,83 +24,15 @@
|
||||
#include "optiga_common.h"
|
||||
#include "rand.h"
|
||||
|
||||
static const uint8_t DEVICE_CERT_CHAIN[] = {
|
||||
0x30, 0x82, 0x01, 0x9f, 0x30, 0x82, 0x01, 0x45, 0xa0, 0x03, 0x02, 0x01,
|
||||
0x02, 0x02, 0x04, 0x4e, 0xe2, 0xa5, 0x0f, 0x30, 0x0a, 0x06, 0x08, 0x2a,
|
||||
0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x30, 0x4f, 0x31, 0x0b, 0x30,
|
||||
0x09, 0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x5a, 0x31, 0x1e,
|
||||
0x30, 0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x15, 0x54, 0x72, 0x65,
|
||||
0x7a, 0x6f, 0x72, 0x20, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x20,
|
||||
0x73, 0x2e, 0x72, 0x2e, 0x6f, 0x2e, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03,
|
||||
0x55, 0x04, 0x03, 0x0c, 0x17, 0x54, 0x72, 0x65, 0x7a, 0x6f, 0x72, 0x20,
|
||||
0x4d, 0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x69, 0x6e,
|
||||
0x67, 0x20, 0x43, 0x41, 0x30, 0x1e, 0x17, 0x0d, 0x32, 0x32, 0x30, 0x34,
|
||||
0x33, 0x30, 0x31, 0x34, 0x31, 0x36, 0x30, 0x31, 0x5a, 0x17, 0x0d, 0x34,
|
||||
0x32, 0x30, 0x34, 0x33, 0x30, 0x31, 0x34, 0x31, 0x36, 0x30, 0x31, 0x5a,
|
||||
0x30, 0x1d, 0x31, 0x1b, 0x30, 0x19, 0x06, 0x03, 0x55, 0x04, 0x03, 0x0c,
|
||||
0x12, 0x54, 0x32, 0x42, 0x31, 0x20, 0x54, 0x72, 0x65, 0x7a, 0x6f, 0x72,
|
||||
0x20, 0x53, 0x61, 0x66, 0x65, 0x20, 0x33, 0x30, 0x59, 0x30, 0x13, 0x06,
|
||||
0x07, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86,
|
||||
0x48, 0xce, 0x3d, 0x03, 0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0x9b, 0xbf,
|
||||
0x06, 0xda, 0xd9, 0xab, 0x59, 0x05, 0xe0, 0x54, 0x71, 0xce, 0x16, 0xd5,
|
||||
0x22, 0x2c, 0x89, 0xc2, 0xca, 0xa3, 0x9f, 0x26, 0x26, 0x7a, 0xc0, 0x74,
|
||||
0x71, 0x29, 0x88, 0x5f, 0xbd, 0x44, 0x1b, 0xcc, 0x7f, 0xa8, 0x4d, 0xe1,
|
||||
0x20, 0xa3, 0x67, 0x55, 0xda, 0xf3, 0x0a, 0x6f, 0x47, 0xe8, 0xc0, 0xd4,
|
||||
0xbd, 0xdc, 0x15, 0x03, 0x6e, 0xd2, 0xa3, 0x44, 0x7d, 0xfa, 0x7a, 0x1d,
|
||||
0x3e, 0x88, 0xa3, 0x41, 0x30, 0x3f, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x1d,
|
||||
0x0f, 0x01, 0x01, 0xff, 0x04, 0x04, 0x03, 0x02, 0x00, 0x80, 0x30, 0x0c,
|
||||
0x06, 0x03, 0x55, 0x1d, 0x13, 0x01, 0x01, 0xff, 0x04, 0x02, 0x30, 0x00,
|
||||
0x30, 0x1f, 0x06, 0x03, 0x55, 0x1d, 0x23, 0x04, 0x18, 0x30, 0x16, 0x80,
|
||||
0x14, 0x67, 0xc5, 0xd4, 0xe7, 0xf0, 0x8f, 0x91, 0xb6, 0xe7, 0x48, 0xdf,
|
||||
0x42, 0xbf, 0x9f, 0x74, 0x1f, 0x43, 0xd2, 0x73, 0x75, 0x30, 0x0a, 0x06,
|
||||
0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x03, 0x48, 0x00,
|
||||
0x30, 0x45, 0x02, 0x21, 0x00, 0xbe, 0x4c, 0x46, 0x8b, 0x7a, 0xdd, 0x75,
|
||||
0x77, 0xc4, 0xd9, 0xa4, 0xa7, 0xf7, 0x82, 0x6d, 0xf5, 0x33, 0x0b, 0x50,
|
||||
0x96, 0x51, 0xaf, 0x61, 0xc5, 0x76, 0xc1, 0xd0, 0x5e, 0x5e, 0x67, 0x8a,
|
||||
0x4e, 0x02, 0x20, 0x40, 0xa7, 0xdd, 0x93, 0x83, 0xa8, 0x40, 0x24, 0xc4,
|
||||
0xf9, 0xca, 0x89, 0xd9, 0x96, 0xa4, 0xf0, 0x1d, 0x7d, 0x8d, 0x37, 0xb5,
|
||||
0x0b, 0x2b, 0x98, 0x3f, 0xcc, 0x48, 0xee, 0xa4, 0x15, 0x5e, 0x55, 0x30,
|
||||
0x82, 0x01, 0xde, 0x30, 0x82, 0x01, 0x84, 0xa0, 0x03, 0x02, 0x01, 0x02,
|
||||
0x02, 0x04, 0x48, 0xf1, 0xf6, 0xc5, 0x30, 0x0a, 0x06, 0x08, 0x2a, 0x86,
|
||||
0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x30, 0x54, 0x31, 0x0b, 0x30, 0x09,
|
||||
0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x5a, 0x31, 0x1e, 0x30,
|
||||
0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x15, 0x54, 0x72, 0x65, 0x7a,
|
||||
0x6f, 0x72, 0x20, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x20, 0x73,
|
||||
0x2e, 0x72, 0x2e, 0x6f, 0x2e, 0x31, 0x25, 0x30, 0x23, 0x06, 0x03, 0x55,
|
||||
0x04, 0x03, 0x0c, 0x1c, 0x54, 0x72, 0x65, 0x7a, 0x6f, 0x72, 0x20, 0x4d,
|
||||
0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x69, 0x6e, 0x67,
|
||||
0x20, 0x52, 0x6f, 0x6f, 0x74, 0x20, 0x43, 0x41, 0x30, 0x20, 0x17, 0x0d,
|
||||
0x32, 0x33, 0x30, 0x31, 0x30, 0x31, 0x30, 0x30, 0x30, 0x30, 0x30, 0x30,
|
||||
0x5a, 0x18, 0x0f, 0x32, 0x30, 0x35, 0x33, 0x30, 0x31, 0x30, 0x31, 0x30,
|
||||
0x30, 0x30, 0x30, 0x30, 0x30, 0x5a, 0x30, 0x4f, 0x31, 0x0b, 0x30, 0x09,
|
||||
0x06, 0x03, 0x55, 0x04, 0x06, 0x13, 0x02, 0x43, 0x5a, 0x31, 0x1e, 0x30,
|
||||
0x1c, 0x06, 0x03, 0x55, 0x04, 0x0a, 0x0c, 0x15, 0x54, 0x72, 0x65, 0x7a,
|
||||
0x6f, 0x72, 0x20, 0x43, 0x6f, 0x6d, 0x70, 0x61, 0x6e, 0x79, 0x20, 0x73,
|
||||
0x2e, 0x72, 0x2e, 0x6f, 0x2e, 0x31, 0x20, 0x30, 0x1e, 0x06, 0x03, 0x55,
|
||||
0x04, 0x03, 0x0c, 0x17, 0x54, 0x72, 0x65, 0x7a, 0x6f, 0x72, 0x20, 0x4d,
|
||||
0x61, 0x6e, 0x75, 0x66, 0x61, 0x63, 0x74, 0x75, 0x72, 0x69, 0x6e, 0x67,
|
||||
0x20, 0x43, 0x41, 0x30, 0x59, 0x30, 0x13, 0x06, 0x07, 0x2a, 0x86, 0x48,
|
||||
0xce, 0x3d, 0x02, 0x01, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x03,
|
||||
0x01, 0x07, 0x03, 0x42, 0x00, 0x04, 0xba, 0x60, 0x84, 0xcb, 0x9f, 0xba,
|
||||
0x7c, 0x86, 0xd5, 0xd5, 0xa8, 0x61, 0x08, 0xa9, 0x1d, 0x55, 0xa2, 0x70,
|
||||
0x56, 0xda, 0x4e, 0xab, 0xbe, 0xdd, 0xe8, 0x8a, 0x95, 0xe1, 0xca, 0xe8,
|
||||
0xbc, 0xe3, 0x62, 0x08, 0x89, 0x16, 0x7a, 0xaf, 0x7f, 0x2d, 0xb1, 0x66,
|
||||
0x99, 0x8f, 0x95, 0x09, 0x84, 0xaa, 0x19, 0x5e, 0x86, 0x8f, 0x96, 0xe2,
|
||||
0x28, 0x03, 0xc3, 0xcd, 0x99, 0x1b, 0xe3, 0x1d, 0x39, 0xe7, 0xa3, 0x47,
|
||||
0x30, 0x45, 0x30, 0x0e, 0x06, 0x03, 0x55, 0x1d, 0x0f, 0x01, 0x01, 0xff,
|
||||
0x04, 0x04, 0x03, 0x02, 0x02, 0x04, 0x30, 0x12, 0x06, 0x03, 0x55, 0x1d,
|
||||
0x13, 0x01, 0x01, 0xff, 0x04, 0x08, 0x30, 0x06, 0x01, 0x01, 0xff, 0x02,
|
||||
0x01, 0x00, 0x30, 0x1f, 0x06, 0x03, 0x55, 0x1d, 0x23, 0x04, 0x18, 0x30,
|
||||
0x16, 0x80, 0x14, 0xc8, 0xb5, 0xb2, 0x43, 0xb3, 0x30, 0x43, 0xcc, 0x08,
|
||||
0xb4, 0xdc, 0x3a, 0x72, 0xa1, 0xde, 0xcd, 0xcf, 0xd7, 0xea, 0xdb, 0x30,
|
||||
0x0a, 0x06, 0x08, 0x2a, 0x86, 0x48, 0xce, 0x3d, 0x04, 0x03, 0x02, 0x03,
|
||||
0x48, 0x00, 0x30, 0x45, 0x02, 0x20, 0x02, 0xc1, 0x02, 0x0a, 0xb3, 0xc6,
|
||||
0x4e, 0xd9, 0xe6, 0x58, 0xfd, 0xf8, 0x70, 0x93, 0x72, 0xc9, 0xe0, 0x53,
|
||||
0x82, 0xde, 0x4e, 0x58, 0x75, 0x80, 0xc8, 0xba, 0xc4, 0x2f, 0x43, 0x78,
|
||||
0x4a, 0xd9, 0x02, 0x21, 0x00, 0x99, 0x00, 0x98, 0x1c, 0xbc, 0x68, 0xae,
|
||||
0xb0, 0x6d, 0x3e, 0xa9, 0x11, 0x94, 0x8d, 0x63, 0x11, 0xd6, 0xf6, 0x94,
|
||||
0x40, 0x3a, 0xbb, 0xbb, 0x65, 0x9e, 0x5a, 0xf5, 0x2b, 0xf3, 0x2e, 0x33,
|
||||
0xc4};
|
||||
#if defined(TREZOR_MODEL_R)
|
||||
#include "certs/T2B1.h"
|
||||
#define DEVICE_CERT_CHAIN T2B1_der
|
||||
#elif defined(TREZOR_MODEL_T3T1)
|
||||
#include "certs/T3T1.h"
|
||||
#define DEVICE_CERT_CHAIN T3T1_der
|
||||
#else
|
||||
#error "Cert chain for specified model is not available."
|
||||
#endif
|
||||
|
||||
int optiga_sign(uint8_t index, const uint8_t *digest, size_t digest_size,
|
||||
uint8_t *signature, size_t max_sig_size, size_t *sig_size) {
|
||||
|
@ -57,6 +57,7 @@ def configure(
|
||||
|
||||
if "optiga" in features_wanted:
|
||||
sources += ["embed/trezorhal/unix/optiga.c"]
|
||||
features_available.append("optiga")
|
||||
|
||||
if "input" in features_wanted:
|
||||
sources += ["embed/trezorhal/unix/touch.c"]
|
||||
|
@ -4,19 +4,23 @@ from cryptography.hazmat.primitives import hashes
|
||||
from cryptography.hazmat.primitives.asymmetric import ec
|
||||
from cryptography.x509 import extensions as ext
|
||||
|
||||
from trezorlib import device
|
||||
from trezorlib import device, models
|
||||
from trezorlib.debuglink import TrezorClientDebugLink as Client
|
||||
|
||||
from ..common import compact_size
|
||||
|
||||
pytestmark = [pytest.mark.skip_t1b1, pytest.mark.skip_t2t1]
|
||||
|
||||
ROOT_PUBLIC_KEY = bytes.fromhex(
|
||||
ROOT_PUBLIC_KEY = {
|
||||
models.T2B1: bytes.fromhex(
|
||||
"047f77368dea2d4d61e989f474a56723c3212dacf8a808d8795595ef38441427c4389bc454f02089d7f08b873005e4c28d432468997871c0bf286fd3861e21e96a"
|
||||
)
|
||||
),
|
||||
models.T3T1: bytes.fromhex(
|
||||
"04e48b69cd7962068d3cca3bcc6b1747ef496c1e28b5529e34ad7295215ea161dbe8fb08ae0479568f9d2cb07630cb3e52f4af0692102da5873559e45e9fa72959"
|
||||
),
|
||||
}
|
||||
|
||||
|
||||
@pytest.mark.skip_t3t1 # FIXME https://github.com/trezor/trezor-firmware/issues/3596
|
||||
@pytest.mark.parametrize(
|
||||
"challenge",
|
||||
(
|
||||
@ -37,7 +41,7 @@ def test_authenticate_device(client: Client, challenge: bytes) -> None:
|
||||
|
||||
# Verify the last certificate in the certificate chain against trust anchor.
|
||||
root_public_key = ec.EllipticCurvePublicKey.from_encoded_point(
|
||||
ec.SECP256R1(), ROOT_PUBLIC_KEY
|
||||
ec.SECP256R1(), ROOT_PUBLIC_KEY[client.model]
|
||||
)
|
||||
root_public_key.verify(
|
||||
certs[-1].signature,
|
||||
|
@ -16998,6 +16998,10 @@
|
||||
"T3T1_cs_stellar-test_stellar.py::test_sign_tx[timebounds-461535181-0]": "2480e92bb23741957a33c55727e1107c89c3161e919eeac7ac571833927030aa",
|
||||
"T3T1_cs_stellar-test_stellar.py::test_sign_tx[timebounds-461535181-1575234180]": "f49ef66e4f6bb867a23a5ae8ec6442bb2ad3ac91ba10cb07dbb5edd9bad8d258",
|
||||
"T3T1_cs_stellar-test_stellar.py::test_sign_tx[tx_source_account_not_equal_signing_key]": "2301f38538123cb20a4688800cf60635173f8f4465577d68a89f012aa41b6a2b",
|
||||
"T3T1_cs_test_authenticate_device.py::test_authenticate_device[!\\xf3\\xd4\\x0ec\\xc3\\x04\\xd01-b\\xeb\\x82-e4b4eb3a": "5b819bf081463e339f3dc0754f84b8d69b1a8155378d6a1ef4f206b37bfe1eff",
|
||||
"T3T1_cs_test_authenticate_device.py::test_authenticate_device[\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\-d824e03c": "5b819bf081463e339f3dc0754f84b8d69b1a8155378d6a1ef4f206b37bfe1eff",
|
||||
"T3T1_cs_test_authenticate_device.py::test_authenticate_device[]": "5b819bf081463e339f3dc0754f84b8d69b1a8155378d6a1ef4f206b37bfe1eff",
|
||||
"T3T1_cs_test_authenticate_device.py::test_authenticate_device[hello world]": "5b819bf081463e339f3dc0754f84b8d69b1a8155378d6a1ef4f206b37bfe1eff",
|
||||
"T3T1_cs_test_autolock.py::test_apply_auto_lock_delay": "10861ca732e29baa2598872f1281dcf03009939a2f5babde882d975fc11820c8",
|
||||
"T3T1_cs_test_autolock.py::test_apply_auto_lock_delay_out_of_range[0]": "8221eb7ae04f946892b117dec3b55e0806321e5d34257edb02729dfb2090d22f",
|
||||
"T3T1_cs_test_autolock.py::test_apply_auto_lock_delay_out_of_range[1]": "8221eb7ae04f946892b117dec3b55e0806321e5d34257edb02729dfb2090d22f",
|
||||
@ -18362,6 +18366,10 @@
|
||||
"T3T1_de_stellar-test_stellar.py::test_sign_tx[timebounds-461535181-0]": "4eca37db90b32012f390115dcbbbf154dea6785d6ac39a32378b048e5e106302",
|
||||
"T3T1_de_stellar-test_stellar.py::test_sign_tx[timebounds-461535181-1575234180]": "e55a9c9bc7648ece67e5f2da1196f09745338d5c77c6cc957bd5b4b482a4c9ab",
|
||||
"T3T1_de_stellar-test_stellar.py::test_sign_tx[tx_source_account_not_equal_signing_key]": "f6df1471a998bfcff8920accfd4bc0949d9bb86109c50b1a191c9a88dc6052b1",
|
||||
"T3T1_de_test_authenticate_device.py::test_authenticate_device[!\\xf3\\xd4\\x0ec\\xc3\\x04\\xd01-b\\xeb\\x82-e4b4eb3a": "76ffd01c81f0cfcf46c169ec9a6ce2a75024ed186be929b2d365494a54602e09",
|
||||
"T3T1_de_test_authenticate_device.py::test_authenticate_device[\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\-d824e03c": "76ffd01c81f0cfcf46c169ec9a6ce2a75024ed186be929b2d365494a54602e09",
|
||||
"T3T1_de_test_authenticate_device.py::test_authenticate_device[]": "76ffd01c81f0cfcf46c169ec9a6ce2a75024ed186be929b2d365494a54602e09",
|
||||
"T3T1_de_test_authenticate_device.py::test_authenticate_device[hello world]": "76ffd01c81f0cfcf46c169ec9a6ce2a75024ed186be929b2d365494a54602e09",
|
||||
"T3T1_de_test_autolock.py::test_apply_auto_lock_delay": "c3fb7e8e0bf81b89cd6badc79dc13a55345de491daaf6f093ed9c567ce196f64",
|
||||
"T3T1_de_test_autolock.py::test_apply_auto_lock_delay_out_of_range[0]": "82c76aa990f9570c127e629bdbbb48454c2935c518750ab34f2c2f3e4c576efa",
|
||||
"T3T1_de_test_autolock.py::test_apply_auto_lock_delay_out_of_range[1]": "82c76aa990f9570c127e629bdbbb48454c2935c518750ab34f2c2f3e4c576efa",
|
||||
@ -19726,6 +19734,10 @@
|
||||
"T3T1_en_stellar-test_stellar.py::test_sign_tx[timebounds-461535181-0]": "d5e2ff9126931e6be96ca37160cf2c49315598181b586e52645b919a874d2303",
|
||||
"T3T1_en_stellar-test_stellar.py::test_sign_tx[timebounds-461535181-1575234180]": "dff608ce1e062b82c7acea1f69b17cf5d658a0c890c496bff83ecbeac9ab9493",
|
||||
"T3T1_en_stellar-test_stellar.py::test_sign_tx[tx_source_account_not_equal_signing_key]": "d5102f43eca35b66ed3dbd99c6d6dd8bb7a63d01ba85ca9cf3f5843143c99d35",
|
||||
"T3T1_en_test_authenticate_device.py::test_authenticate_device[!\\xf3\\xd4\\x0ec\\xc3\\x04\\xd01-b\\xeb\\x82-e4b4eb3a": "1a60f93e249861e97de0d5bbac6b3d0712bdfed93be0265172dd0f75b1268681",
|
||||
"T3T1_en_test_authenticate_device.py::test_authenticate_device[\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\-d824e03c": "1a60f93e249861e97de0d5bbac6b3d0712bdfed93be0265172dd0f75b1268681",
|
||||
"T3T1_en_test_authenticate_device.py::test_authenticate_device[]": "1a60f93e249861e97de0d5bbac6b3d0712bdfed93be0265172dd0f75b1268681",
|
||||
"T3T1_en_test_authenticate_device.py::test_authenticate_device[hello world]": "1a60f93e249861e97de0d5bbac6b3d0712bdfed93be0265172dd0f75b1268681",
|
||||
"T3T1_en_test_autolock.py::test_apply_auto_lock_delay": "13e2eb2a974686f59cf552ec3cac9e889772b05f772b80dc1eadf3e815305da2",
|
||||
"T3T1_en_test_autolock.py::test_apply_auto_lock_delay_out_of_range[0]": "fbdb420a333659780b7f85d62898f07f7ed2d77d89196cc9354456504fb5a8c2",
|
||||
"T3T1_en_test_autolock.py::test_apply_auto_lock_delay_out_of_range[1]": "fbdb420a333659780b7f85d62898f07f7ed2d77d89196cc9354456504fb5a8c2",
|
||||
@ -21090,6 +21102,10 @@
|
||||
"T3T1_es_stellar-test_stellar.py::test_sign_tx[timebounds-461535181-0]": "b510d27178903d732a757c21710916e67e28819f4e985aa6fe82c6c95cb9018f",
|
||||
"T3T1_es_stellar-test_stellar.py::test_sign_tx[timebounds-461535181-1575234180]": "a28f6b3e3e2850718047f29b64cbe66f528ac59b925fdafc20bc16eb4ca29e41",
|
||||
"T3T1_es_stellar-test_stellar.py::test_sign_tx[tx_source_account_not_equal_signing_key]": "6a63d2376341c8892d5cdaa7d85a3adaecd48161de82d85595b9650c2d0b714a",
|
||||
"T3T1_es_test_authenticate_device.py::test_authenticate_device[!\\xf3\\xd4\\x0ec\\xc3\\x04\\xd01-b\\xeb\\x82-e4b4eb3a": "2222f68a64f0c3ce247e36e145bbcb6065ac0873fbc9fc66cfc541df141fdae4",
|
||||
"T3T1_es_test_authenticate_device.py::test_authenticate_device[\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\-d824e03c": "2222f68a64f0c3ce247e36e145bbcb6065ac0873fbc9fc66cfc541df141fdae4",
|
||||
"T3T1_es_test_authenticate_device.py::test_authenticate_device[]": "2222f68a64f0c3ce247e36e145bbcb6065ac0873fbc9fc66cfc541df141fdae4",
|
||||
"T3T1_es_test_authenticate_device.py::test_authenticate_device[hello world]": "2222f68a64f0c3ce247e36e145bbcb6065ac0873fbc9fc66cfc541df141fdae4",
|
||||
"T3T1_es_test_autolock.py::test_apply_auto_lock_delay": "d9ebe7756ab918a916a7ea21f966ffc7d93481a4e05e9188a3ca3172cdbc8407",
|
||||
"T3T1_es_test_autolock.py::test_apply_auto_lock_delay_out_of_range[0]": "c9b3a43c1674ee94d5c206d7d182cb3ea0666e98ab7bf5c1e233ddf21444aae6",
|
||||
"T3T1_es_test_autolock.py::test_apply_auto_lock_delay_out_of_range[1]": "c9b3a43c1674ee94d5c206d7d182cb3ea0666e98ab7bf5c1e233ddf21444aae6",
|
||||
@ -22454,6 +22470,10 @@
|
||||
"T3T1_fr_stellar-test_stellar.py::test_sign_tx[timebounds-461535181-0]": "c90a598b899bb8b4185c1dcca9a4b292b8c3e308aafb2eecce39aa1ff2f56658",
|
||||
"T3T1_fr_stellar-test_stellar.py::test_sign_tx[timebounds-461535181-1575234180]": "0ed58a40aa061ec895a923c5cc3c98fc9d9230818038ebee3cf9ba4b21f045d0",
|
||||
"T3T1_fr_stellar-test_stellar.py::test_sign_tx[tx_source_account_not_equal_signing_key]": "8469e1292faff89db8a0a10f923c5ab94f5594fb30fd8fd8e5e615b7b2864c99",
|
||||
"T3T1_fr_test_authenticate_device.py::test_authenticate_device[!\\xf3\\xd4\\x0ec\\xc3\\x04\\xd01-b\\xeb\\x82-e4b4eb3a": "919aab5d554f644b77fa391ade84093719e1a2835bda15af0470813ea75c3e1a",
|
||||
"T3T1_fr_test_authenticate_device.py::test_authenticate_device[\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\x00\\-d824e03c": "919aab5d554f644b77fa391ade84093719e1a2835bda15af0470813ea75c3e1a",
|
||||
"T3T1_fr_test_authenticate_device.py::test_authenticate_device[]": "919aab5d554f644b77fa391ade84093719e1a2835bda15af0470813ea75c3e1a",
|
||||
"T3T1_fr_test_authenticate_device.py::test_authenticate_device[hello world]": "919aab5d554f644b77fa391ade84093719e1a2835bda15af0470813ea75c3e1a",
|
||||
"T3T1_fr_test_autolock.py::test_apply_auto_lock_delay": "7cdfb0607eca40cbc6ea696491ea4afd8f244a6eac57abb7acbdb2ba8c7bd38c",
|
||||
"T3T1_fr_test_autolock.py::test_apply_auto_lock_delay_out_of_range[0]": "8896efd29f4bebc3035a764581fea4b74269fd539bda3f1b47dc4a3188fd263a",
|
||||
"T3T1_fr_test_autolock.py::test_apply_auto_lock_delay_out_of_range[1]": "8896efd29f4bebc3035a764581fea4b74269fd539bda3f1b47dc4a3188fd263a",
|
||||
|
@ -21,3 +21,8 @@ These scripts do not need to have a high standard, but each of those should have
|
||||
## [eth_defs_unpack.py](./eth_defs_unpack.py)
|
||||
- Unpacks the definitions from a `definitions-sparse.zip` that does not contain the
|
||||
Merkle proofs for space-saving. This format is not currently distributed.
|
||||
|
||||
## [recalc_optiga_for_emulator.py](./recalc_optiga_for_emulator.py)
|
||||
- Takes a valid Infineon certificate from an Optiga and replaces its public key with
|
||||
a pubkey for private key 0x01000000..., so that the staging HSM can sign the resulting
|
||||
certificate.
|
||||
|
50
tools/snippets/recalc_optiga_for_emulator.py
Normal file
50
tools/snippets/recalc_optiga_for_emulator.py
Normal file
@ -0,0 +1,50 @@
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
from pyasn1.codec.der.encoder import encode
|
||||
from pyasn1.codec.der.decoder import decode
|
||||
from pyasn1.type.univ import BitString
|
||||
from pyasn1_modules import rfc2459
|
||||
from cryptography.hazmat.primitives import serialization
|
||||
from cryptography.hazmat.primitives.asymmetric import ec
|
||||
|
||||
|
||||
def load_certificate(data: bytes):
|
||||
return decode(data, asn1Spec=rfc2459.Certificate())[0]
|
||||
|
||||
|
||||
def save_certificate(certificate) -> bytes:
|
||||
return encode(certificate)
|
||||
|
||||
|
||||
def calculate_ecdsa_public_key():
|
||||
privkey_bytes = b"\x01" + b"\x00" * 31
|
||||
private_key = ec.derive_private_key(
|
||||
int.from_bytes(privkey_bytes, "big"), ec.SECP256R1()
|
||||
)
|
||||
|
||||
return private_key.public_key()
|
||||
|
||||
|
||||
def replace_public_key(certificate, public_key):
|
||||
public_key_bytes = public_key.public_bytes(
|
||||
encoding=serialization.Encoding.X962,
|
||||
format=serialization.PublicFormat.UncompressedPoint,
|
||||
)
|
||||
certificate["tbsCertificate"]["subjectPublicKeyInfo"]["subjectPublicKey"] = (
|
||||
BitString(hexValue=public_key_bytes.hex())
|
||||
)
|
||||
|
||||
|
||||
def main():
|
||||
in_cert = Path(sys.argv[1])
|
||||
certificate = load_certificate(in_cert.read_bytes())
|
||||
public_key = calculate_ecdsa_public_key()
|
||||
replace_public_key(certificate, public_key)
|
||||
updated_cert = save_certificate(certificate)
|
||||
out_cert = Path(sys.argv[2])
|
||||
out_cert.write_bytes(updated_cert)
|
||||
|
||||
|
||||
if __name__ == "__main__":
|
||||
main()
|
Loading…
Reference in New Issue
Block a user