We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
For CMW, see Section 6.1.8 of DICE Attestation Architecture
For CMW collections:
CMWCollectionExtn { iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) pkix(7) id-mod(0) id-mod-cmw-collection-extn(TBD) } DEFINITIONS IMPLICIT TAGS ::= BEGIN IMPORTS EXTENSION FROM PKIX-CommonTypes-2009 -- RFC 5912 { iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) pkix(7) id-mod(0) id-mod-pkixCommon-02(57) } ; -- CMWCollection Extension ext-CMWCollection EXTENSION ::= { SYNTAX CMWCollection IDENTIFIED BY id-pe-cmw-collection } -- CMWCollection Extension OID id-pe-cmw-collection OBJECT IDENTIFIER ::= { iso(1) identified-organization(3) dod(6) internet(1) security(5) mechanisms(5) pkix(7) id-pe(1) TBD } -- CMWCollection Extension Syntax CMWCollection ::= CHOICE { json UTF8String, cbor OCTET STRING, } END
Note that the OIDs for CMW collection are not yet allocated.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
For CMW, see Section 6.1.8 of DICE Attestation Architecture
For CMW collections:
The text was updated successfully, but these errors were encountered: