<?xml version="1.0" encoding="utf-8"?>
  <?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
  <!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.3.15 -->

<!DOCTYPE rfc SYSTEM "rfc2629.dtd" [
<!ENTITY RFC2119 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
<!ENTITY RFC4108 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.4108.xml">
<!ENTITY RFC5280 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.5280.xml">
<!ENTITY RFC7049 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7049.xml">
<!ENTITY RFC8152 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8152.xml">
<!ENTITY RFC8174 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
<!ENTITY RFC8610 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8610.xml">
<!ENTITY RFC8742 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8742.xml">
<!ENTITY I-D.ietf-cose-x509 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-cose-x509.xml">
<!ENTITY I-D.ietf-cbor-tags-oid SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-cbor-tags-oid.xml">
<!ENTITY RFC7228 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7228.xml">
<!ENTITY RFC7925 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.7925.xml">
<!ENTITY RFC8446 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml/reference.RFC.8446.xml">
<!ENTITY I-D.ietf-lake-edhoc SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-lake-edhoc.xml">
<!ENTITY I-D.ietf-tls-certificate-compression SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-tls-certificate-compression.xml">
<!ENTITY I-D.ietf-tls-dtls13 SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-tls-dtls13.xml">
<!ENTITY I-D.ietf-uta-tls13-iot-profile SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-uta-tls13-iot-profile.xml">
<!ENTITY I-D.ietf-tls-ctls SYSTEM "https://xml2rfc.tools.ietf.org/public/rfc/bibxml3/reference.I-D.ietf-tls-ctls.xml">
]>

<?rfc toc="yes"?>
<?rfc sortrefs="yes"?>
<?rfc symrefs="yes"?>
<?rfc tocdepth="2"?>

<rfc ipr="trust200902" docName="draft-mattsson-cose-cbor-cert-compress-05" category="std">

  <front>
    <title>CBOR Encoding of X.509 Certificates (CBOR Certificates)</title>

    <author initials="S." surname="Raza" fullname="Shahid Raza">
      <organization>RISE AB</organization>
      <address>
        <email>shahid.raza@ri.se</email>
      </address>
    </author>
    <author initials="J." surname="Höglund" fullname="Joel Höglund">
      <organization>RISE AB</organization>
      <address>
        <email>joel.hoglund@ri.se</email>
      </address>
    </author>
    <author initials="G." surname="Selander" fullname="Göran Selander">
      <organization>Ericsson AB</organization>
      <address>
        <email>goran.selander@ericsson.com</email>
      </address>
    </author>
    <author initials="J." surname="Mattsson" fullname="John Preuß Mattsson">
      <organization>Ericsson AB</organization>
      <address>
        <email>john.mattsson@ericsson.com</email>
      </address>
    </author>
    <author initials="M." surname="Furuhed" fullname="Martin Furuhed">
      <organization>Nexus Group</organization>
      <address>
        <email>martin.furuhed@nexusgroup.com</email>
      </address>
    </author>

    <date year="2020" month="December" day="01"/>

    
    
    

    <abstract>


<t>This document specifies a CBOR encoding of X.509 certificates. The resulting certificates are called CBOR Certificates. The CBOR encoding supports a large subset of RFC 5280, while at the same time significantly reduces the size of certificates compatible with RFC 7925 and IEEE 802.1AR (DevIDs). When used to re-encode DER encoded X.509 certificates, the CBOR encoding can in many cases reduce the size of RFC 7925 profiled certificates with over 50%. 
The CBOR encoding can also be used encode “natively signed” CBOR certificates, which does not require re-encoding for the signature to be verified. The document also specifies COSE headers as well as a TLS certificate type for CBOR certificates.</t>



    </abstract>


  </front>

  <middle>


<section anchor="intro" title="Introduction">

<t>One of the challenges with deploying a Public Key Infrastructure (PKI) for the Internet of Things (IoT) is the size and parsing of X.509 public key certificates <xref target="RFC5280"/>, since those are not optimized for constrained environments <xref target="RFC7228"/>. More compact certificate representations are desirable. Due to the current PKI usage of DER encoded X.509 certificates, keeping compatibility with DER encoded X.509 is necessary at least for a transition period. However, the use of a more compact encoding with the Concise Binary Object Representation (CBOR) <xref target="RFC7049"/> reduces the certificate size significantly which has known performance benefits in terms of decreased communication overhead, power consumption, latency, storage, etc.</t>

<t>CBOR is a data format designed for small code size and small message size. CBOR builds on the JSON data model but extends it by e.g. encoding binary data directly without base64 conversion. In addition to the binary CBOR encoding, CBOR also has a diagnostic notation that is readable and editable by humans. The Concise Data Definition Language (CDDL) <xref target="RFC8610"/> provides a way to express structures for protocol messages and APIs that use CBOR. <xref target="RFC8610"/> also extends the diagnostic notation.</t>

<t>CBOR data items are encoded to or decoded from byte strings using a type-length-value encoding scheme, where the three highest order bits of the initial byte contain information about the major type. CBOR supports several different types of data items, in addition to integers (int, uint), simple values (e.g. null), byte strings (bstr), and text strings (tstr), CBOR also supports arrays [] of data items, maps {} of pairs of data items, and sequences of data items. For a complete specification and examples, see <xref target="RFC7049"/>, <xref target="RFC8610"/>, and <xref target="RFC8742"/>.</t>

<t>RFC 7925 <xref target="RFC7925"/> and IEEE 802.1AR <xref target="IEEE-802.1AR"/> specify certificate profiles for Internet of Things deployments which can be applied to lightweight certificate based authentication with, e.g., TLS <xref target="RFC8446"/>, DTLS <xref target="I-D.ietf-tls-dtls13"/>, COSE <xref target="RFC8152"/>, EDHOC <xref target="I-D.ietf-lake-edhoc"/> or Compact TLS 1.3 <xref target="I-D.ietf-tls-ctls"/>. This document specifies a CBOR encoding based on <xref target="X.509-IoT"/>, which can support large parts of <xref target="RFC5280"/>. The encoding support all <xref target="RFC7925"/> and IEEE 802.1AR <xref target="IEEE-802.1AR"/> profiled X.509 certificates. Two variants are defined using the same CBOR encoding and differing only in what is being signed:</t>

<t><list style="symbols">
  <t>An invertible CBOR re-encoding of DER encoded X.509 certificates <xref target="RFC5280"/>, which can be reversed to obtain the original DER encoded X.509 certificate.</t>
  <t>Natively signed CBOR certificates, which further optimizes the performance in constrained environments but is not backwards compatible with <xref target="RFC5280"/>, see <xref target="native-CBOR"/>.</t>
</list></t>

<t>This document specifies COSE headers for use of the CBOR certificates with COSE, see <xref target="cose"/>. The document also specifies a TLS certificate type for use of the CBOR certificates with TLS (with or without additional TLS certificate compression), see <xref target="tls"/>.</t>

</section>
<section anchor="notational-conventions" title="Notational Conventions">

<t>The key words “MUST”, “MUST NOT”, “REQUIRED”, “SHALL”, “SHALL NOT”, “SHOULD”, “SHOULD NOT”, “RECOMMENDED”, “NOT RECOMMENDED”, “MAY”, and “OPTIONAL” in this document are to be interpreted as described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they appear in all capitals, as shown here.</t>

<t>This specification makes use of the terminology in <xref target="RFC5280"/>, <xref target="RFC7049"/>, <xref target="RFC7228"/>, and <xref target="RFC8610"/>.</t>

</section>
<section anchor="encoding" title="CBOR Encoding">

<t>This section specifies the content and encoding for CBOR certificates, with the overall objective to produce a very compact representation supporting large parts of <xref target="RFC5280"/>, and everything in <xref target="RFC7925"/> and <xref target="IEEE-802.1AR"/>. In the CBOR encoding, static fields are elided, elliptic curve points and time values are compressed, OID are replaced with short integers, and redundant encoding is removed. Combining these different components reduces the certificate size significantly, which is not possible with general purpose compressions algorithms, see <xref target="fig-table"/>.</t>

<t>The CBOR certificate can be either a CBOR re-encoding of a DER encoded X.509 certificate, in which case the signature is calculated on the DER encoded ASN.1 data in the X.509 certificate, or a natively signed CBOR certificate, in which case the signature is calculated directly on the CBOR encoded data (see <xref target="native-CBOR"/>). In both cases the certificate content is adhering to the restrictions given by <xref target="RFC5280"/>. The re-encoding is known to work with DER encoded certificates but might work with other canonical encodings. The re-encoding does not work for BER encoded certificates.</t>

<t>In the encoding described below, the order of elements in arrays are always encoded in the same order as the elements or the corresponding SEQUENCE or SET in the DER encoding.</t>

