Is there any information on how to set/use the key version when rotating SCP03 keys and using them? In nxScp03_CP_InitializedUpdate() (in se05x_APDU_impl.c) the key version is set here:
tlvHeader_t hdr = {{CLA_GP_7816, INS_GP_INITIALIZE_UPDATE, keyVersion, 0x00}};
For SCP03 the version is 0xB. If I rotate the SCP03 keys should this number change?
I'm using the NXP Nano package.
Dean