01, Dev Notes
01 - TransArmor Certificate Download Requirement
Item | Description |
---|---|
Kevin Vo's E-mail | |
Convert PEM to DER format | TransformTransforms can take one type of encoded certificate to another. (ie. PEM To DER conversion) PEM to DERopenssl x509 -in cert.crt -outform der -out cert.der DER to PEMopenssl x509 -in cert.crt -inform der -outform pem -out cert.pem |
02 - Tamper Check Rules Update
Item | Comment |
---|---|
Skype Talks | With Chris.Cheng, Software , Test Team, SH. |
Tamper Pin : Message String Idx Mapping TableGetDRS C7-3A, | Relative Issues - FWVP5300-48Getting issue details... STATUS Static s_listKeyWordsTamperId As List(Of KeyValuePair(Of String, Byte)) = New List(Of KeyValuePair(Of String, Byte)) From { New KeyValuePair(Of String, Byte)(":052", 200), New KeyValuePair(Of String, Byte)(":053", 201) _ , New KeyValuePair(Of String, Byte)(":054", 0) _ , New KeyValuePair(Of String, Byte)(":055", 1) _ , New KeyValuePair(Of String, Byte)(":056", 2) _ , New KeyValuePair(Of String, Byte)(":057", 3) _ , New KeyValuePair(Of String, Byte)(":058", 4) _ , New KeyValuePair(Of String, Byte)(":059", 5) _ , New KeyValuePair(Of String, Byte)(":060", 6) _ , New KeyValuePair(Of String, Byte)(":061", 7) _ , New KeyValuePair(Of String, Byte)(":062", 8) _ , New KeyValuePair(Of String, Byte)(":063", 7) _ , New KeyValuePair(Of String, Byte)(":064", 8) _ , New KeyValuePair(Of String, Byte)(":065", 9) _ , New KeyValuePair(Of String, Byte)(":066", 10) _ , New KeyValuePair(Of String, Byte)(":067", 9) _ , New KeyValuePair(Of String, Byte)(":068", 10) _ , New KeyValuePair(Of String, Byte)(":069", 11) _ } Shared s_strLstTamperPair_VP6300_VendiPro As String() = New String() { _ "Time Over", "Mono To NIC", "Volt", "Clock", "Temperature" _ , "Flash", "TST" _ , "0-2, main board 2 SW, MESH WALL, 2 zebra" _ , "1-3, bezel side 1 SW, MESH WALL, 2 zebra" _ , "4-6, ICC board 2 SW, MSR, MESH WALL, 2 zebra" _ , "5-7, MSR, MESH WALL, 2 zebra" _ , "Battery" _ , "TM4 - Check Value Error" _ , "TM4 - Removal Sensor Error" _ , "idx_14_N/A" _ , "idx_15_N/A" _ } |
03 - Certificate Check Rules
Item | Comment |
---|---|
QC mode (Activate mode) LCD / LED / Buzzer Test 01-0B | |
TransArmor Certificate Set/Get CommandsC7-54 | |
Certificate List - Arena | QC Operator Request to display Certificate Info as BOM List |
Certificate - PKI Key Pair ID | |
Certificate - SpecialTransArmor Certificate | Checking Method Command, by Kevin Vo RE NEO 2.0 TSPKI Certificate InfoArena QC mode check Certificate info..msg Loading Steps for TransArmor Certificate. Production Test → PKI Cert Load --> Secure Key Load --> TransArmor Cert Load |
VC++ 2012 Redistribution Package |