<section anchor="message-fields" title="Message Fields">

<t>The X.509 fields and their CBOR encodings are listed below, and used in the definition of CBOR Certificates, see <xref target="fig-CBORCertCDDL"/>.</t>

<t>CBOR certificates are defined in terms of DER encoded <xref target="RFC5280"/> X.509 certificates:</t>

<t><list style="symbols">
  <t>version. The ‘version’ field is encoded in the ‘cborCertificateType’ CBOR int. The field ‘cborCertificateType’ also indicates the type of the CBOR certificate. Currently, the type can be a natively signed CBOR certificate following X.509 v3 (cborCertificateType = 0) or a CBOR re-encoded X.509 v3 DER certificate (cborCertificateType = 1), see <xref target="type"/>.</t>
  <t>serialNumber. The ‘serialNumber’ INTEGER value field is encoded as the unwrapped CBOR positive bignum (~biguint) ‘certificateSerialNumber’. Any leading 0x00 byte (to indicate that the number is not negative) is therefore omitted.</t>
  <t>signature. The ‘signature’ field is always the same as the ‘signatureAlgorithm’ field and therefore omitted from the CBOR encoding.</t>
  <t>issuer. In the general case, the sequence of ‘RelativeDistinguishedName’ is encoded as a CBOR array of CBOR arrays of Attributes, where each Attribute type and value is encoded as a (CBOR int, CBOR text string) pair. Each AttributeType is encoded as a CBOR int (see <xref target="fig-attrtype"/>). The AttributeType id-emailAddress is always an IA5String. For the other AttributeTypes, the sign is used to represent the character string type; positive for utf8String, negative for printableString. In natively signed CBOR certificates all strings are utf8String and the sign has no meaning. The string types teletexString, universalString, and bmpString are not supported. If Name contains a single Attribute containing an utf8String encoded ‘common name’ it is encoded as a CBOR text string. If the text string contains an EUI-64 of the form “HH-HH-HH-HH-HH-HH-HH-HH” where ‘H’ is one of the symbol ‘0’–’9’ or ‘A’–’F’ it is encoded as a CBOR byte string of length 8 instead. EUI-64 mapped from a 48-bit MAC address (i.e. of the form “HH-HH-HH-FF-FE-HH-HH-HH) is encoded as a CBOR byte string of length 6.</t>
  <t>validity. The ‘notBefore’ and ‘notAfter’ fields are encoded as unwrapped CBOR epoch-based date/time (~time) where the tag content is an unsigned integer. In POSIX time, leap seconds are ignored, with a leap second having the same POSIX time as the second before it. Compression of X.509 certificates with the time 23:59:60 UTC is therefore not supported. Note that RFC 5280 mandates encoding of dates through the year 2049 as UTCTime, and later dates as GeneralizedTime. The value “99991231235959Z” (no expiration date) is encoded as CBOR null.</t>
  <t>subject. The ‘subject’ is encoded exactly like issuer.</t>
  <t>subjectPublicKeyInfo.  The ‘algorithm’ field is encoded as the CBOR int ‘subjectPublicKeyAlgorithm’ (see <xref target="pkalg"/>) or a CBOR OID tag <xref target="I-D.ietf-cbor-tags-oid"/> . Algorithms with parameters are not supported except id-ecPublicKey with named curves and the RSA algorithms that use parameters = NULL. For id-ecPublicKey the namedCurve parameter is encoded in the CBOR int. The ‘subjectPublicKey’ BIT STRING value field is encoded as a CBOR byte string. This specification assumes the BIT STRING has zero unused bits and the unused bits byte is omitted. Uncompressed public keys of type id-ecPublicKey are point compressed as defined in Section 2.3.3 of <xref target="SECG"/>. If a DER encoded certificate with a point compressed public key of type id-ecPublicKey is CBOR encoded, the octets 0xfe and 0xfd are used instead of 0x02 and 0x03 in the CBOR encoding to represent even and odd y-coordinate, respectively.</t>
  <t>issuerUniqueID. Not supported.</t>
  <t>subjectUniqueID. Not supported.</t>
  <t>extensions. The ‘extensions’ field is encoded as a CBOR array where each extension is encoded as either a CBOR int (see <xref target="extype"/>) followed by an optional CBOR item of any type or a CBOR OID tag <xref target="I-D.ietf-cbor-tags-oid"/> followed by a CBOR bool encoding ‘critical’ and the DER encoded value of the ‘extnValue’ encoded as a CBOR byte string. If the array contains exactly two ints and the absolute value of the first int is 2, the array is omitted and the extensions is encoded as a single CBOR int with the absolute value of the second int and the sign of the first int. Extensions are encoded as specified in <xref target="ext-encoding"/>. The extensions mandated to be supported by <xref target="RFC7925"/> and <xref target="IEEE-802.1AR"/> are given special treatment. An omitted ‘extensions’ field is encoded as an empty CBOR array.</t>
  <t>signatureAlgorithm. The ‘signatureAlgorithm’ field is encoded as a CBOR int (see <xref target="sigalg"/>) or a CBOR OID tag <xref target="I-D.ietf-cbor-tags-oid"/>. Algorithms with parameters are not supported except RSA algorithms that use parameters = NULL.</t>
  <t>signatureValue. The ‘signatureValue’ BIT STRING value field is encoded as the CBOR byte string issuerSignatureValue. This specification assumes the BIT STRING has zero unused bits and the unused bits byte is omitted. ECDSA signatures are given special treatment. For ECDSA signatures the SEQUENCE and INTEGER type and length fields are omitted and the two INTEGER value fields are padded to the fixed length L = ceil( log2(n) / 8 ), where n is the size of the largest prime-order subgroup. For secp256r1, secp384r1, and secp521r1, L is 32, 48, and 66 respectively. For natively signed CBOR certificates the signatureValue is calculated over the CBOR sequence TBSCertificate.</t>
</list></t>

<t>The following Concise Data Definition Language (CDDL) defines CBORCertificate and TBSCertificate, which are encoded as CBOR Sequences <xref target="RFC8742"/>. The member names therefore only have documentary value.</t>

<figure title="CDDL for CBORCertificate." anchor="fig-CBORCertCDDL"><artwork type="CDDL" align="center"><![CDATA[
; The elements of the following array are to be used in a CBOR Sequence:
CBORCertificate = [
   TBSCertificate,
   issuerSignatureValue : bytes,
]

TBSCertificate = (
   cborCertificateType : int,
   certificateSerialNumber : CertificateSerialNumber,
   issuer : Name,
   validityNotBefore : Time,
   validityNotAfter : Time / null,
   subject : Name,
   subjectPublicKeyAlgorithm : Algorithm,
   subjectPublicKey : bytes,
   extensions : Extensions,
   issuerSignatureAlgorithm : Algorithm,
)

CertificateSerialNumber = ~biguint

Name = [ * [ + Attribute ] ] / text / bytes

Attribute = ( attributeType : int, attributeValue : text )

Time = ~time

Algorithm = int / oid

Extensions = [ * Extension ] / int

Extension = (
   extensionID : int / oid,
   ? critical : bool,        ; present if and only if extensionID is an oid
   extensionValue : any,     ; type known from extensionID
)
]]></artwork></figure>

</section>
<section anchor="ext-encoding" title="Encoding of Extensions">

<t>EDITOR’S NOTE: The current specification encodes many common extensions with a DER encoded byte string. It should be discussed if more or all commonly active extensions should be natively encoded with CBOR. Would a specific CBOR encoding have to be specified for each extension or can a general CBOR encoding that apply to all remaining extensions be specified?</t>

<t>This section details the encoding of the ‘extensions’ field. The ‘extensions’ field is encoded as a CBOR array where each extensionID is encoded as either a CBOR int or a CBOR OID tag. If ‘extensionID’ is encoded an int (see <xref target="extype"/>),the sign is used to encode if the extension is critical and the ‘critical’ field is omitted. Critical extensions are encoded with a positive sign and non-critical extensions are encoded with a negative sign.</t>

<t>The ‘extnValue’ OCTET STREAM value field is encoded as the CBOR byte string ‘extensionValue’ except for the extensions specified below. The ‘extensionValue’ for the extensions mandated to be supported by <xref target="RFC7925"/> and <xref target="IEEE-802.1AR"/> are encoded as follows:</t>

<t><list style="symbols">
  <t>basicConstraints. If ‘cA’ = false then extensionValue = -2, if ‘cA’ = true and ‘pathLenConstraint’ is not present then extensionValue = -1, and if ‘cA’ = true and ‘pathLenConstraint’ is present then extensionValue = pathLenConstraint.</t>
  <t>keyUsage. The ‘KeyUsage’ BIT STRING is interpreted as an unsigned integer n in network byte order and encoded as a CBOR int.</t>
  <t>extKeyUsage. extensionValue is encoded as an array of CBOR ints (see <xref target="EKU"/>) or CBOR OID tags <xref target="I-D.ietf-cbor-tags-oid"/> where each int or OID tag encodes a key usage purpose. If the array contains a single int, the array is omitted.</t>
</list></t>

<figure><artwork><![CDATA[
   ExtValueEKU = [ + int / oid ] / int
]]></artwork></figure>

<t><list style="symbols">
  <t>subjectAltName. extensionValue is encoded as an array of (int, any) pairs where each pair encodes a general name (see <xref target="GN"/>). If subjectAltName contains exactly one dNSName, the array and the int are omitted and extensionValue is the dNSName encoded as a CBOR text string. In addition to the general names defined in <xref target="RFC5280"/>, the hardwareModuleName type of otherName has been given its own int due to its mandatory use in IEEE 802.1AR. When ‘otherName + hardwareModuleName’ is used, then [ oid, bytes ] is used to identify the pair ( hwType, hwSerialEntries ) directly as specified in <xref target="RFC4108"/>.</t>
</list></t>

<figure><artwork><![CDATA[
   GeneralNames = [ + GeneralName ] / text
   GeneralName = ( GeneralNameType : int, GeneralNameValue : any )
]]></artwork></figure>

<t><list style="symbols">
  <t>authorityKeyIdentifier. extensionValue is encoded as an array where the value of the ‘keyIdentifier’ is encoded as a CBOR byte string, ‘GeneralNames’ is encoded like in subjectAltName, and ‘AuthorityCertSerialNumber’ is encoded as ~biguint exactly like certificateSerialNumber.</t>
</list></t>

<figure><artwork><![CDATA[
   KeyIdentifier = bytes
]]></artwork></figure>

<t><list style="symbols">
  <t>subjectKeyIdentifier. extensionValue is the value of the ‘keyIdentifier’ field encoded as a CBOR byte string.</t>
  <t>cRLDistributionPoints. If the cRLDistributionPoints is a sequence of DistributionPointName, it is encoded like subjectAltName, with the difference that if cRLDistributionPoints contains exactly one uniformResourceIdentifier, the the array and the int are omitted and extensionValue is the uniformResourceIdentifier encoded as a CBOR text string.</t>
  <t>authorityInfoAccess. If authorityInfoAccess consist of only uniformResourceIdentifiers it is encoded as an array of uris.</t>
</list></t>

