<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-carter-high-assurance-dids-with-dns-08" category="info" submissionType="independent" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="hiadid">High Assurance DIDs with DNS</title>
    <seriesInfo name="Internet-Draft" value="draft-carter-high-assurance-dids-with-dns-08"/>
    <author initials="J." surname="Carter" fullname="Jesse Carter">
      <organization>CIRA</organization>
      <address>
        <email>jesse.carter@cira.ca</email>
      </address>
    </author>
    <author initials="J." surname="Latour" fullname="Jacques Latour">
      <organization>CIRA</organization>
      <address>
        <email>jacques.latour@cira.ca</email>
      </address>
    </author>
    <author initials="M." surname="Glaude" fullname="Mathieu Glaude">
      <organization>Northern Block</organization>
      <address>
        <email>mathieu@northernblock.ca</email>
      </address>
    </author>
    <author initials="T." surname="Bouma" fullname="Tim Bouma">
      <organization>Digital Governance Council</organization>
      <address>
        <email>tim.bouma@dgc-cgn.org</email>
      </address>
    </author>
    <date year="2025" month="November" day="04"/>
    <keyword>next generation</keyword>
    <keyword>unicorn</keyword>
    <keyword>sparkling distributed ledger</keyword>
    <abstract>
      <?line 80?>

<t>This document outlines a method for improving the authenticity, discoverability, and portability of Decentralized Identifiers (DIDs) by utilizing the current DNS infrastructure and its technologies. This method offers a straightforward procedure for a verifier to cryptographically cross-validate a DID using data stored in the DNS, separate from the DID document.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        The latest revision of this draft can be found at <eref target="https://ciralabs.github.io/high-assurance-dids-with-dns/draft-carter-high-assurance-dids-with-dns.html"/>.
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-carter-high-assurance-dids-with-dns/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/CIRALabs/high-assurance-dids-with-dns"/>.</t>
    </note>
  </front>
  <middle>
    <?line 84?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>In the ever-evolving digital world, the need for secure and verifiable identities is paramount. DIDs have emerged as a promising solution, providing a globally unique, persistent identifier that does not require a centralized registration authority. However, like any technology, DIDs face challenges in terms of authenticity, discoverability, and portability.</t>
      <t>This is where the Domain Name System (DNS), a well-established and globally distributed internet directory service, comes into play. By leveraging the existing DNS infrastructure, we can enhance the verification process of DIDs. Specifically, we can use Transport Layer Security Authentication (TLSA) and Uniform Resource Identifier (URI) DNS records to add an additional layer of verification and authenticity to DIDs.</t>
      <t>TLSA records in DNS allow us to associate a certificate or public key with the domain name where the record is found, thus providing a form of certificate pinning. URI records, on the other hand, provide a way to publish mappings from hostnames to URIs, such as DIDs.</t>
      <t>By storing crucial information about a DID, such as the DID itself and its Public Key Infrastructure (PKI) in these DNS records, we can provide a verifier with a simple yet effective method to cross-validate and authenticate a DID. This not only ensures the authenticity of the DID document but also allows for interaction with material signed by the DID without access to the DID document itself.</t>
      <t>In essence, the integration of DIDs with DNS, specifically through the use of TLSA and URI records, provides a robust solution to some of the challenges faced by DIDs, paving the way for a more secure and trustworthy digital identity landscape.</t>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" 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>
      <?line -18?>

