Give a name to the ConfigurationDescriptor. am: 8cbbc15bc3 am: bea97ad0f4

Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2788152

Change-Id: I5cd00c4882fb26a893c8e6a10c4aef78b3ec3f0a
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Alan Stokes 2023-10-13 15:55:26 +00:00 committed by Automerger Merge Worker
commit efec715f20

View file

@ -101,17 +101,19 @@ DiceChainEntryPayload = { ; CWT [RFC8392]
-4670545 : bstr, ; Code Hash
? -4670546 : bstr, ; Code Descriptor
-4670547 : bstr, ; Configuration Hash
-4670548 : bstr .cbor { ; Configuration Descriptor
? -70002 : tstr, ; Component name
? -70003 : int / tstr, ; Component version
? -70004 : null, ; Resettable
? -70005 : uint, ; Security version
},
-4670548 : bstr .cbor ConfigurationDescriptor,
-4670549 : bstr, ; Authority Hash
? -4670550 : bstr, ; Authority Descriptor
-4670551 : bstr, ; Mode
}
ConfigurationDescriptor = { ; Configuration Descriptor
? -70002 : tstr, ; Component name
? -70003 : int / tstr, ; Component version
? -70004 : null, ; Resettable
? -70005 : uint, ; Security version
}
; Each entry in the DICE chain is a DiceChainEntryPayload signed by the key from the previous
; entry in the DICE chain array.
DiceChainEntry = [ ; COSE_Sign1 (untagged), [RFC9052 s4.2]