mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-02-24 08:05:13 +08:00
missing field initialise
This commit is contained in:
parent
e695223d3b
commit
39c000fb53
3 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,7 @@ struct emv_pk c_mchip_05 = {
|
|||
0x10, 0xd2, 0x7b, 0x3e, 0xfc, 0xcd, 0x8f, 0x83, 0xde, 0x30, 0x52, 0xca, 0xd1, 0xe4, 0x89, 0x38,
|
||||
0xc6, 0x8d, 0x09, 0x5a, 0xac, 0x91, 0xb5, 0xf3, 0x7e, 0x28, 0xbb, 0x49, 0xec, 0x7e, 0xd5, 0x97,
|
||||
},
|
||||
.expire = 0,
|
||||
};
|
||||
|
||||
const unsigned char c_issuer_cert[] = {
|
||||
|
|
|
@ -57,6 +57,7 @@ struct emv_pk mchip_05 = {
|
|||
0x10, 0xd2, 0x7b, 0x3e, 0xfc, 0xcd, 0x8f, 0x83, 0xde, 0x30, 0x52, 0xca, 0xd1, 0xe4, 0x89, 0x38,
|
||||
0xc6, 0x8d, 0x09, 0x5a, 0xac, 0x91, 0xb5, 0xf3, 0x7e, 0x28, 0xbb, 0x49, 0xec, 0x7e, 0xd5, 0x97,
|
||||
},
|
||||
.expire = 0,
|
||||
};
|
||||
|
||||
const unsigned char d_issuer_cert[] = {
|
||||
|
|
|
@ -53,6 +53,7 @@ struct emv_pk vsdc_01 = {
|
|||
0xbc, 0xa2, 0x12, 0x4a, 0x30, 0xa2, 0x8f, 0x54, 0x40, 0x2c, 0x34, 0xae, 0xca, 0x33, 0x1a, 0xb6,
|
||||
0x7e, 0x1e, 0x79, 0xb2, 0x85, 0xdd, 0x57, 0x71, 0xb5, 0xd9, 0xff, 0x79, 0xea, 0x63, 0x0b, 0x75,
|
||||
},
|
||||
.expire = 0,
|
||||
};
|
||||
|
||||
const unsigned char issuer_cert[] = {
|
||||
|
|
Loading…
Reference in a new issue