</section>
    <section anchor="securing-a-did-using-the-dns">
      <name>Securing a DID using the DNS</name>
      <t>Much like presenting two pieces of ID to provide a higher level of assurance when proving your identity or age, replicating important information about a DID into a different domain (like the DNS) enables a similar form of cross validation. This enhances the initial trust establishment between the user and the DID document, as the key information can be compared and verified across two segregated sets of infrastructure. This also acts as a form of ownership verification in a similar way to 2FA, as the implementer must have control over both the DNS zone and the DID document to properly duplicate the relevant information.</t>
      <artwork><![CDATA[
+----------------+     +----------------+
|                |     |                |
|   DNS Server   |     |   Web Server   |
|                |     |                |
|   +-------+    |     |   +-------+    |
|   |  DID  |<---+-----+-->|  DID  |    |
|   +-------+    |     |   +-------+    |
|   +-------+    |     |   +-------+    |
|   |  PKI  |<---+-----+-->|  PKI  |    |
|   +-------+    |     |   +-------+    |
|                |     |                |
+----------------+     +----------------+
]]></artwork>
      <t>The diagram above illustrates how a web server storing the DID document, and the DNS server storing the URI and TLSA records shares and links the key information about the DID across two independent sets of infrastructure.</t>
      <section anchor="specifically-for-didweb">
        <name>Specifically for did:web</name>
        <t>With did:web, there’s an inherent link between the DNS needed to resolve the associated DID document and the domain where the relevant supporting DNS records are located. This means that the domain specified by the did:web identifier (for example, did:web:<strong>example.ca</strong>) is also the location where you can find the supporting DNS records.</t>
      </section>
      <section anchor="consideration-for-other-did-methods">
        <name>Consideration for other DID methods</name>
        <t>In the case of other DID methods, the association between a DID and a DNS domain is still possible although less inherent than with the aforementioned did:web. As such, it provides much of the same benefits as the <xref target="wellKnownDidConfiguration"/>, but the method in which it accomplishes this is slightly different. Specifically, the integrity of the DID document is secured by including a dataIntegrityProof inside the DID document itself rather than in a seperate resource, and the key material used to verify this proof is explicitly duplicated in the DNS, rather than only being referenced back to the DID document which is being verified.</t>
        <section anchor="dnsvalidationdomain">
          <name>dnsValidationDomain</name>
          <t>To faciliate the linking of a non did:web to the DNS, we propose the inclusion of an optional property "dnsValidationDomain" to the DID document.</t>
          <artwork><![CDATA[
{"dnsValidationDomain": "example.ca"}
]]></artwork>
          <t>In the case of non did:webs that wish to use DNS for increased assurance, the verification process is identical to the one used for did:web but instead of referencing the domain in the identifier, the verifier <bcp14>MUST</bcp14> use the domain referenced by the "dnsValidationDomain" property instead.</t>
        </section>
      </section>
      <section anchor="mapping-dids-to-domains-with-uri-records">
        <name>Mapping DIDs to Domains with URI records</name>
        <t>The association to a domain stemming only from the did is unidirectional. By leveraging URI records as outlined in <xref target="DID-in-the-DNS"/>, we can create a bidirectional relationship, allowing a domain to publish their associated DID in the DNS.</t>
        <t><strong><em>Ex: _did.example-issuer.ca IN URI 1 0 “did:web:example-issuer.ca”</em></strong></t>
        <t>This relationship enhances security, as an entity would require control over both the DID and the domain’s DNS server to create this bidirectional association, reducing the likelihood of malicious impersonation.</t>
        <section anchor="uri-record-scoping">
          <name>URI record scoping</name>
          <ul spacing="normal">
            <li>
              <t>The records <bcp14>MUST</bcp14> be scoped by setting the global underscore name of the URI RRset to <em>_did</em> (0x5F 0x64 0x69 0x64).</t>
            </li>
          </ul>
        </section>
        <section anchor="entity-handles">
          <name>Entity Handles</name>
          <t>An implementer may have multiple sub entities operating and issuing credentials on their behalf, like the different deparments in a university issuing diplomas or publishing research. For this reason, the introduction of an entity handle, represented as a subdomain in the resource record name, provides a simple way to facilitate the distinction of DIDs, their public keys, and credentials they issue in their relationship to another entity or root authority.</t>
          <t><strong><em>Ex: _did.diplomas.example-issuer.ca IN URI 1 0 “did:web:diplomas.example-issuer.ca”</em></strong></t>
          <t><strong><em>Ex: _did.certificates.example-issuer.ca IN URI 1 0 “did:web:certificates.example-issuer.ca”</em></strong></t>
        </section>
      </section>
      <section anchor="mapping-verificationmethods-to-the-dns-with-tlsa-records">
        <name>Mapping verificationMethods to the DNS with TLSA records</name>
        <t>The DID to DNS mapping illustrated in section 3.2 provides a way of expressing the association between a DID and a domain, but no way of verifying that relationship. By hosting the public keys of that DID in its associated domain’s zone, we can provide a cryptographic linkage to bolster this relationship while also providing access to the DID’s public keys outside of the infrastructure where the DID document itself resides, facilitating interoperability and increasing availability.</t>
        <t>TLSA records <xref target="RFC6698"/> provide a simple way of hosting cryptographic information in the DNS. Key material or full x509 certificates can be represented in TLSA records either hashed or unhashed depending on the requirements and use case of the implementer.</t>
        <t>It is important to note that as key sizes increase in respect to the needs of post-quantum cryptography, TLSA records can support these keys via the hashed representation, making this implementation post-quantum compatible.</t>
        <section anchor="tlsa-record-scoping-selector-field">
          <name>TLSA Record Scoping, Selector Field</name>
          <t>When public keys related to DIDs are published in the DNS as TLSA records:</t>
          <ul spacing="normal">
            <li>
              <t>The records <bcp14>MUST</bcp14> be scoped by setting the global underscore name of the TLSA RRset to <em>_did</em> (0x5F 0x64 0x69 0x64).</t>
            </li>
            <li>
              <t>The Selector Field of the TLSA record must be set to 1, SubjectPublicKeyInfo: DER-encoded binary structure as defined in <xref target="RFC5280"/>.</t>
            </li>
          </ul>
          <t>When x509 certificates related to DIDs are published in the DNS as TLSA records:</t>
          <ul spacing="normal">
            <li>
              <t>The records <bcp14>MUST</bcp14> be scoped by setting the global underscore name of the TLSA RRset to <em>_did</em> (0x5F 0x64 0x69 0x64).</t>
            </li>
            <li>
              <t>The Selector Field of the TLSA record must be set to 0, full certificate: the Certificate binary structure as defined in <xref target="RFC5280"/>.</t>
            </li>
          </ul>
        </section>
        <section anchor="instances-of-multiple-key-pairs">
          <name>Instances of Multiple Key Pairs</name>
          <t>Depending on the needs of the implementer, it is possible they may use multiple keypairs associated with a single DID to sign and issue credentials or enable other PKI related interactions. In this case, a TLSA record will be created per <xref target="verificationMethod"/> and then be bundled into the corresponding TLSA RRset. A resolver can then parse the returned records and match the key content to the verificationMethod they wish to interact with or verify.</t>
          <t><strong><em>Ex: _did.example-issuer.ca IN TLSA 3 1 0 "4e18ac22c00fb9...b96270a7b4"</em></strong></t>
          <t><strong><em>Ex: _did.example-issuer.ca IN TLSA 3 1 0 "5f29bd33d11gc1...b96270a7b5"</em></strong></t>
          <section anchor="security-consideration">
            <name>Security Consideration</name>
            <t>It is <bcp14>RECOMMENDED</bcp14> implementers limit the total number of TLSA records for a given domain to 255 to mitigate DoS style attacks, such as creating a problematic number of TLSA records to then be resolved and parsed by the verifier.</t>
            <t>If total number of TLSA records returned to a verifier exceeds this threshold, it is <bcp14>RECOMMENDED</bcp14> the verifier abort the verification process and deem the target DID insecure.</t>
          </section>
        </section>
        <section anchor="benefits-of-public-keys-in-the-dns">
          <name>Benefits of Public Keys in the DNS</name>
          <t>Hosting the public keys in TLSA records provides a stronger mechanism for the verifier to verify a did and its associated entity with, as they are able to perform a cryptographic challenge against the DID using the corresponding TLSA records, or against the domain using the corresponding <xref target="verificationMethod"/> in the DID document. The accessibility of the public keys is also beneficial, as the verifier does not need to resolve the DID document to accesss its associated key material, enhancing interoperability.</t>
        </section>
      </section>
    </section>
    <section anchor="role-of-dnssec-for-assurance-and-revocation">
      <name>Role of DNSSEC for Assurance and Revocation</name>
      <t>It is <bcp14>RECOMMENDED</bcp14> that all the participants in this digital identity ecosystem enable DNSSEC signing for the DNS instances they operate. See <xref target="RFC9364"/>.</t>
      <t>DNSSEC provides cryptographic assurance that the DNS records returned in response to a query are authentic and have not been tampered with. This assurance within the context of the <em>_did</em> URI and <em>_did</em> TLSA records greatly strengthens the mechanism to ensure the integrity of the DID and its public keys. DNSSEC vastly reduces the possible attack vectors in which the repudiated DID information in the DNS can be tampered with.</t>
      <t>Within this use-case, DNSSEC also provides revocation checks for both DIDs and their public keys. In particular, a DNS query for a specific <em>_did</em> URI record or <em>_did</em> TLSA record can return an NXDOMAIN <xref target="RFC8020"/> response if the DID or public key has been revoked. This approach can simplify the process of verifying the current validity of DIDs and public keys by reducing the need for complex revocation mechanisms or implementation specific technologies.</t>
    </section>
    <section anchor="digital-signature-and-proof-value-of-the-did-document">
      <name>Digital Signature and Proof Value of the DID Document</name>
      <t>Digital signatures ensure the integrity of the DID Document, and by extent the public keys, authentication protocols, and service endpoints necessary for initiating trustworthy interactions with the identified entity. The use of digital signatures in this context provides a robust mechanism for verifying that the DID Document has not been tampered with and indeed originates from the correct entity.</t>
      <t>In accordance with W3C specifications, we propose including a data integrity proof such as those outlined in <xref target="dataIntegrityProofECDSA"/> and <xref target="dataIntegrityProofEdDSA"/>, with the mandatory inclusions of the "created" and "expires" fields. The inclusion of which acts as a lifespan for the document, similar to the TTL for a DNS record. Depending on the use case and security requirements, a longer or shorter expiry period would be used as necessary.</t>
      <artwork><![CDATA[
"proof": {
   "type": "DataIntegrityProof",
   "cryptosuite": "ecdsa-jfc-2019",
   "created": "2023-10-11T15:27:27Z",
   "expires": "2099-10-11T15:27:27Z",
   "proofPurpose": "assertionMethod",
   "verificationMethod": "did:web:trustregistry.ca#key-1",
   "proofValue": "zQeVbY4oey5q2M3XKaxup3tmzN4DRFTLVqpLMweBrSxMY2xHX5XTYV8nQApmEcqaqA3Q1gVHMrXFkXJeV6doDwLWx"
}
]]></artwork>
      <t>The data integrity proof <bcp14>SHOULD</bcp14> be signed using a verificationMethod that has an associated TLSA record to allow for the verification of the data integrity proof using pki material contained outside of the DID document. This provides an added layer of authenticity, as the PKI information contained in the DID document would need to be repudiated across 2 different domains, the resource hosting the DID document and its associated DNS domain.</t>
      <section anchor="use-of-alternative-cryptosuites">
        <name>Use of Alternative Cryptosuites</name>
        <t>While <xref target="dataIntegrityProofECDSA"/> and <xref target="dataIntegrityProofEdDSA"/> are the cryptosuites we have chosen to highlight in this specification, it is important to note that this implementation for a high assurance did using dns is cryptosuite agnostic. It is interoperable with any new and existing cryptosuites and associated key types as required by the implementers and verifiers.</t>
      </section>
    </section>
    <section anchor="verification-process">
      <name>Verification Process</name>
      <t>Using the new DNS records and proof object in the DID document, we enable a more secure and higher assurance verification process for the DID. It is important to note that while not strictly necessary, DNSSEC verification <bcp14>SHOULD</bcp14> be performed each time a DNS record is resolved to ensure their authenticity.</t>
      <t>The process below outlines the general steps required to complete the higher assurance did verification process;</t>
      <ol spacing="normal" type="1"><li>
          <t><strong>Verification of the DID:</strong> The user verifies the DID is represented as a URI record in the associated domain.
          </t>
          <ol spacing="normal" type="1"><li>
              <t>In the case of did:web, the domain and record name to be queried is indicated by the last segment of the did. In example, <strong>did:web:example.ca</strong> would translate to a URI record with the name <strong>_did.example.ca</strong>.</t>
            </li>
            <li>
              <t>In the case of other did methods, the domain and record name to be queried is indicated by the "dnsValidationDomain" property. In example, <strong>{"dnsValidationDomain": "example.ca"}</strong> would translate to a URI record with the name <strong>_did.example.ca</strong>.</t>
            </li>
          </ol>
        </li>
        <li>
          <t><strong>Verification of the PKI:</strong> The user verifies the verificationMethod/s in the DID document are represented as TLSA record/s in the associated domain.
          </t>
          <ol spacing="normal" type="1"><li>
              <t>The domain and record name for the TLSA record to be queried is determined identically to steps 1.a or 1.b.
              </t>
              <ol spacing="normal" type="1"><li>
                  <t>Note: The matching of the TLSA record content and verificationMethod may require some conversion, as TLSA records store key material as hex encoded DER format, and this representation is not supported by <xref target="verificationMethod"/>. However, there are many well supported cryptography libraries in a variety of languages that facilitate the conversion process.</t>
                </li>
              </ol>
            </li>
          </ol>
        </li>
        <li>
          <t><strong>Verification of the DID document's integrity:</strong> The user verifies the "proof" object to ensure the integrity of the DID document.
          </t>
          <ol spacing="normal" type="1"><li>
              <t>This can be accomplished by using either the <xref target="verificationMethod"/> directly from the DID document, or using the key material stored in the TLSA record. Using the TLSA record would provide a higher level of assurance as this confirms the key material is being accurately represented across 2 different domains, both at the DID document level and the DNS level.
              </t>
              <ol spacing="normal" type="1"><li>
                  <t>Note: Unlike with matching the verificationMethod and TLSA record in step 2, DER is a widely supported encoding format for key material enabling a verifier to directly use the TLSA record content to verify the signature without having to convert the key back to its representation in the verificationMethod.</t>
                </li>
              </ol>
            </li>
          </ol>
        </li>
      </ol>
      <t><em>Note</em>: The order of the steps presented does not specify a required order for verification. As a general rule (and depending on the use case) the 3 verification steps outlined above may be performed in any order as best fits the verifier's needs. In example, a verifier may arrive at the DID document during a credential verification process, in which case it makes sense to peform step 3 before steps 1 and 2. Alternatively, a verifier may arrive at the DID document after exploring an organization's domain, in which case it may make more sense to perform steps 1 and 2 prior to step 3. So long as the 3 steps are performed together, the same level of assurance is achieved irrespective of their order.</t>
      <section anchor="verification-failure">
        <name>Verification Failure</name>
        <t>If at any given step verification fails, the DID document should be deemed INSECURE. Whether it is due to the DID and DNS being out of sync with recent updates, or the resource hosting the DID document or DNS zone themselves being compromised, a failed verification <bcp14>MAY</bcp14> indicate malicious activity. It is then up to the verifier to determine, according to their requirements and use case, the appropriate course of action regarding interactions with the target DID until successful verification is restored.</t>
      </section>
    </section>
    <section anchor="control-requirements">
      <name>Control Requirements</name>
      <t>This section defines a simple framework to define a set of technical controls that can be implemented and mapped into levels of assurance for did:web identifiers.