<figure><artwork><![CDATA[
   ExtValueAIA = [ + ( ocsp : 1 // caIssuers : 2 , uri : text ) ]
]]></artwork></figure>

<section anchor="example-encoding-of-extensions" title="Example Encoding of Extensions">

<t>The examples below use values from <xref target="extype"/>, <xref target="EKU"/>, and <xref target="GN"/>:</t>

<t><list style="symbols">
  <t>A critical basicConstraints (‘cA’ = true) without pathLenConstraint is encoded as the two CBOR ints -1, -1.</t>
  <t>A non-critical keyUsage with digitalSignature and keyAgreement asserted is encoded as the two CBOR ints 2, 17 (2^0 + 2^4 = 17).</t>
  <t>A non-critical extKeyUsage containing id-kp-codeSigning and id-kp-OCSPSigning is encoded as the CBOR int 3 followed by the CBOR array [ 3, 6 ].</t>
  <t>A non-critical subjectAltName containing only the dNSName example.com is encoded as the CBOR int 4 followed by the CBOR text string “example.com”.</t>
</list></t>

<t>Thus, the extension field of a certificate containing all of the above extensions in the given order would be encoded as the CBOR array [ -1, -1, 2, 17, 3, [ 3, 6 ], 4, “example.com” ].</t>

</section>
</section>
</section>
<section anchor="compliance-requirements-for-constrained-iot" title="Compliance Requirements for Constrained IoT">

<t>For general purpose applications, the normative requirements of <xref target="RFC5280"/> applies. This section describes the mandatory to implement algorithms and OIDs for constrained IoT application; the values of the OIDs including certificate fields and extensions, time format, attributes in distinguished names, etc.</t>

<t>TODO: Write this section</t>

</section>
<section anchor="dep-set" title="Legacy Considerations">

<t>CBOR certificates can be deployed with legacy X.509 certificates and CA infrastructure. In order to verify the signature, the CBOR certificate is used to recreate the original X.509 data structure to be able to verify the signature.</t>

<t>For protocols like TLS/DTLS 1.2, where the handshake is sent unencrypted, the actual encoding and compression can be done at different locations depending on the deployment setting. For example, the mapping between CBOR certificate and standard X.509 certificate can take place in a 6LoWPAN border gateway which allows the server side to stay unmodified. This case gives the advantage of the low overhead of a CBOR certificate over a constrained wireless links. The conversion to X.509 within an IoT device will incur a computational overhead, however, measured in energy this is likely to be negligible compared to the reduced communication overhead.</t>

<t>For the setting with constrained server and server-only authentication, the server only needs to be provisioned with the CBOR certificate and does not perform the conversion to X.509. This option is viable when client authentication can be asserted by other means.</t>

<t>For protocols like IKEv2, TLS/DTLS 1.3, and EDHOC, where certificates are encrypted, the proposed encoding needs to be done fully end-to-end, through adding the encoding/decoding functionality to the server.</t>

</section>
<section anchor="expected-certificate-sizes" title="Expected Certificate Sizes">

<t>The CBOR encoding of the sample certificate given in <xref target="appA"/> results in the numbers shown in <xref target="fig-table"/>. After <xref target="RFC7925"/> profiling, most duplicated information has been removed, and the remaining text strings are minimal in size. Therefore, the further size reduction reached with general compression mechanisms will be small, mainly corresponding to making the ASN.1 encoding more compact. The zlib number was calculated with zlib-flate.</t>

<figure><artwork><![CDATA[
zlib-flate -compress < cert.der > cert.compressed
]]></artwork></figure>

<figure title="Comparing Sizes of Certificates (bytes)" anchor="fig-table"><artwork align="center"><![CDATA[
+------------------+--------------+------------+--------------------+
|                  |   RFC 7925   |    zlib    |  CBOR Certificate  |
+------------------+---------------------------+--------------------+
| Certificate Size |     314      |     295    |         138        |
+------------------+--------------+------------+--------------------+
]]></artwork></figure>

</section>
<section anchor="native-CBOR" title="Natively Signed CBOR Certificates">

<t>The difference between CBOR encoded X.509 certificate and natively signed CBOR certificate is that the signature is calculated over the CBOR encoding of the CBOR sequence TBSCertficate rather than the DER encoded ASN.1 data. This removes entirely the need for ASN.1 DER and base64 encodings which reduces the processing in the authenticating devices, and avoids known complexities and security issues with these encodings.</t>

<t>Natively signed CBOR certificates can be applied in devices that are only required to authenticate to natively signed CBOR certificate compatible servers. This is not a major restriction for many IoT deployments, where the parties issuing and verifying certificates can be a restricted ecosystem which not necessarily involves public CAs.</t>

<t>CBOR encoded X.509 certificates provides an intermediate step between <xref target="RFC7925"/> or <xref target="IEEE-802.1AR"/> profiled X.509 certificates and natively signed CBOR certificates: An implementation of CBOR encoded X.509 certificates contains both the CBOR encoding of the X.509 certificate and the signature operations sufficient for natively signed CBOR certificates.</t>

<t>The natively signed approach based on DER encoded X.509 certificates described in this document has also other benefits. For example, a CA can use existing ASN.1 machinery to create a DER encoded certificate, the DER encoded certificate can then be transformed to CBOR before signing.</t>

</section>
<section anchor="sec-cons" title="Security Considerations">

<t>The CBOR profiling of X.509 certificates does not change the security assumptions needed when deploying standard X.509 certificates but decreases the number of fields transmitted, which reduces the risk for implementation errors.</t>

<t>The use of natively signed CBOR certificates removes the need for ASN.1 encoding, which is a rich source of security vulnerabilities.</t>

<t>Conversion between the certificate formats can be made in constant time to reduce risk of information leakage through side channels.</t>

<t>The mechanism in this draft does not reveal any additional information compared to X.509. Because of difference in size, it will be possible to detect that this profile is used. The gateway solution described in <xref target="dep-set"/> requires unencrypted certificates and is not recommended.</t>

</section>
<section anchor="iana" title="IANA Considerations">

<t>This document creates several new registries under the new heading “CBOR Certificate”. For all items, the ‘Reference’ field points to this document.</t>

<t>The expert reviewers for the registries defined in this document are expected to ensure that the usage solves a valid use case that could not be solved better in a different way, that it is not going to duplicate one that is already registered, and that the registered point is likely to be used in deployments. They are furthermore expected to check the clarity of purpose and use of the requested code points. Experts should take into account the expected usage of entries when approving point assignment, and the length of the encoded value should be weighed against the number of code points left that encode to that size and the size of device it will be used on. Values in the interval [-24, 23] have a 1 byte encodings, other values in the interval [-256, 255] have a 2 byte encodings, and the remaning values in the interval [-65536, 65535] have 3 byte encodings.</t>

<section anchor="type" title="CBOR Certificate Types Registry">

<t>IANA has created a new registry titled “CBOR Certificate Types” under the new heading “CBOR Certificate”. For values in the interval [-24, 23] the registration procedure is “IETF Review” and “Expert Review”. For all other values the registration procedure is “Expert Review”. The columns of the registry are Value, Description, and Reference, where Value is an integer, and the other columns are text strings. The initial contents of the registry are:</t>

<figure title="CBOR Certificate Types" anchor="fig-types"><artwork align="center"><![CDATA[
+-------+-----------------------------------------------------+
| Value | Description                                         |
+=======+=====================================================+
|     0 | Natively Signed CBOR Certificate following X.509 v3 |
|     1 | CBOR re-encoding of X.509 v3 Certificate            |
+-------+-----------------------------------------------------+
]]></artwork></figure>

</section>
<section anchor="atttype" title="CBOR Attribute Type Registry">

<t>IANA has created a new registry titled “CBOR Attribute Type Registry” under the new heading “CBOR Certificate”. The columns of the registry are Value, X.509 Attribute Type, and Reference, where Value is an integer, and the other columns are text strings. Only non-negative values can be registered. For values in the interval [0, 23] the registration procedure is “IETF Review” and “Expert Review”. For all other values the registration procedure is “Expert Review”. The initial contents of the registry are:</t>

<figure title="CBOR Attribute Type Registry" anchor="fig-attrtype"><artwork align="center"><![CDATA[
+-------+---------------------------------------+
| Value | X.509 Attribute Type                  |
+=======+=======================================+
|     0 | id-emailAddress                       |
|     1 | id-at-commonName                      |
|     2 | id-at-surname                         |
|     3 | id-at-serialNumber                    |
|     4 | id-at-countryName                     |
|     5 | id-at-localityName                    |
|     6 | id-at-stateOrProvinceName             |
|     7 | id-at-organizationName                |
|     8 | id-at-organizationalUnitName          |
|     9 | id-at-title                           |
|    10 | id-at-givenName                       |
|    11 | id-at-initials                        |
|    12 | id-at-generationQualifier             |
|    13 | id-at-dnQualifier                     |
|    14 | id-at-pseudonym                       |
|    15 | id-at-organizationIdentifier          |
+-------+---------------------------------------+
]]></artwork></figure>

</section>
<section anchor="extype" title="CBOR Extension Type Registry">

<t>IANA has created a new registry titled “CBOR Extension Type Registry” under the new heading “CBOR Certificate”. The columns of the registry are Value, X.509 Extension Type, and Reference, where Value is an integer, and the other columns are text strings. Only positive values can be registered. For values in the interval [1, 23] the registration procedure is “IETF Review” and “Expert Review”. For all other values the registration procedure is “Expert Review”. The initial contents of the registry are:</t>

<figure title="CBOR Extension Type Registry" anchor="fig-extype"><artwork align="center"><![CDATA[
+-------+-------------------------------------+------------------+
| Value | X.509 Extension Type                | extensionValue   |
+=======+=====================================+==================+
|     1 | id-ce-basicConstraints              | int              | 
|     2 | id-ce-keyUsage                      | int              |
|     3 | id-ce-extKeyUsage                   | ExtValueEKU      |
|     4 | id-ce-subjectAltName                | GeneralNames     |
|     5 | id-ce-authorityKeyIdentifier        | ExtValueAKI      |
|     6 | id-ce-subjectKeyIdentifier          | KeyIdentifier    |
|     7 | id-ce-certificatePolicies           | bytes            |
|     8 | id-ce-cRLDistributionPoints         | GeneralNames     |
|     9 | id-pe-authorityInfoAccess           | ExtValueAIA      |
|    10 | SCT List (1.3.6.1.4.1.11129.2.4.2)  | bytes            |
|   248 | id-ce-nameConstraints               | bytes            |
|   249 | id-ce-policyConstraints             | bytes            |
|   250 | id-ce-inhibitAnyPolicy              | bytes            |
|   251 | id-ce-policyMappings                | bytes            |
|   252 | id-ce-issuerAltName                 | GeneralNames     |
|   253 | id-ce-subjectDirectoryAttributes    | bytes            |
|   254 | id-ce-freshestCRL                   | bytes            |
|   255 | id-pe-subjectInfoAccess             | bytes            |
+-------+-------------------------------------+------------------+
]]></artwork></figure>

</section>
<section anchor="EKU" title="CBOR Extended Key Usage Registry">

<t>IANA has created a new registry titled “CBOR Extended Key Usage Registry” under the new heading “CBOR Certificate”. The columns of the registry are Value, Extended Key Usage Purpose, and Reference, where Value is an integer, and the other columns are text strings. For values in the interval [-24, 23] the registration procedure is “IETF Review” and “Expert Review”. For all other values the registration procedure is “Expert Review”. The initial contents of the registry are:</t>

<figure title="CBOR Extended Key Usage Registry" anchor="fig-ekutype"><artwork align="center"><![CDATA[
+-------+---------------------------------------+
| Value | Extended Key Usage                    |
+=======+=======================================+
|     0 | anyExtendedKeyUsage                   |
|     1 | id-kp-serverAuth                      |
|     2 | id-kp-clientAuth                      |
|     3 | id-kp-codeSigning                     |
|     4 | id-kp-emailProtection                 |
|     5 | id-kp-timeStamping                    |
|     6 | id-kp-OCSPSigning                     |
+-------+---------------------------------------+
]]></artwork></figure>

</section>
<section anchor="GN" title="CBOR General Name Registry">

<t>IANA has created a new registry titled “CBOR General Name Registry” under the new heading “CBOR Certificate”. The columns of the registry are Value, General Name, and Reference, where Value is an integer, and the other columns are text strings. For values in the interval [-24, 23] the registration procedure is “IETF Review” and “Expert Review”. For all other values the registration procedure is “Expert Review”. The initial contents of the registry are:</t>

<figure title="CBOR General Name Registry" anchor="fig-gn"><artwork align="center"><![CDATA[
+-------+-----------------------------------+------------------+
| Value | General Name Type                 | Value            |
+=======+===================================+==================+
|    -1 | otherName + hardwareModuleName    | [ oid, bytes ]   |
|     0 | otherName                         | [ oid, bytes ]   |
|     1 | rfc822Name                        | text             |
|     2 | dNSName                           | text             |
|     4 | directoryName                     | Name             |
|     6 | uniformResourceIdentifier         | text             |
|     7 | iPAddress                         | bytes            |
|     8 | registeredID                      | oid              |
+-------+-----------------------------------+------------------+
]]></artwork></figure>

</section>
<section anchor="sigalg" title="CBOR Certificate Signature Algorithms Registry">

<t>IANA has created a new registry titled “CBOR Certificate Signature Algorithms” under the new heading “CBOR Certificate”. For values in the interval [-24, 23] the registration procedure is “IETF Review” and “Expert Review”. For all other values the registration procedure is “Expert Review”. The columns of the registry are Value, X.509 Algorithm, and Reference, where Value is an integer, and the other columns are text strings. The initial contents of the registry are:</t>

<figure title="CBOR Certificate Signature Algorithms" anchor="fig-sigalgs"><artwork align="center"><![CDATA[
+-------+---------------------------------------+
| Value | X.509 Signature Algorithm             |
+=======+=======================================+
|  -256 | sha1WithRSAEncryption                 |
|  -255 | ecdsa-with-SHA1                       |
|     1 | sha256WithRSAEncryption               |
|     2 | sha384WithRSAEncryption               |
|     3 | sha512WithRSAEncryption               |
|     4 | id-RSASSA-PSS-SHAKE128                |
|     5 | id-RSASSA-PSS-SHAKE256                |  
|     6 | ecdsa-with-SHA256                     |
|     7 | ecdsa-with-SHA384                     |
|     8 | ecdsa-with-SHA512                     |
|     9 | id-ecdsa-with-shake128                |
|    10 | id-ecdsa-with-shake256                |
|    11 | id-Ed25519                            |
|    12 | id-Ed448                              |
|    13 | id-alg-hss-lms-hashsig                |
|    14 | id-alg-xmss                           |
|    15 | id-alg-xmssmt                         |
|   245 | sha224WithRSAEncryption               |
|   246 | id-rsassa-pkcs1-v1_5-with-sha3-224    |
|   247 | id-rsassa-pkcs1-v1_5-with-sha3-256    |
|   248 | id-rsassa-pkcs1-v1_5-with-sha3-384    |
|   249 | id-rsassa-pkcs1-v1_5-with-sha3-512    |
|   251 | ecdsa-with-SHA224                     |
|   252 | id-ecdsa-with-sha3-224                |
|   253 | id-ecdsa-with-sha3-256                |
|   254 | id-ecdsa-with-sha3-384                |
|   255 | id-ecdsa-with-sha3-512                |
+-------+---------------------------------------+
]]></artwork></figure>

</section>
<section anchor="pkalg" title="CBOR Certificate Public Key Algorithms Registry">

<t>IANA has created a new registry titled “CBOR Certificate Public Key Algorithms” under the new heading “CBOR Certificate”. For values in the interval [-24, 23] the registration procedure is “IETF Review” and “Expert Review”. For all other values the registration procedure is “Expert Review”. The columns of the registry are Value, X.509 Algorithm, and Reference, where Value is an integer, and the other columns are text strings. The initial contents of the registry are:</t>

<figure title="CBOR Certificate Public Key Algorithms" anchor="fig-pkalgs"><artwork align="center"><![CDATA[
+-------+---------------------------------------+
| Value | X.509 Public Key Algorithm            |
+=======+=======================================+
|     0 | rsaEncryption                         |
|     1 | id-ecPublicKey + secp256r1            |
|     2 | id-ecPublicKey + secp384r1            |
|     3 | id-ecPublicKey + secp521r1            |
|     4 | id-X25519                             |
|     5 | id-X448                               |
|     6 | id-Ed25519                            |
|     7 | id-Ed448                              |  
|     8 | id-alg-hss-lms-hashsig                |
|     9 | id-alg-xmss                           |
|    10 | id-alg-xmssmt                         |
+-------+---------------------------------------+
]]></artwork></figure>

</section>
<section anchor="cose" title="COSE Header Parameters Registry">

<t>This document registers the following entries in the “COSE Header Parameters” registry under the “CBOR Object Signing and Encryption (COSE)” heading. The formatting and processing are the same as the corresponding x5bag, x5chain, x5t, and x5u defined in <xref target="I-D.ietf-cose-x509"/> except that the certificates are CBOR encoded instead of DER encoded. Note that certificates can also be identified with a ‘kid’ header parameter by storing ‘kid’ and the associated bag or chain in a dictionary.</t>

<figure><artwork><![CDATA[
+-----------+-------+----------------+---------------------+
| Name      | Label | Value Type     | Description         |
+===========+=======+================+=====================+
| c5bag     |  TBD1 | COSE_X509      | An unordered bag of |
|           |       |                | CBOR certificates   |
+-----------+-------+----------------+---------------------+
| c5chain   |  TBD2 | COSE_X509      | An ordered chain of |
|           |       |                | CBOR certificates   |
+-----------+-------+----------------+---------------------+
| c5t       |  TBD3 | COSE_CertHash  | Hash of an          |
|           |       |                | CBOR certificate    |
+-----------+-------+----------------+---------------------+
| c5u       |  TBD4 | uri            | URI pointing to a   |
|           |       |                | CBOR certificate    |
+-----------+-------+----------------+---------------------+
]]></artwork></figure>

</section>
<section anchor="tls" title="TLS Certificate Types Registry">

<t>This document registers the following entry in the “TLS Certificate Types” registry under the “Transport Layer Security (TLS) Extensions” heading. The new certificate type can be used with addtional TLS certificate compression <xref target="I-D.ietf-tls-certificate-compression"/>.</t>

<t>EDITOR’S NOTE: The TLS registrations should be discussed and approved by the TLS WG at a later stage. When COSE WG has adopted work on CBOR certificates, it could perhaps be presented in the TLS WG. The TLS WG might e.g. want a separate draft in the TLS WG.</t>

<figure><artwork><![CDATA[
+-------+------------------+-------------+---------+
| Value | Name             | Recommended | Comment |
+=======+==================+=============+=========+
|  TBD5 | CBOR Certificate |           Y |         |         
+-------+------------------+-------------+---------+
]]></artwork></figure>

</section>
</section>


  </middle>

  <back>

    <references title='Normative References'>

&RFC2119;
&RFC4108;
&RFC5280;
&RFC7049;
&RFC8152;
&RFC8174;
&RFC8610;
&RFC8742;
&I-D.ietf-cose-x509;
&I-D.ietf-cbor-tags-oid;
<reference anchor="SECG" target="https://secg.org/sec1-v2.pdf">
  <front>
    <title>Elliptic Curve Cryptography, Standards for Efficient Cryptography Group, ver. 2</title>
    <author >
      <organization></organization>
    </author>
    <date year="2009"/>
  </front>
</reference>


    </references>

    <references title='Informative References'>

&RFC7228;
&RFC7925;
&RFC8446;
&I-D.ietf-lake-edhoc;
&I-D.ietf-tls-certificate-compression;
&I-D.ietf-tls-dtls13;
&I-D.ietf-uta-tls13-iot-profile;
&I-D.ietf-tls-ctls;
<reference anchor="IEEE-802.1AR" target="https://standards.ieee.org/standard/802_1AR-2018.html">
  <front>
    <title>IEEE Standard for Local and metropolitan area networks–Secure Device Identity</title>
    <author initials="." surname="Institute of Electrical and Electronics Engineers">
      <organization></organization>
    </author>
    <date year="2018" month="August"/>
  </front>
  <seriesInfo name="IEEE Standard 802.1AR-2018" value=""/>
</reference>
<reference anchor="X.509-IoT" target="https://doi.org/10.1007/978-3-319-93797-7_14">
  <front>
    <title>Lightweight X.509 Digital Certificates for the Internet of Things.</title>
    <author initials="F." surname="Forsby">
      <organization></organization>
    </author>
    <author initials="M." surname="Furuhed">
      <organization></organization>
    </author>
    <author initials="P." surname="Papadimitratos">
      <organization></organization>
    </author>
    <author initials="S." surname="Raza">
      <organization></organization>
    </author>
    <date year="2018" month="July"/>
  </front>
  <seriesInfo name="Springer, Cham." value="Lecture Notes of the Institute for Computer Sciences, Social Informatics and Telecommunications Engineering, vol 242."/>
</reference>


    </references>


<section anchor="appA" title="Example CBOR Certificates">

<section anchor="example-rfc-7925-profiled-x509-certificate" title="Example RFC 7925 profiled X.509 Certificate">

<t>Example of <xref target="RFC7925"/> profiled X.509 certificate parsed with OpenSSL.</t>

<figure><artwork><![CDATA[
Certificate:
    Data:
        Version: 3 (0x2)
        Serial Number: 128269 (0x1f50d)
        Signature Algorithm: ecdsa-with-SHA256
        Issuer: CN=RFC test CA
        Validity
            Not Before: Jan  1 00:00:00 2020 GMT
            Not After : Feb  2 00:00:00 2021 GMT
        Subject: CN=01-23-45-FF-FE-67-89-AB
        Subject Public Key Info:
            Public Key Algorithm: id-ecPublicKey
                Public-Key: (256 bit)
                pub:
                    04:b1:21:6a:b9:6e:5b:3b:33:40:f5:bd:f0:2e:69:
                    3f:16:21:3a:04:52:5e:d4:44:50:b1:01:9c:2d:fd:
                    38:38:ab:ac:4e:14:d8:6c:09:83:ed:5e:9e:ef:24:
                    48:c6:86:1c:c4:06:54:71:77:e6:02:60:30:d0:51:
                    f7:79:2a:c2:06
                ASN1 OID: prime256v1
                NIST CURVE: P-256
        X509v3 extensions:
            X509v3 Key Usage: 
                Digital Signature
    Signature Algorithm: ecdsa-with-SHA256
         30:44:02:20:44:5d:79:8c:90:e7:f5:00:dc:74:7a:65:4c:ec:
         6c:fa:6f:03:72:76:e1:4e:52:ed:07:fc:16:29:4c:84:66:0d:
         02:20:5a:33:98:5d:fb:d4:bf:dd:6d:4a:cf:38:04:c3:d4:6e:
         bf:3b:7f:a6:26:40:67:4f:c0:35:4f:a0:56:db:ae:a6
         
]]></artwork></figure>

<t>The DER encoding of the above certificate is 314 bytes.</t>

<figure><artwork><![CDATA[
30 82 01 36 30 81 DE A0 03 02 01 02 02 03 01 F5 0D 30 0A 06 08 2A 86
48 CE 3D 04 03 02 30 16 31 14 30 12 06 03 55 04 03 0C 0B 52 46 43 20
74 65 73 74 20 43 41 30 1E 17 0D 32 30 30 31 30 31 30 30 30 30 30 30
5A 17 0D 32 31 30 32 30 32 30 30 30 30 30 30 5A 30 22 31 20 30 1E 06
03 55 04 03 0C 17 30 31 2D 32 33 2D 34 35 2D 46 46 2D 46 45 2D 36 37
2D 38 39 2D 41 42 30 59 30 13 06 07 2A 86 48 CE 3D 02 01 06 08 2A 86
48 CE 3D 03 01 07 03 42 00 04 B1 21 6A B9 6E 5B 3B 33 40 F5 BD F0 2E
69 3F 16 21 3A 04 52 5E D4 44 50 B1 01 9C 2D FD 38 38 AB AC 4E 14 D8
6C 09 83 ED 5E 9E EF 24 48 C6 86 1C C4 06 54 71 77 E6 02 60 30 D0 51
F7 79 2A C2 06 A3 0F 30 0D 30 0B 06 03 55 1D 0F 04 04 03 02 07 80 30
0A 06 08 2A 86 48 CE 3D 04 03 02 03 47 00 30 44 02 20 44 5D 79 8C 90
E7 F5 00 DC 74 7A 65 4C EC 6C FA 6F 03 72 76 E1 4E 52 ED 07 FC 16 29
4C 84 66 0D 02 20 5A 33 98 5D FB D4 BF DD 6D 4A CF 38 04 C3 D4 6E BF
3B 7F A6 26 40 67 4F C0 35 4F A0 56 DB AE A6
]]></artwork></figure>

<section anchor="example-cbor-certificate-encoding" title="Example CBOR Certificate Encoding">

<t>The CBOR encoding of the same X.509 certificate is shown below in CBOR diagnostic format.</t>

<figure><artwork><![CDATA[
/This defines a CBOR Sequence (RFC 8742):/

  1,
  h'01f50d',
  "RFC test CA",
  1577836800,
  1612224000,
  h'0123456789AB',
  1,
  h'02B1216AB96E5B3B3340F5BDF02E693F16213A04525ED44450
    B1019C2DFD3838AB',
  1,
  6,
  h'445D798C90E7F500DC747A654CEC6CFA6F037276E14E52ED07
    FC16294C84660D5A33985DFBD4BFDD6D4ACF3804C3D46EBF3B
    7FA62640674FC0354FA056DBAEA6

]]></artwork></figure>

<t>The size of the CBOR encoding (CBOR sequence) is 138 bytes.</t>

<figure><artwork><![CDATA[
01
43 01 F5 0D
6B 52 46 43 20 74 65 73 74 20 43 41
1A 5E 0B E1 00
1A 60 18 96 00
46 01 23 45 67 89 AB
01
58 21 02 B1 21 6A B9 6E 5B 3B 33 40 F5 BD F0 2E 69 3F 16 21 3A 04 52
5E D4 44 50 B1 01 9C 2D FD 38 38 AB
01
06
58 40 44 5D 79 8C 90 E7 F5 00 DC 74 7A 65 4C EC 6C FA 6F 03 72 76 E1
4E 52 ED 07 FC 16 29 4C 84 66 0D 5A 33 98 5D FB D4 BF DD 6D 4A CF 38
04 C3 D4 6E BF 3B 7F A6 26 40 67 4F C0 35 4F A0 56 DB AE A6
]]></artwork></figure>

</section>
<section anchor="example-natively-signed-cbor-certificate" title="Example: Natively Signed CBOR Certificate">

<t>The corresponding natively signed CBOR certificate in CBOR diagnostic format is identical, except for cborCertificateType and signatureValue.</t>

<figure><artwork><![CDATA[
/This defines a CBOR Sequence (RFC 8742):/

  0,
  h'01f50d',
  "RFC test CA",
  1577836800,
  1612224000,
  h'0123456789AB',
  1,
  h'02B1216AB96E5B3B3340F5BDF02E693F16213A04525ED44450
    B1019C2DFD3838AB',
  1,
  6,
  h'B27A0B781455F71B68290F6C2EC9A897F18FDE9B6C59575953
    BC67268AB0E4DDE99D273E04E4715383AB2257C6AAA35284E5
    ED18BDB91247E9F2C433136480B9'

]]></artwork></figure>

<t>The size of the CBOR encoding (CBOR sequence) is 138 bytes.</t>

<figure><artwork><![CDATA[
00
43 01 F5 0D
6B 52 46 43 20 74 65 73 74 20 43 41
1A 5E 0B E1 00
1A 60 18 96 00
46 01 23 45 67 89 AB
01
58 21 02 B1 21 6A B9 6E 5B 3B 33 40 F5 BD F0 2E 69 3F 16 21 3A 04 52
5E D4 44 50 B1 01 9C 2D FD 38 38 AB
01
06
58 40 B2 7A 0B 78 14 55 F7 1B 68 29 0F 6C 2E C9 A8 97 F1 8F DE 9B 6C
59 57 59 53 BC 67 26 8A B0 E4 DD E9 9D 27 3E 04 E4 71 53 83 AB 22 57
C6 AA A3 52 84 E5 ED 18 BD B9 12 47 E9 F2 C4 33 13 64 80 B9 
]]></artwork></figure>

</section>
<section anchor="example-key-pair" title="Example: Key Pair">

<t>All of the the above example certificate were signed and can be verified with the following key pair where the private key is encoded as in COSE <xref target="RFC8152"/>.</t>

<figure><artwork><![CDATA[
issuerPublicKeyAlgorithm :
1 (id-ecPublicKey + secp256r1)

issuerPublicKey :
h'02AE4CDB01F614DEFC7121285FDC7F5C6D1D42C95647F061BA0080DF678867845E'

issuerPrivateKey :
h'DC66B3415456D649429B53223DF7532B942D6B0E0842C30BCA4C0ACF91547BB2'
]]></artwork></figure>

</section>
</section>
<section anchor="example-htpps-x509-certificate" title="Example HTPPS X.509 Certificate">

<t>The DER encoding of the tools.ietf.org certificate is 1647 bytes.</t>

<figure><artwork><![CDATA[
30 82 06 6b 30 82 05 53 a0 03 02 01 02 02 09 00 a6 a5 5c 87 0e 39 b4
0e 30 0d 06 09 2a 86 48 86 f7 0d 01 01 0b 05 00 30 81 c6 31 0b 30 09
06 03 55 04 06 13 02 55 53 31 10 30 0e 06 03 55 04 08 13 07 41 72 69
7a 6f 6e 61 31 13 30 11 06 03 55 04 07 13 0a 53 63 6f 74 74 73 64 61
6c 65 31 25 30 23 06 03 55 04 0a 13 1c 53 74 61 72 66 69 65 6c 64 20
54 65 63 68 6e 6f 6c 6f 67 69 65 73 2c 20 49 6e 63 2e 31 33 30 31 06
03 55 04 0b 13 2a 68 74 74 70 3a 2f 2f 63 65 72 74 73 2e 73 74 61 72
66 69 65 6c 64 74 65 63 68 2e 63 6f 6d 2f 72 65 70 6f 73 69 74 6f 72
79 2f 31 34 30 32 06 03 55 04 03 13 2b 53 74 61 72 66 69 65 6c 64 20
53 65 63 75 72 65 20 43 65 72 74 69 66 69 63 61 74 65 20 41 75 74 68
6f 72 69 74 79 20 2d 20 47 32 30 1e 17 0d 32 30 31 30 30 31 31 39 33
38 33 36 5a 17 0d 32 31 31 31 30 32 31 39 33 38 33 36 5a 30 3e 31 21
30 1f 06 03 55 04 0b 13 18 44 6f 6d 61 69 6e 20 43 6f 6e 74 72 6f 6c
20 56 61 6c 69 64 61 74 65 64 31 19 30 17 06 03 55 04 03 0c 10 2a 2e
74 6f 6f 6c 73 2e 69 65 74 66 2e 6f 72 67 30 82 01 22 30 0d 06 09 2a
86 48 86 f7 0d 01 01 01 05 00 03 82 01 0f 00 30 82 01 0a 02 82 01 01
00 b1 e1 37 e8 eb 82 d6 89 fa db f5 c2 4b 77 f0 2c 4a de 72 6e 3e 13
60 d1 a8 66 1e c4 ad 3d 32 60 e5 f0 99 b5 f4 7a 7a 48 55 21 ee 0e 39
12 f9 ce 0d ca f5 69 61 c7 04 ed 6e 0f 1d 3b 1e 50 88 79 3a 0e 31 41
16 f1 b1 02 64 68 a5 cd f5 4a 0a ca 99 96 35 08 c3 7e 27 5d d0 a9 cf
f3 e7 28 af 37 d8 b6 7b dd f3 7e ae 6e 97 7f f7 ca 69 4e cc d0 06 df
5d 27 9b 3b 12 e7 e6 fe 08 6b 52 7b 82 11 7c 72 b3 46 eb c1 e8 78 b8
0f cb e1 eb bd 06 44 58 dc 83 50 b2 a0 62 5b dc 81 b8 36 e3 9e 7c 79
b2 a9 53 8a e0 0b c9 4a 2a 13 39 31 13 bd 2c cf a8 70 cf 8c 8d 3d 01
a3 88 ae 12 00 36 1d 1e 24 2b dd 79 d8 53 01 26 ed 28 4f c9 86 94 83
4e c8 e1 14 2e 85 b3 af d4 6e dd 69 46 af 41 25 0e 7a ad 8b f2 92 ca
79 d9 7b 32 4f f7 77 e8 f9 b4 4f 23 5c d4 5c 03 ae d8 ab 3a ca 13 5f
5d 5d 5d a1 02 03 01 00 01 a3 82 02 e1 30 82 02 dd 30 0c 06 03 55 1d
13 01 01 ff 04 02 30 00 30 1d 06 03 55 1d 25 04 16 30 14 06 08 2b 06
01 05 05 07 03 01 06 08 2b 06 01 05 05 07 03 02 30 0e 06 03 55 1d 0f
01 01 ff 04 04 03 02 05 a0 30 3d 06 03 55 1d 1f 04 36 30 34 30 32 a0
30 a0 2e 86 2c 68 74 74 70 3a 2f 2f 63 72 6c 2e 73 74 61 72 66 69 65
6c 64 74 65 63 68 2e 63 6f 6d 2f 73 66 69 67 32 73 31 2d 32 34 32 2e
63 72 6c 30 63 06 03 55 1d 20 04 5c 30 5a 30 4e 06 0b 60 86 48 01 86
fd 6e 01 07 17 01 30 3f 30 3d 06 08 2b 06 01 05 05 07 02 01 16 31 68
74 74 70 3a 2f 2f 63 65 72 74 69 66 69 63 61 74 65 73 2e 73 74 61 72
66 69 65 6c 64 74 65 63 68 2e 63 6f 6d 2f 72 65 70 6f 73 69 74 6f 72
79 2f 30 08 06 06 67 81 0c 01 02 01 30 81 82 06 08 2b 06 01 05 05 07
01 01 04 76 30 74 30 2a 06 08 2b 06 01 05 05 07 30 01 86 1e 68 74 74
70 3a 2f 2f 6f 63 73 70 2e 73 74 61 72 66 69 65 6c 64 74 65 63 68 2e
63 6f 6d 2f 30 46 06 08 2b 06 01 05 05 07 30 02 86 3a 68 74 74 70 3a
2f 2f 63 65 72 74 69 66 69 63 61 74 65 73 2e 73 74 61 72 66 69 65 6c
64 74 65 63 68 2e 63 6f 6d 2f 72 65 70 6f 73 69 74 6f 72 79 2f 73 66
69 67 32 2e 63 72 74 30 1f 06 03 55 1d 23 04 18 30 16 80 14 25 45 81
68 50 26 38 3d 3b 2d 2c be cd 6a d9 b6 3d b3 66 63 30 2b 06 03 55 1d
11 04 24 30 22 82 10 2a 2e 74 6f 6f 6c 73 2e 69 65 74 66 2e 6f 72 67
82 0e 74 6f 6f 6c 73 2e 69 65 74 66 2e 6f 72 67 30 1d 06 03 55 1d 0e
04 16 04 14 ad 8a b4 1c 07 51 d7 92 89 07 b0 b7 84 62 2f 36 55 7a 5f
4d 30 82 01 06 06 0a 2b 06 01 04 01 d6 79 02 04 02 04 81 f7 04 81 f4
00 f2 00 77 00 f6 5c 94 2f d1 77 30 22 14 54 18 08 30 94 56 8e e3 4d
13 19 33 bf df 0c 2f 20 0b cc 4e f1 64 e3 00 00 01 74 e5 ac 71 13 00
00 04 03 00 48 30 46 02 21 00 8c f5 48 52 ce 56 35 43 39 11 cf 10 cd
b9 1f 52 b3 36 39 22 3a d1 38 a4 1d ec a6 fe de 1f e9 0f 02 21 00 bc
a2 25 43 66 c1 9a 26 91 c4 7a 00 b5 b6 53 ab bd 44 c2 f8 ba ae f4 d2
da f2 52 7c e6 45 49 95 00 77 00 5c dc 43 92 fe e6 ab 45 44 b1 5e 9a
d4 56 e6 10 37 fb d5 fa 47 dc a1 73 94 b2 5e e6 f6 c7 0e ca 00 00 01
74 e5 ac 72 3c 00 00 04 03 00 48 30 46 02 21 00 a5 e0 90 6e 63 e9 1d
4f dd ef ff 03 52 b9 1e 50 89 60 07 56 4b 44 8a 38 28 f5 96 dc 6b 28
72 6d 02 21 00 fc 91 ea ed 02 16 88 66 05 4e e1 8a 2e 53 46 c4 cc 51
fe b3 fa 10 a9 1d 2e db f9 91 25 f8 6c e6 30 0d 06 09 2a 86 48 86 f7
0d 01 01 0b 05 00 03 82 01 01 00 14 04 3f a0 be d2 ee 3f a8 6e 3a 1f
78 8e a0 4c 35 53 0f 11 06 1f ff 60 a1 6d 0b 83 e9 d9 2a db b3 3f 9d
b3 d7 e0 59 4c 19 a8 e4 19 a5 0c a7 70 72 77 63 d5 fe 64 51 0a d2 7a
d6 50 a5 8a 92 38 ec cb 2f 0f 5a c0 64 58 4d 5c 06 b9 73 63 68 27 8b
89 34 dc 79 c7 1d 3a fd 34 5f 83 14 41 58 49 80 68 29 80 39 8a 86 72
69 cc 79 37 ce e3 97 f7 dc f3 95 88 ed 81 03 29 00 d2 a2 c7 ba ab d6
3a 8e ca 09 0b d9 fb 39 26 4b ff 03 d8 8e 2d 3f 6b 21 ca 8a 7d d8 5f
fb 94 ba 83 de 9c fc 15 8d 61 fa 67 2d b0 c7 db 3d 25 0a 41 4a 85 d3
7f 49 46 37 3c f4 b1 75 d0 52 f3 dd c7 66 f1 4b fd aa 00 ed bf e4 7e
ed 01 ec 7b e4 f6 46 fc 31 fd 72 fe 03 d2 f2 65 af 4d 7e e2 81 9b 7a
fd 30 3c f5 52 f4 05 34 a0 8a 3e 19 41 58 c8 a8 e0 51 71 84 09 15 ae
ec a5 77 75 fa 18 f7 d5 77 d5 31 cc c7 2d
]]></artwork></figure>

<section anchor="example-cbor-certificate-encoding-1" title="Example CBOR Certificate Encoding">

<t>The CBOR encoding of the X.509 certificate is shown below in CBOR diagnostic format.</t>

<figure><artwork><![CDATA[
/This defines a CBOR Sequence (RFC 8742):/

  1,
  h'A6A55C870E39B40E',
  [
    [-4, "US"],
    [-6, "Arizona"], 
    [-5, "Scottsdale"], 
    [-7, "Starfield Technologies, Inc."], 
    [-8, "http://certs.starfieldtech.com/repository/"],
    [-1, "Starfield Secure Certificate Authority - G2"]
  ],
  1601581116,
  1635881916,
  [
    [-8, "Domain Control Validated"],
    [1, "*.tools.ietf.org"]
  ],
  0,
  h'3082010A0282010100B1E137E8EB82D689FADBF5C24B77F02C4ADE726E3E1360D1A8661EC4AD3D3260E5F099B5F47A7A485521EE0E3912F9CE0DCAF56961C704ED6E0F1D3B1E5088793A0E314116F1B1026468A5CDF54A0ACA99963508C37E275DD0A9CFF3E728AF37D8B67BDDF37EAE6E977FF7CA694ECCD006DF5D279B3B12E7E6FE086B527B82117C72B346EBC1E878B80FCBE1EBBD064458DC8350B2A0625BDC81B836E39E7C79B2A9538AE00BC94A2A13393113BD2CCFA870CF8C8D3D01A388AE1200361D1E242BDD79D8530126ED284FC98694834EC8E1142E85B3AFD46EDD6946AF41250E7AAD8BF292CA79D97B324FF777E8F9B44F235CD45C03AED8AB3ACA135F5D5D5DA10203010001',
  [
    -1, -2,
     3, [ 1, 2 ],
    -2, 5,
     8, "http://crl.starfieldtech.com/sfig2s1-242.crl",
     7, h'305A304E060B6086480186FD6E01071701303F303D06082B060105050702011631687474703A2F2F6365727469666963617465732E737461726669656C64746563682E636F6D2F7265706F7369746F72792F3008060667810C010201',
     9, [ 1, "http://ocsp.starfieldtech.com/", 2, "http://certificates.starfieldtech.com/repository/sfig2.crt" ],
     5, h'254581685026383D3B2D2CBECD6AD9B63DB36663',
     4, [ 2, "*.tools.ietf.org", 2, "tools.ietf.org" ],
     6, h'AD8AB41C0751D7928907B0B784622F36557A5F4D',
    10, h'0481F400F2007700F65C942FD1773022145418083094568EE34D131933BFDF0C2F200BCC4EF164E300000174E5AC711300000403004830460221008CF54852CE5635433911CF10CDB91F52B33639223AD138A41DECA6FEDE1FE90F022100BCA2254366C19A2691C47A00B5B653ABBD44C2F8BAAEF4D2DAF2527CE64549950077005CDC4392FEE6AB4544B15E9AD456E61037FBD5FA47DCA17394B25EE6F6C70ECA00000174E5AC723C0000040300483046022100A5E0906E63E91D4FDDEFFF0352B91E50896007564B448A3828F596DC6B28726D022100FC91EAED02168866054EE18A2E5346C4CC51FEB3FA10A91D2EDBF99125F86CE6'
  ],
  1,
  h'14043FA0BED2EE3FA86E3A1F788EA04C35530F11061FFF60A16D0B83E9D92ADBB33F9DB3D7E0594C19A8E419A50CA770727763D5FE64510AD27AD650A58A9238ECCB2F0F5AC064584D5C06B9736368278B8934DC79C71D3AFD345F831441584980682980398A867269CC7937CEE397F7DCF39588ED81032900D2A2C7BAABD63A8ECA090BD9FB39264BFF03D88E2D3F6B21CA8A7DD85FFB94BA83DE9CFC158D61FA672DB0C7DB3D250A414A85D37F4946373CF4B175D052F3DDC766F14BFDAA00EDBFE47EED01EC7BE4F646FC31FD72FE03D2F265AF4D7EE2819B7AFD303CF552F40534A08A3E194158C8A8E05171840915AEECA57775FA18F7D577D531CCC72D'

]]></artwork></figure>

<t>The size of the CBOR encoding (CBOR sequence) is 1332 bytes.</t>

</section>
</section>
</section>
<section anchor="appB" title="X.509 Certificate Profile, ASN.1">

<t>EDITOR’S NOTE: The ASN.1 below is not up to date with the rest of the specification. The below ASN.1 for RFC 7925 profile should be in draft-ietf-uta-tls13-iot-profile instead. If CBOR Certificates support a large subset of RFC 5280, we should probably not duplicate all the ASN.1 in that document. Should be discussed what kind and how much (if any) ASN.1 this document needs. If possible, one option would be to have ASN.1 for the restrictions compared to RFC 5280.</t>

<figure><artwork type="ASN.1"><![CDATA[
IOTCertificate DEFINITIONS EXPLICIT TAGS ::= BEGIN

Certificate  ::= SEQUENCE {
  tbsCertificate        TBSCertificate,
  signatureAlgorithm    AlgorithmIdentifier,
  signatureValue        BIT STRING
}

TBSCertificate  ::= SEQUENCE {
  version           [0] INTEGER {v3(2)},
  serialNumber          INTEGER (1..MAX),
  signature             AlgorithmIdentifier,
  issuer                Name,
  validity              Validity,
  subject               Name,
  subjectPublicKeyInfo  SubjectPublicKeyInfo,
  extensions        [3] Extensions OPTIONAL
}

Name  ::= SEQUENCE SIZE (1) OF DistinguishedName

DistinguishedName  ::= SET SIZE (1) OF CommonName

CommonName  ::= SEQUENCE {
  type              OBJECT IDENTIFIER (id-at-commonName),
  value             UTF8String
}

Validity  ::= SEQUENCE {
  notBefore         UTCTime,
  notAfter          UTCTime
}

SubjectPublicKeyInfo  ::= SEQUENCE {
  algorithm         AlgorithmIdentifier,
  subjectPublicKey  BIT STRING
}

AlgorithmIdentifier  ::=  SEQUENCE  {
  algorithm         OBJECT IDENTIFIER,
  parameters        ANY DEFINED BY algorithm OPTIONAL  }
}

Extensions  ::= SEQUENCE SIZE (1..MAX) OF Extension

Extension  ::= SEQUENCE {
  extnId            OBJECT IDENTIFIER,
  critical          BOOLEAN DEFAULT FALSE,
  extnValue         OCTET STRING
 }

id-at-commonName    OBJECT IDENTIFIER   ::=
         {joint-iso-itu-t(2) ds(5) attributeType(4) 3}

END
]]></artwork></figure>

</section>
<section numbered="no" anchor="acknowledgments" title="Acknowledgments">

<t>The authors want to thank Henk Birkholz, Carsten Bormann, Russ Housley, Olle Johansson, Benjamin Kaduk, Ilari Liusvaara, Laurence Lundblade, Thomas Peterson, Michael Richardson, Stefan Santesson, Jim Schaad, Fraser Tweedale, and Rene Struik for reviewing and commenting on intermediate versions of the draft.</t>

</section>


  </back>

<!-- ##markdown-source:
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
j9Vwmhof758wYoczHqrG/e6ZGpbjKn63PpN7LUdFGdsyLYHeh3eL0hy+N//Z
rTFtD9GaXsP/jBqSNp3c2lM1FKN1UmlP1VCMpqe9OtxuPcW7dZarzVf1aPtq
2EdqHOPEOofVrdEjVp2UVbdGj1j9WlGfdAmOr67oNfhf7plo37Xud03koep/
g2fS28O/uyb/x7omffTuCMgvcU2EDNmge55wSdpiW6ep9DPav24Osu2rYR2r
wefd9tWwj9XgI3H7aij188dn7WDX0fjjs3awm6b6fGNbTTt9jrGtnZngS81t
vbTi882t8QXm9tdRvazyjmvefoX2vOqlr65+x19dFa+b87Q1VcsfVu2ud6+i
Y6mKmqWB1VplpRJP+ps/aWS9UbhySOpT9/phKJpknVF75yeVYlbfPeNtCLuq
uLZzLlVbv/TvXbX30X505+ntBf4s7tJiTRdqHfVHd98+w6w50g74GH6ETvn0
qTphsV57frBdu7WDSvuqgra3R/8Oy8EuNN50RN9ZrRIg9UmSp++K7FR9L1f7
Asf8Ecp2I8+D5BL1Af1luVkUbCMxZD6L9E5+8ZxX5Mu93tvH0fFNu0fZuJ+v
ST82OZ6/ipfpPF/V2bc6Nde/8rVRx7pKPlDN/bqael4QYSu9cDOZ8hJVMM8/
/5GsgXoR0YmKfBxEhZVlrRJqpdL6q7043Cyky/ovRNhCMmINtnUE7ApoWfp/
A7B3TY8A267AJg31HXQvveC//B2MA3X65WC3NesvBnvfAptMIB2Y1er57ZtL
uRFCbUtJ/xeDrYsnaXA6POLp3Qer8ov092OtvXub7lfeN7Qrj7/w/jJ9xMN6
x+EZGjnXjhTrKG9ysw8+yK1WcPG+Eanusuz5r2wffPW+KTbUivG3IXsOqKaW
dZ+67D1amndb8x6c5oQrqvmHb+kEnFR9/6rc8dGqfPwkm8A/yA8/pNmGd6Dx
ca2bw3NtSt4YJ/dPwYW/Sx9KecgJnzFbbdeqehzVcKN5+X3ZfAS8fqDNgXSw
H5kF4Ehu52tX/Wz/+usjd7qLfZjKB//Ve+lIDPh697SX/fWRO3a0IZ1uJU86
S+oy90/aXXP1ywbXkjI84Y/ey3NP5Bkmfece8AEm8qB0Vao+l6KzRVurSGfN
y8LV6V6tY0x6D0cAYWvZePWQr6+vX3YoqnUwpnMD+eMS8op+fi+3no4RJ5wZ
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
fH1ODzsPo8H/D2DYQygv0AAA

-->

</rfc>

