Add manufacturer and model to device ID attestation
Discussions have shown that in addition to brand, device and product, we should also allow devices to attest their manufacturer and model. Bug: 36433192 Test: GTS com.google.android.gts.security.DeviceIdAttestationHostTest Change-Id: I126003420a93241e04bf18ee7ff8e6aefa5599a8
This commit is contained in:
parent
2ea3c31f31
commit
81b7b5f68c
1 changed files with 5 additions and 0 deletions
|
@ -150,6 +150,11 @@ typedef enum {
|
|||
included in attestation */
|
||||
KM_TAG_ATTESTATION_ID_MEID = KM_BYTES | 715, /* Used to provide the device's MEID to be
|
||||
included in attestation */
|
||||
KM_TAG_ATTESTATION_ID_MANUFACTURER = KM_BYTES | 716, /* Used to provide the device's
|
||||
manufacturer name to be included in
|
||||
attestation */
|
||||
KM_TAG_ATTESTATION_ID_MODEL = KM_BYTES | 717, /* Used to provide the device's model name to be
|
||||
included in attestation */
|
||||
|
||||
/* Tags used only to provide data to or receive data from operations */
|
||||
KM_TAG_ASSOCIATED_DATA = KM_BYTES | 1000, /* Used to provide associated data for AEAD modes. */
|
||||
|
|
Loading…
Reference in a new issue