To assist in decision-making and implementation, The controls are ordered in increasing level of security assurance and are grouped into levels of assurance from <strong>LOW-</strong> to <strong>HIGH+</strong>
- <strong>Issuing Authority</strong> is the entity accountable for the did:web identifier.
- <strong>Issuing Service</strong> is the entity responsible for operating the did:web identifier infrastructure.
In many cases the <strong>Issuing Authority</strong> may delegate elements of providing a high assurance did:web identifier to an <strong>Issuing Service</strong> that may be a commercial provider.
In the simplest case, the <strong>Issuing Authority</strong> can be regarded as the same as the <strong>Issuing Service</strong>.
Note that Controls 9, 10, and 11 CANNOT BE DELEGATED to an <strong>Issuing Service</strong></t>
      <t>11 technical controls are defined. These controls would be implemented in order of precedence for an increasing level of security assurance. (e.g., Control No. N would need to be implemented before implementing Control No. N+1)</t>
      <table>
        <thead>
          <tr>
            <th align="left">Control No.</th>
            <th align="left">Control Name</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">1</td>
            <td align="left">DID Resource Control</td>
            <td align="left">The Issuing Service <bcp14>MUST</bcp14> control the resource that generates the DID document. (i.e., website)</td>
          </tr>
          <tr>
            <td align="left">2</td>
            <td align="left">DID Document Management</td>
            <td align="left">The Issuing Service <bcp14>MUST</bcp14> have the ability to do CRUD operations on the DID document.</td>
          </tr>
          <tr>
            <td align="left">3</td>
            <td align="left">DID Document Data Integrity</td>
            <td align="left">The Issuing Service <bcp14>MUST</bcp14> ensure the data integrity of the DID document by cryptographic means, typically a digital signature or other means. The use of approved or established cryptographic algorithms is HIGHLY <bcp14>RECOMMENDED</bcp14></td>
          </tr>
          <tr>
            <td align="left">4</td>
            <td align="left">DID Document Key Control</td>
            <td align="left">The Issuing Service <bcp14>MUST</bcp14> control the keys required to sign the DID document.</td>
          </tr>
          <tr>
            <td align="left">5</td>
            <td align="left">DID Document Key Generation</td>
            <td align="left">With proper delegation from the Issuing Authority, the DID Document signing key <bcp14>MAY</bcp14> be generated by the Issuing Service. Otherwise, the signing key must be generated by the Issuing Authority.</td>
          </tr>
          <tr>
            <td align="left">6</td>
            <td align="left">Domain Zone Control</td>
            <td align="left">The Issuing Service <bcp14>MUST</bcp14> have control of the domain zone (or subdomain zone).If direct control of the domain is not feasible, the use of an accredited DNS provider is HIGHLY <bcp14>RECOMMENDED</bcp14></td>
          </tr>
          <tr>
            <td align="left">7</td>
            <td align="left">Domain Zone Mapping</td>
            <td align="left">There <bcp14>MUST</bcp14> be domain zone records that map the necessary URI, TLSA, CERT and/or TXT records to the specified did:web identifier.</td>
          </tr>
          <tr>
            <td align="left">8</td>
            <td align="left">Domain Zone Signing</td>
            <td align="left">The domain zone records <bcp14>MUST</bcp14> be signed according to DNSSEC. (RRSIG)</td>
          </tr>
          <tr>
            <td align="left">9</td>
            <td align="left">Domain Zone Signing Key Control</td>
            <td align="left">The Issuing Authority <bcp14>MUST</bcp14> have control over the domain zone keys used for signing and delegation. (KSK and ZSK)</td>
          </tr>
          <tr>
            <td align="left">10</td>
            <td align="left">Domain Zone Signing Key Generation</td>
            <td align="left">The domain zone signing key <bcp14>MUST</bcp14> be generated under the control of the Issuing Authority.</td>
          </tr>
          <tr>
            <td align="left">11</td>
            <td align="left">Hardware Security Module</td>
            <td align="left">A FIPS 140-2 compliant hardware security module must be under the control of the Issuing Authority.</td>
          </tr>
        </tbody>
      </table>
      <t>In addition to the technical controls specified in the table it is advisable to add in DANE (DNS-based Authentication of Named Entities) <xref target="RFC6698"/> to secure TLS communications. TLS uses certificates to bind keys to names, which are published by public "Certification Authorities" (CAs). It is important to realize that the public CA model is fundamentally vulnerable because it allows any CA to issue a certificate for any domain name. Thus, a compromised CA can issue a fake replacement certificate which could be used to subvert TLS-protected websites. DANE offers the option to use the DNSSEC infrastructure to store and sign keys and certificates that are used by a TLS-protected website. The keys are bound to names in the Domain Name System (DNS), instead of relying on arbitrary keys and names issued in a potentially compromised certificate.</t>
    </section>
    <section anchor="levels-of-assurance">
      <name>Levels of Assurance</name>
      <t>Many trust frameworks specify levels of assurance to assist in determining which controls must be implemented.</t>
      <t>The following table is not a definitive mapping to trust framework levels of assurance. It is intended to assist in determining mappings by grouping the controls within a range from <strong>LOW-</strong> to <strong>HIGH+</strong> relating to the appropriate risk level. Note that controls are additive in nature. (i.e.,, controls of the preceding level must be fulfilled).</t>
      <table>
        <thead>
          <tr>
            <th align="left">Level of Assurance</th>
            <th align="left">Controls</th>
            <th align="left">Description</th>
          </tr>
        </thead>
        <tbody>
          <tr>
            <td align="left">
              <strong>LOW-</strong></td>
            <td align="left">Control 1</td>
            <td align="left">
              <bcp14>SHOULD</bcp14> only be used for low risk transactions where attribution to originator is desirable.</td>
          </tr>
          <tr>
            <td align="left">
              <strong>LOW</strong></td>
            <td align="left">Control 2</td>
            <td align="left">
              <bcp14>SHOULD</bcp14> only be used for lower risk transactions where establishing the accountability of the originator is desirable.</td>
          </tr>
          <tr>
            <td align="left">
              <strong>MEDIUM</strong></td>
            <td align="left">Controls 3, 4 and 5</td>
            <td align="left">
              <bcp14>MAY</bcp14> be used for medium risk commercial transactions, such as correspondence, proposals, etc.</td>
          </tr>
          <tr>
            <td align="left">
              <strong>MEDIUM+</strong></td>
            <td align="left">Controls 6 and 7</td>
            <td align="left">
              <bcp14>MAY</bcp14> be used for higher risk transactions, such as signing and verifying invoices, contracts, or official/legal documentation</td>
          </tr>
          <tr>
            <td align="left">
              <strong>HIGH</strong></td>
            <td align="left">Controls 8, 9 and 10</td>
            <td align="left">
              <bcp14>MUST</bcp14> be high risk transactions, such as government transactions for signing and verifying licenses, certifications or identification</td>
          </tr>
          <tr>
            <td align="left">
              <strong>HIGH+</strong></td>
            <td align="left">Control 11</td>
            <td align="left">
              <bcp14>MUST</bcp14> be used for extremely high risk transactions where there may be systemic or national security implications</td>
          </tr>
        </tbody>
      </table>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TODO Security</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>Per <xref target="RFC8552"/>, IANA is requested to add the following entries to the
