Skip to content
New issue

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

add ASN.1 wrappers #7

Open
thomas-fossati opened this issue Jan 29, 2024 · 0 comments
Open

add ASN.1 wrappers #7

thomas-fossati opened this issue Jan 29, 2024 · 0 comments

Comments

@thomas-fossati
Copy link
Contributor

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant