Skip to content

Commit

Permalink
feat(protocol): update tpm manufacturers (#374)
Browse files Browse the repository at this point in the history
This updates the list of TPM manufacturers.
  • Loading branch information
james-d-elliott authored Jan 27, 2025
1 parent 3207315 commit 193f5b5
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion protocol/attestation_tpm.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ var tpmManufacturers = []struct {
{"48504500", "HPE", "HPE"},
{"48495349", "Huawei", "HISI"},
{"49424d00", "IBM", "IBM"},
{"49424D00", "IBM", "IBM"},
{"49465800", "Infineon", "IFX"},
{"494E5443", "Intel", "INTC"},
{"4C454E00", "Lenovo", "LEN"},
Expand All @@ -348,12 +349,14 @@ var tpmManufacturers = []struct {
{"4E545A00", "Nationz", "NTZ"},
{"4E544300", "Nuvoton Technology", "NTC"},
{"51434F4D", "Qualcomm", "QCOM"},
{"534D534E", "Samsung", "SMSN"},
{"534D534E", "Samsung", "SECE"},
{"53454345", "SecEdge", "SecEdge"},
{"534E5300", "Sinosun", "SNS"},
{"534D5343", "SMSC", "SMSC"},
{"53544D20", "ST Microelectronics", "STM"},
{"54584E00", "Texas Instruments", "TXN"},
{"57454300", "Winbond", "WEC"},
{"5345414C", "Wisekey", "SEAL"},
{"FFFFF1D0", "FIDO Alliance Conformance Testing", "FIDO"},
}

Expand Down

0 comments on commit 193f5b5

Please sign in to comment.