"Underscored and Globally Scoped DNS Node Names" registry:</t>
      <artwork><![CDATA[
+---------+------------+-------------------------------------------+
| RR Type | _NODE NAME | Reference                                 |
+---------+------------+-------------------------------------------+
| TLSA    | _did       | [draft-ietf-high-assurance-dids-with-dns] |
| URI     | _did       | [draft-mayrhofer-did-dns-01]              |
+---------+------------+------------------------------------------+.
]]></artwork>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="verificationMethod" target="https://www.w3.org/TR/did-core/#verification-methods">
          <front>
            <title>Decentralized Identifiers (DIDs) v1.0</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="dataIntegrityProofECDSA" target="https://www.w3.org/TR/vc-di-ecdsa/#proof-representations">
          <front>
            <title>Data Integrity ECDSA Cryptosuites v1.0</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="dataIntegrityProofEdDSA" target="https://www.w3.org/TR/vc-di-eddsa/#proof-representations">
          <front>
            <title>Data Integrity ECDSA Cryptosuites v1.0</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC6698">
          <front>
            <title>The DNS-Based Authentication of Named Entities (DANE) Transport Layer Security (TLS) Protocol: TLSA</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="J. Schlyter" initials="J." surname="Schlyter"/>
            <date month="August" year="2012"/>
            <abstract>
              <t>Encrypted communication on the Internet often uses Transport Layer Security (TLS), which depends on third parties to certify the keys used. This document improves on that situation by enabling the administrators of domain names to specify the keys used in that domain's TLS servers. This requires matching improvements in TLS client software, but no change in TLS server software. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6698"/>
          <seriesInfo name="DOI" value="10.17487/RFC6698"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC9364">
          <front>
            <title>DNS Security Extensions (DNSSEC)</title>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="February" year="2023"/>
            <abstract>
              <t>This document describes the DNS Security Extensions (commonly called "DNSSEC") that are specified in RFCs 4033, 4034, and 4035, as well as a handful of others. One purpose is to introduce all of the RFCs in one place so that the reader can understand the many aspects of DNSSEC. This document does not update any of those RFCs. A second purpose is to state that using DNSSEC for origin authentication of DNS data is the best current practice. A third purpose is to provide a single reference for other documents that want to refer to DNSSEC.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="237"/>
          <seriesInfo name="RFC" value="9364"/>
          <seriesInfo name="DOI" value="10.17487/RFC9364"/>
        </reference>
        <reference anchor="RFC8020">
          <front>
            <title>NXDOMAIN: There Really Is Nothing Underneath</title>
            <author fullname="S. Bortzmeyer" initials="S." surname="Bortzmeyer"/>
            <author fullname="S. Huque" initials="S." surname="Huque"/>
            <date month="November" year="2016"/>
            <abstract>
              <t>This document states clearly that when a DNS resolver receives a response with a response code of NXDOMAIN, it means that the domain name which is thus denied AND ALL THE NAMES UNDER IT do not exist.</t>
              <t>This document clarifies RFC 1034 and modifies a portion of RFC 2308: it updates both of them.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8020"/>
          <seriesInfo name="DOI" value="10.17487/RFC8020"/>
        </reference>
        <reference anchor="RFC8552">
          <front>
            <title>Scoped Interpretation of DNS Resource Records through "Underscored" Naming of Attribute Leaves</title>
            <author fullname="D. Crocker" initials="D." surname="Crocker"/>
            <date month="March" year="2019"/>
            <abstract>
              <t>Formally, any DNS Resource Record (RR) may occur under any domain name. However, some services use an operational convention for defining specific interpretations of an RRset by locating the records in a DNS branch under the parent domain to which the RRset actually applies. The top of this subordinate branch is defined by a naming convention that uses a reserved node name, which begins with the underscore character (e.g., "_name"). The underscored naming construct defines a semantic scope for DNS record types that are associated with the parent domain above the underscored branch. This specification explores the nature of this DNS usage and defines the "Underscored and Globally Scoped DNS Node Names" registry with IANA. The purpose of this registry is to avoid collisions resulting from the use of the same underscored name for different services.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="222"/>
          <seriesInfo name="RFC" value="8552"/>
          <seriesInfo name="DOI" value="10.17487/RFC8552"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="Self-Sovereign-Identity">
          <front>
            <title>Self-Sovereign Identity</title>
            <author initials="D." surname="Reed" fullname="Drummond Reed">
              <organization/>
            </author>
            <author initials="A." surname="Preukschat" fullname="Alex Preukschat">
              <organization/>
            </author>
            <date year="2021"/>
          </front>
          <seriesInfo name="ISBN" value="9781617296598"/>
        </reference>
        <reference anchor="DID-in-the-DNS" target="https://datatracker.ietf.org/doc/html/draft-mayrhofer-did-dns-05#section-2">
          <front>
            <title>The Decentralized Identifier (DID) in the DNS</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="wellKnownDidConfiguration" target="https://identity.foundation/.well-known/resources/did-configuration/">
          <front>
            <title>Well Known DID Configuration</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="W3C-VC-Data-Model" target="https://www.w3.org/TR/vc-data-model/">
          <front>
            <title>Verifiable Credentials Data Model v2.0</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="DIDCore" target="https://www.w3.org/TR/did-core">
          <front>
            <title>Decentralized Identifiers (DIDs) v1.0</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="didSpecRegistries" target="https://w3c.github.io/did-spec-registries">
          <front>
            <title>Did Specification Registries</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
      </references>
    </references>
    <?line 326?>

<section anchor="w3c-considerations">
      <name>W3C Considerations</name>
      <ol spacing="normal" type="1"><li>
          <t>We propose the inclusion of an optional data integrity proof for the DID document, as outlined in <xref target="dataIntegrityProofECDSA"/> and <xref target="dataIntegrityProofEdDSA"/>.</t>
        </li>
        <li>
          <t>We propose the inclusion of the optional "dnsValidationDomain" property to the <xref target="didSpecRegistries"/> as outlined in section 3.2.</t>
        </li>
      </ol>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>TODO acknowledge.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+Vd63LbyJX+z6folX/ElklalCzb0mazkSV5rIwkeyTZM5NU
KgUCTRIRCNBoQBLHclVeY6t2q/ZZ9lHyJHtu3egGQY0nyebPuiYzMtToPn36
XL5zaWQwGPSqtMr0vtp4m05n6sCYuozyWKujkyOjbtNqpo7OLzd60Xhc6hsY
NkujJE02enFU6WlRLvdVmk+KXi8p4jyaw0RJGU2qQRyVlS4HM5h0ENlJB/Cm
GeCkgyQ3g61XPVOP56kxaZFXy4XGuRK90PCvvOrl9Xysy/1eAivt92Dtnd61
Xt4WZbLfUwOV67tKTXWuy6iC9/FRnadxUdKPZhGV11maT1WSmqpMx3WlE5Xp
ZKrL3o3Oa5hSqSmQUo9hV4cnFwen0dg8e4jgDXgjA2JMhXyoqoXZf/YsTsso
gzeHPNcwLR6c49lXs2c4q+bZRq8X1dWsADYMYHXgj9lXvxuqQ3ofnzDTf6eN
0d7TopzuK9wU/kXPozTbV3/GMUNe+bdINvwcznoaVUXtzxrFn2ptvOed8/Ko
YUajOmY+G6pvsqhOdDPzWVTNUl17z2nm86KsZrrM1eusiK+9NeY8/re5DBjj
78NVrobqdVHPo2aRq3TePKL5j1I4pShT3xQ3MAnJ+WFR53GaeWtV6Xw4xtd+
m0zjQTzNh/Bur4diXgId6Q2JjrrU2WRwiRPpdJoPTlBm02pJv4M/Vq3CYcoO
25Bh9nSV/Bm4n2RbR0N1oXXiPebNHZX1fF7kSfjbldcPhup9qetrE8+iamWS
g0zfrf7e6DLVBvfb0KVOLl+f76u9l69GL0Yvt/de7O69kl+Sfqrtre0RPgC7
MUjzAZzSAAxHmxtXM7AsOgYegNakP4FKMkMmqS7VY3j3CZCtKhyFVkdejsqp
Bp2zKgcLRvB+fK3LYaqrCZ7PM7A/z1BjRMHm0bKcFRPQMVAqtja7j4yO0VQM
tnHiW51l3+bFbX6UJodFPkmnNVuSNs3fw0BFI3FzKhi7jsRUjnk4AfFKaOiz
Ia44uMaJnpXagK7EGuwBkBf7Uz7DKb/fORx8PBwcwU4HZ0WiszZRH+GMJmk0
zkCCS02rRZlR+IKiF9TN9nBrHXm3t7fD2x3i29XFs5t4gCwdzPG9Z3KIh0Wp
24uuOzlDR2eeqJvR167J2y5J9eHny4WOL/SUTLU2K+umicIRsFhMPFLN2PZy
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
AAA=

-->

</rfc>
