Merge "InitialPayload of ExplicitKeyDiceCertChain" into main am: 62b6504c33
am: 8a262b2975
Original change: https://android-review.googlesource.com/c/platform/hardware/interfaces/+/2906515 Change-Id: I9a076c3f3ccb05e8275e2220f040912ce76e2dad Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
commit
e490437a14
1 changed files with 4 additions and 5 deletions
|
@ -19,11 +19,10 @@ ExplicitKeyDiceCertChain = [
|
|||
* DiceChainEntry
|
||||
]
|
||||
|
||||
DiceCertChainInitialPayload = {
|
||||
-4670552 : bstr .cbor PubKeyEd25519 /
|
||||
bstr .cbor PubKeyECDSA256 /
|
||||
bstr .cbor PubKeyECDSA384 ; subjectPublicKey
|
||||
}
|
||||
; Encoded in accordance with Core Deterministic Encoding Requirements [RFC 8949 s4.2.1]
|
||||
DiceCertChainInitialPayload = bstr .cbor PubKeyEd25519
|
||||
/ bstr .cbor PubKeyECDSA256
|
||||
/ bstr .cbor PubKeyECDSA384 ; subjectPublicKey
|
||||
|
||||
; INCLUDE generateCertificateRequestV2.cddl for: PubKeyEd25519, PubKeyECDSA256, PubKeyECDSA384,
|
||||
; DiceChainEntry
|
||||
|
|
Loading…
Reference in a new issue