Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

Table of Contents


01 - TransArmor  Certificate Download Requirement

 

ItemDescription

Kevin Vo's E-mail

Convert PEM to DER format

Transform

Transforms can take one type of encoded certificate to another. (ie. PEM To DER conversion)

PEM to DER

openssl x509 -in cert.crt -outform der -out cert.der

DER to PEM

openssl x509 -in cert.crt -inform der -outform pem -out cert.pem





02 - Tamper Check Rules Update

 

ItemComment

Skype Talks

With Chris.Cheng, Software , Test Team, SH.

20180606_TamperChkUpdate.txt

Tamper Pin : Message String Idx Mapping Table

GetDRS

C7-3A,

 goofy.liu


Relative Issues

Jira Legacy
serverID TECH - JIRA
serverId5c72af4b-e2b8-3562-b028-6bcef8f5fab0
keyFWVP5300-48


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

 

ItemComment

QC mode (Activate mode) LCD / LED / Buzzer Test

01-0B

TransArmor Certificate Set/Get Commands

C7-54

Certificate List - Arena

QC Operator Request to display Certificate Info as BOM List

Certificate - PKI Key Pair ID

Certificate - Special

TransArmor 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