aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authornagendra modadugu <ngm@google.com>2018-07-16 14:20:07 -0700
committernagendra modadugu <ngm@google.com>2018-07-16 14:23:41 -0700
commit856ac5db1a6d9615f83bd3c812299da5867aa8f0 (patch)
tree101d5545fae657d64d0fba6621e33d5126a17496
parenta230dc0bb2d340d693c806cc8e5ba166372e44e2 (diff)
downloadgeneric-856ac5db1a6d9615f83bd3c812299da5867aa8f0.tar.gz
keymaster: add ChipFusing/nodelocked_ro to ProvisionDeviceIdsResponse
In the event that attestation is not functional, CitadelProvision can still verify that the citadel fusing matches the current device build. Bug: 77610236 Change-Id: I1d7ab4e67a5bbe2b2aaabdcea9bf1dcc7e0c0b4a
-rw-r--r--nugget/proto/nugget/app/keymaster/keymaster.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/nugget/proto/nugget/app/keymaster/keymaster.proto b/nugget/proto/nugget/app/keymaster/keymaster.proto
index 52412f5..4923ff4 100644
--- a/nugget/proto/nugget/app/keymaster/keymaster.proto
+++ b/nugget/proto/nugget/app/keymaster/keymaster.proto
@@ -373,6 +373,8 @@ message ProvisionDeviceIdsRequest {
message ProvisionDeviceIdsResponse {
// Specified in keymaster_defs.proto:ErrorCode
ErrorCode error_code = 1;
+ ChipFusing chip_fusing = 2;
+ bool nodelocked_ro = 3;
}
// ReadTeeBatchCertificate