cose-wg / CBOR-certificates

Other
10 stars 7 forks source link

Support the extensions in CCC Digital Key Specification #201

Open xipki opened 4 months ago

xipki commented 4 months ago

CCC defines in its Digital Key Specification 10 extensions, most of them have simple extension value:

ExternalCACertificateExtensionSchema ::= SEQUENCE
{
  extension_version INTEGER (1..255)
}

Below is the complete list of extension OIDs:

B.2.2 OID Assignment

Each certificate shall be identifiable by the following OID values:

Extensions with the above OIDs shall be marked as critical.

CCC digital key is widely adopted in automotive, and I think Automotive is one of the most important application areas of C509, please add the support if possible. If the authors decide to support it, I can propose the syntax of the extension value.

gselander commented 4 months ago

If any of these are important to use with C509 then we should prioritize to add them. Is C509 relevant for automotive industry?

( V2X probably not, based on IEEE )