<?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-rfc2629 version 1.6.6 (Ruby 3.0.4) -->
<?rfc compact="yes"?>
<?rfc subcompact="no"?>
<?rfc rfcedstyle="yes"?>
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-uta-rfc6125bis-05" category="std" consensus="true" submissionType="IETF" obsoletes="6125" tocDepth="4" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.12.4 -->
  <front>
    <title abbrev="Service Identity">Service Names in TLS</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-uta-rfc6125bis-05"/>
    <author initials="P." surname="Saint-Andre" fullname="Peter Saint-Andre">
      <organization/>
      <address>
        <postal>
          <country>US</country>
        </postal>
        <email>stpeter@stpeter.im</email>
      </address>
    </author>
    <author initials="J." surname="Hodges" fullname="Jeff Hodges">
      <organization/>
      <address>
        <postal>
          <country>US</country>
        </postal>
        <email>netwerkeddude@gmail.com</email>
      </address>
    </author>
    <author initials="R." surname="Salz" fullname="Rich Salz">
      <organization>Akamai Technologies</organization>
      <address>
        <postal>
          <country>US</country>
        </postal>
        <email>rsalz@akamai.com</email>
      </address>
    </author>
    <date year="2022" month="May" day="02"/>
    <area>Applications</area>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>Many application technologies enable secure communication between two entities
by means of Transport Layer Security (TLS) with
Internet Public Key Infrastructure Using X.509 (PKIX) certificates.
This document specifies
procedures for representing and verifying the identity of application services
in such interactions.</t>
      <t>This document obsoletes RFC 6125.</t>
    </abstract>
    <note removeInRFC="true">
      <name>Discussion Venues</name>
      <t>Discussion of this document takes place on the
  Using TLS in Applications Working Group mailing list (uta@ietf.org),
  which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/uta/"/>.</t>
      <t>Source for this draft and an issue tracker can be found at
  <eref target="https://github.com/richsalz/draft-ietf-uta-rfc6125bis"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="intro">
      <name>Introduction</name>
      <section anchor="motivation">
        <name>Motivation</name>
        <t>The visible face of the Internet largely consists of services that employ a
client-server architecture in which a client
communicates with an application service.  When a client communicates with an
application service using <xref target="TLS"/>, <xref target="DTLS"/>, or a protocol built on those,
it has some notion of the server's
identity (e.g., "the website at example.com") while attempting to establish
secure communication.  Likewise, during TLS negotiation, the server presents
its notion of the service's identity in the form of a public-key certificate
that was issued by a certificate authority (CA) in the context of the
Internet Public Key Infrastructure using X.509 <xref target="PKIX"/>.  Informally, we can
think of these identities as the client's "reference identity" and the
server's "presented identity"; more formal definitions are given later.  A
client needs to verify that the server's presented identity matches its
reference identity so it can deterministically and automatically authenticate the communication.</t>
        <t>This document defines procedures for how clients do this verification.
It therefore also defines requirements on other parties, such as
the certificate authorities that issue certificates, the service administrators requesting
them, and the protocol designers defining how things are named.</t>
        <t>This document obsoletes RFC 6125. Changes from RFC 6125 are described under <xref target="changes"/>.</t>
        <ul spacing="normal">
          <li>Additional text on multiple identifiers, and their security considerations,
has been added.</li>
        </ul>
      </section>
      <section anchor="applicability">
        <name>Applicability</name>
        <t>This document does not supersede the rules for certificate issuance or
validation specified by <xref target="PKIX"/>.  That document also governs any
certificate-related topic on which this document is silent.  This includes
certificate syntax, extensions such as name constraints or
extended key usage, and handling of certification paths.</t>
        <t>This document addresses only name forms in the leaf "end entity" server
certificate.  It does not address the name forms in the chain of certificates
used to validate a cetrificate, let alone creating or checking the validity
of such a chain.  In order to ensure proper authentication, applications need
to verify the entire certification path as per <xref target="PKIX"/>.</t>
      </section>
      <section anchor="overview">
        <name>Overview of Recommendations</name>
        <t>The previous version of this specification, <xref target="VERIFY"/>, surveyed the then-current
practice from many IETF standards and tried to generalize best practices
(see Appendix A <xref target="VERIFY"/> for details).
This document takes the lessons learned since then and codifies them.
The rules are brief:</t>
        <ul spacing="normal">
          <li>Only check DNS domain names via the subjectAlternativeName
extension designed for that purpose: dNSName.</li>
          <li>Allow use of even more specific
subjectAlternativeName extensions where appropriate such as
uniformResourceIdentifier and the otherName form SRVName.</li>
          <li>Wildcard support is now the default.
Constrain wildcard certificates so that the wildcard can only
be the complete left-most component of a domain name.</li>
          <li>Do not include or check strings that look like domain names
in the subject's Common Name.</li>
        </ul>
      </section>
      <section anchor="scope">
        <name>Scope</name>
        <section anchor="in-scope">
          <name>In Scope</name>
          <t>This document applies only to service identities that meet these
three characteristics: associated with fully-qualified domain names (FQDNs),
used with TLS and DTLS, and are PKIX-based.</t>
          <t>TLS uses the words client and server, where the client is the entity
that initiates the connection.  In many cases, this is consistent with common practice,
such as a browser connecting to a Web origin.
For the sake of clarity, and to follow the usage in <xref target="TLS"/> and related
specifications, we will continue
to use the terms client and server in this document.
However, these are TLS-layer roles, and the application protocol
could support the TLS server making requests to the TLS client after the
TLS handshake; these is no requirement that the roles at the application
layer match the TLS layer.</t>
          <t>At the time of this writing, other protocols such as <xref target="QUIC"/> and
Network Time Security (<xref target="NTS"/>) use DTLS or TLS to do the
initial establishment of cryptographic key material.
The rules specified here apply to such services, as well.</t>
        </section>
        <section anchor="out-of-scope">
          <name>Out of Scope</name>
          <t>The following topics are out of scope for this specification:</t>
          <ul spacing="normal">
            <li>Security protocols other than <xref target="TLS"/> or <xref target="DTLS"/> except as
described above.</li>
            <li>Keys or certificates employed outside the context of PKIX-based systems.</li>
            <li>Client or end-user identities.
Certificates representing client identities other than as
described above, such as rfc822Name, are beyond the scope
of this document.</li>
            <li>Identifiers other than FQDNs.
Identifiers such as IP address are not discussed. In addition, the focus of
this document is on application service identities, not specific resources
located at such services.  Therefore this document discusses Uniform
Resource Identifiers <xref target="URI"/> only as a way to communicate a DNS domain name
(via the URI "host" component or its equivalent), not other aspects of a
service such as a specific resource (via the URI "path" component) or
parameters (via the URI "query" component).</li>
            <li>
              <t>Certification authority policies.
This includes items such as the following:  </t>
              <ul spacing="normal">
                <li>How to certify or validate FQDNs and application
service types (see <xref target="ACME"/> for some definition of this).</li>
                <li>Issuance of certificates with identifiers such as IP addresses
instead of or in addition to FQDNs.</li>
                <li>Types or "classes" of certificates to issue and whether to apply different
policies for them.</li>
                <li>How to certify or validate other kinds of information that might be
included in a certificate (e.g., organization name).</li>
              </ul>
            </li>
            <li>Resolution of DNS domain names.
Although the process whereby a client resolves the DNS domain name of an
application service can involve several steps, for our purposes we care
only about the fact that the client needs to verify the identity of the
entity with which it communicates as a result of the resolution process.
Thus the resolution process itself is out of scope for this specification.</li>
            <li>User interface issues.
In general, such issues are properly the responsibility of client
software developers and standards development organizations
dedicated to particular application technologies (see, for example,
<xref target="WSC-UI"/>).</li>
          </ul>
        </section>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>Because many concepts related to "identity" are often too vague to be
actionable in application protocols, we define a set of more concrete terms
for use in this specification.</t>
        <dl>
          <dt>application service:</dt>
          <dd>
            <t>A service on the Internet that enables clients to connect for the
purpose of retrieving or uploading information, communicating with other
entities, or connecting to a broader network of services.</t>
          </dd>
          <dt>application service provider:</dt>
          <dd>
            <t>An entity that hosts or deploys an application service.</t>
          </dd>
          <dt>application service type:</dt>
          <dd>
            <t>A formal identifier for the application protocol used to provide a
particular kind of application service at a domain.  This often appears as
a URI scheme <xref target="URI"/>, DNS SRV Service <xref target="DNS-SRV"/>, or an ALPN <xref target="ALPN"/>
identifier.</t>
          </dd>
          <dt>delegated domain:</dt>
          <dd>
            <t>A domain name or host name that is explicitly configured for communicating
with the source domain, either by the human user controlling the client
or by a trusted administrator.  For example, a server at mail.example.net
could be a delegated domain for connecting to an IMAP server hosting an email address of
user@example.net.</t>
          </dd>
          <dt>derived domain:</dt>
          <dd>
            <t>A domain name or host name that a client has derived from the source domain
in an automated fashion (e.g., by means of a <xref target="DNS-SRV"/> lookup).</t>
          </dd>
          <dt>identifier:</dt>
          <dd>
            <t>A particular instance of an identifier type that is either presented by a
server in a certificate or referenced by a client for matching purposes.</t>
          </dd>
          <dt>identifier type:</dt>
          <dd>
            <t>A formally-defined category of identifier that can be included in a
certificate and therefore that can also be used for matching purposes. For
conciseness and convenience, we define the following identifier types of
interest:
</t>
            <ul spacing="normal">
              <li>DNS-ID: a subjectAltName entry of type dNSName as defined in <xref target="PKIX"/>.</li>
              <li>SRV-ID: a subjectAltName entry of type otherName whose name form is
SRVName, as defined in <xref target="SRVNAME"/>.</li>
              <li>URI-ID: a subjectAltName entry of type uniformResourceIdentifier
as defined in <xref target="PKIX"/>. This entry <bcp14>MUST</bcp14> include both a "scheme" and
a "host" component (or its equivalent) that matches the "reg-name"
rule (where the quoted terms represent the associated <xref target="ABNF"/>
productions from <xref target="URI"/>).  If the entry does not have both, it is not a
valid URI-ID and <bcp14>MUST</bcp14> be ignored.</li>
            </ul>
          </dd>
          <dt>PKIX:</dt>
          <dd>
            <t>The short name for the Internet Public Key Infrastructure using X.509
defined in <xref target="PKIX"/>.  That document provides a profile of the X.509v3
certificate specifications and X.509v2 certificate revocation list (CRL)
specifications for use in the Internet.</t>
          </dd>
          <dt>presented identifier:</dt>
          <dd>
            <t>An identifier presented by a server to a client within a PKIX certificate
when the client attempts to establish secure communication with the server.
The certificate can include one or more presented identifiers of different
types, and if the server hosts more than one domain then the certificate
might present distinct identifiers for each domain.</t>
          </dd>
          <dt>reference identifier:</dt>
          <dd>
            <t>An identifier used by the client when examining presented identifiers.
It is constructed from the source domain, and optionally an application
service type.</t>
          </dd>
          <dt>Relative Distinguished Name (RDN):</dt>
          <dd>
            <t>An ASN.1-based construction which itself is a building-block component of
Distinguished Names. See <xref section="2" sectionFormat="comma" target="LDAP-DN"/>.</t>
          </dd>
          <dt>source domain:</dt>
          <dd>
            <t>The FQDN that a client expects an application
service to present in the certificate. This is typically input by
a human user, configured into a client, or provided by reference such as
a URL. The combination of a source domain and, optionally, an application
service type enables a client to construct one or more reference
identifiers.</t>
          </dd>
          <dt>subjectAltName entry:</dt>
          <dd>
            <t>An identifier placed in a subjectAltName extension.</t>
          </dd>
          <dt>subjectAltName extension:</dt>
          <dd>
            <t>A standard PKIX extension enabling identifiers of various types to be
bound to the certificate subject.</t>
          </dd>
          <dt>subjectName:</dt>
          <dd>
            <t>The name of a PKIX certificate's subject, encoded in a certificate's
subject field (see <xref section="4.1.2.6" sectionFormat="comma" target="PKIX"/>).</t>
          </dd>
        </dl>
        <t>Security-related terms used in this document, but not defined here or in
<xref target="PKIX"/> should be understood in the the sense defined in <xref target="SECTERMS"/>. Such
terms include "attack", "authentication", "identity", "trust", "validate",
and "verify".</t>
        <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>
      </section>
    </section>
    <section anchor="names">
      <name>Naming of Application Services</name>
      <t>This document assumes that the name of an application service is
based on a DNS domain name (e.g., <tt>example.com</tt>) -- supplemented in
some circumstances by an application service type (e.g., "the IMAP
server at example.net").
The DNS name conforms to one of the following forms:</t>
      <ol spacing="normal" type="1"><li>A "traditional domain name", i.e., a FQDN (see <xref target="DNS-CONCEPTS"/>) all of
  whose labels are "LDH labels" as described in <xref target="IDNA-DEFS"/>.  Informally,
  such labels are constrained to <xref target="US-ASCII"/> letters, digits, and the
  hyphen, with the hyphen prohibited in the first character position.
  Additional qualifications apply (refer to the above-referenced
  specifications for details), but they are not relevant here.</li>
        <li>An "internationalized domain name", i.e., a DNS domain name that includes at
  least one label containing appropriately encoded Unicode code points
  outside the traditional US-ASCII range. That is, it contains at least one
  U-label or A-label, but otherwise may contain any mixture of NR-LDH labels,
  A-labels, or U-labels, as described in <xref target="IDNA-DEFS"/> and the associated
  documents.</li>
      </ol>
      <t>From the perspective of the application client or user, some names are
<em>direct</em> because they are provided directly by a human user.  This includes
runtime input, prior configuration, or explicit acceptance of a client
communication attempt.  Other names are <em>indirect</em> because they are
automatically resolved by the application based on user input, such as a
target name resolved from a source name using DNS SRV or <xref target="NAPTR"/> records.
The distinction matters most for certificate consumption, specifically
verification as discussed in this document.</t>
      <t>From the perspective of the application service, some names are
<em>unrestricted</em> because they can be used in any type of service, such as a
single certificate being used for both the HTTP and IMAP services at the host
example.com.  Other names are <em>restricted</em> because they can only be used for
one type of service, such as a special-purpose certificate that can only be
used for an IMAP service.  This distinction matters most for certificate
issuance.</t>
      <t>We can categorize the three identifier types as follows:</t>
      <ul spacing="normal">
        <li>A DNS-ID is direct and unrestricted.</li>
        <li>An SRV-ID is typically indirect but can be direct, and is restricted.</li>
        <li>A URI-ID is direct and restricted.</li>
      </ul>
      <t>It is important to keep these distinctions in mind, because best practices
for the deployment and use of the identifiers differ.
Note that cross-protocol attacks such as <xref target="ALPACA"/>
are possibile when two
different protocol services use the same certificate.
This can be addressed by using restricted identifiers, or deploying
services so that they do not share certificates.
Protocol specifications <bcp14>MUST</bcp14> specify which identifiers are
mandatory-to-implement and <bcp14>SHOULD</bcp14> provide operational guidance when necessary.</t>
      <t>The Common Name RDN <bcp14>MUST NOT</bcp14> be used to identify a service. Reasons
for this include:</t>
      <ul spacing="normal">
        <li>It is not strongly typed and therefore suffers from ambiguities
in interpretation.</li>
        <li>It can appear more than once in the subjectName.</li>
      </ul>
      <t>For similar reasons, other RDN's within the subjectName <bcp14>MUST NOT</bcp14> be used to
identify a service.</t>
    </section>
    <section anchor="design">
      <name>Designing Application Protocols</name>
      <t>This section defines how protocol designers should reference this document,
which would typically be a normative reference in their specification.
Its specification
<bcp14>MAY</bcp14> choose to allow only one of the identifier types defined here.</t>
      <t>If the technology does not use DNS SRV records to resolve the DNS domain
names of application services then its specification <bcp14>MUST</bcp14> state that SRV-ID
as defined in this document is not supported.  Note that many existing
application technologies use DNS SRV records to resolve the DNS domain names
of application services, but do not rely on representations of those records
in PKIX certificates by means of SRV-IDs as defined in <xref target="SRVNAME"/>.</t>
      <t>If the technology does not use URIs to identify application services, then
its specification <bcp14>MUST</bcp14> state that URI-ID as defined in this document is not
supported.  Note that many existing application technologies use URIs to
identify application services, but do not rely on representation of those
URIs in PKIX certificates by means of URI-IDs.</t>
      <t>A technology <bcp14>MAY</bcp14> disallow the use of the wildcard character in DNS names. If
it does so, then the specification <bcp14>MUST</bcp14> state that wildcard certificates as
defined in this document are not supported.</t>
    </section>
    <section anchor="represent">
      <name>Representing Server Identity</name>
      <t>This section provides instructions for issuers of
certificates.</t>
      <section anchor="represent-rules">
        <name>Rules</name>
        <t>When a certificate authority issues a certificate based on the FQDN
at which the application service provider
will provide the relevant application, the following rules apply to
the representation of application service identities.
Note that some of these rules are cumulative
and can interact in important ways that are illustrated later in this
document.</t>
        <ol spacing="normal" type="1"><li>The certificate <bcp14>SHOULD</bcp14> include a "DNS-ID" as a baseline
for interoperability.</li>
          <li>If the service using the certificate deploys a technology for which
  the relevant specification stipulates that certificates ought to
  include identifiers of type SRV-ID (e.g., <xref target="XMPP"/>),
  then the certificate <bcp14>SHOULD</bcp14> include an SRV-ID.</li>
          <li>If the service using the certificate deploys a technology for which
  the relevant specification stipulates that certificates ought to include
  identifiers of type URI-ID (e.g., <xref target="SIP"/> as specified by
  <xref target="SIP-CERTS"/>), then the certificate <bcp14>SHOULD</bcp14> include a URI-ID.  The scheme
  <bcp14>MUST</bcp14> be that of the protocol associated with the application service type
  and the "host" component (or its equivalent) <bcp14>MUST</bcp14> be the FQDN
  of the service.  The application protocol specification
  <bcp14>MUST</bcp14> specify which URI schemes are acceptable in URI-IDs contained in PKIX
  certificates used for the application protocol (e.g., <tt>sip</tt> but not <tt>sips</tt>
  or <tt>tel</tt> for SIP as described in <xref target="SIP-SIPS"/>).</li>
          <li>The certificate <bcp14>MAY</bcp14> contain more than one DNS-ID, SRV-ID, or URI-ID
  as further explained under <xref target="security-multi"/>.</li>
          <li>The certificate <bcp14>MAY</bcp14> include other application-specific identifiers
  for compatibility with a deployed base. Such identifiers are out of
  scope for this specification.</li>
        </ol>
      </section>
      <section anchor="represent-examples">
        <name>Examples</name>
        <t>Consider a simple website at <tt>www.example.com</tt>, which is not discoverable via
DNS SRV lookups.  Because HTTP does not specify the use of URIs in server
certificates, a certificate for this service might include only a DNS-ID of
<tt>www.example.com</tt>.</t>
        <t>Consider an IMAP-accessible email server at the host <tt>mail.example.net</tt>
servicing email addresses of the form <tt>user@example.net</tt> and discoverable via
DNS SRV lookups on the application service name of <tt>example.net</tt>.  A
certificate for this service might include SRV-IDs of <tt>_imap.example.net</tt> and
<tt>_imaps.example.net</tt> (see <xref target="EMAIL-SRV"/>) along with DNS-IDs of <tt>example.net</tt>
and <tt>mail.example.net</tt>.</t>
        <t>Consider a SIP-accessible voice-over-IP (VoIP) server at the host
<tt>voice.example.edu</tt> servicing SIP addresses of the form
<tt>user@voice.example.edu</tt> and identified by a URI of &lt;sip:voice.example.edu&gt;.
A certificate for this service would include a URI-ID of
<tt>sip:voice.example.edu</tt> (see <xref target="SIP-CERTS"/>) along with a DNS-ID of
<tt>voice.example.edu</tt>.</t>
        <t>Consider an XMPP-compatible instant messaging (IM) server at the host
<tt>im.example.org</tt> servicing IM addresses of the form <tt>user@im.example.org</tt> and
discoverable via DNS SRV lookups on the <tt>im.example.org</tt> domain.  A
certificate for this service might include SRV-IDs of
<tt>_xmpp-client.im.example.org</tt> and <tt>_xmpp-server.im.example.org</tt> (see
<xref target="XMPP"/>), a DNS-ID of <tt>im.example.org</tt>.  For backward compatibility, it may
also have an XMPP-specific <tt>XmppAddr</tt> of <tt>im.example.org</tt> (see <xref target="XMPP"/>).</t>
      </section>
    </section>
    <section anchor="request">
      <name>Requesting Server Certificates</name>
      <t>This section provides instructions for service providers regarding
the information to include in certificate signing requests (CSRs).
In general, service providers <bcp14>SHOULD</bcp14> request certificates that
include all of the identifier types that are required or recommended for
the application service type that will be secured using the certificate to
be issued.</t>
      <t>If the certificate will be used for only a single type of application
service, the service provider <bcp14>SHOULD</bcp14> request a certificate that includes
a DNS-ID and, if appropriate for the application service type, an SRV-ID or
URI-ID that limits the deployment scope of the certificate to only the
defined application service type.</t>
      <t>If the certificate might be used for any type of application service, then
the service provider <bcp14>SHOULD</bcp14> request a certificate that includes
only a DNS-ID. Again, because of multi-protocol attacks this practice is
discouraged; this can be mitigated by deploying only one service on
a host.</t>
      <t>If a service provider offers multiple application service types and wishes to
limit the applicability of certificates using SRV-IDs or URI-IDs, they <bcp14>SHOULD</bcp14>
request multiple certificates, rather than a single certificate containing
multiple SRV-IDs or URI-IDs each identifying a different application service
type. This rule does not apply to application service type "bundles" that
identify distinct access methods to the same underlying application such as
an email application with access methods denoted by the application service
types of <tt>imap</tt>, <tt>imaps</tt>, <tt>pop3</tt>, <tt>pop3s</tt>, and <tt>submission</tt> as described in
<xref target="EMAIL-SRV"/>.</t>
    </section>
    <section anchor="verify">
      <name>Verifying Service Identity</name>
      <t>At a high level, the client verifies the application service's
identity by performing the following actions:</t>
      <ol spacing="normal" type="1"><li>The client constructs a list of acceptable reference identifiers
  based on the source domain and, optionally, the type of service to
  which the client is connecting.</li>
        <li>The server provides its identifiers in the form of a PKIX
certificate.</li>
        <li>The client checks each of its reference identifiers against the
  presented identifiers for the purpose of finding a match. When checking a
  reference identifier against a presented identifier, the client matches the
  source domain of the identifiers and, optionally, their application service
  type.</li>
      </ol>
      <t>Naturally, in addition to checking identifiers, a client should perform
further checks, such as expiration and revocation, to ensure that the server
is authorized to provide the requested service.  Because such checking is not a
matter of verifying the application service identity presented in a
certificate, methods for doing so are out of scope for
this document.</t>
      <section anchor="verify-reference">
        <name>Constructing a List of Reference Identifiers</name>
        <section anchor="verify-reference-rules">
          <name>Rules</name>
          <t>The client <bcp14>MUST</bcp14> construct a list of acceptable reference identifiers,
and <bcp14>MUST</bcp14> do so independently of the identifiers presented by the
service.</t>
          <t>The inputs used by the client to construct its list of reference identifiers
might be a URI that a user has typed into an interface (e.g., an HTTPS URL
for a website), configured account information (e.g., the domain name of a
host for retrieving email, which might be different from the DNS domain name
portion of a username), a hyperlink in a web page that triggers a browser to
retrieve a media object or script, or some other combination of information
that can yield a source domain and an application service type.</t>
          <t>The client might need to extract the source domain and application service
type from the input(s) it has received.  The extracted data <bcp14>MUST</bcp14> include only
information that can be securely parsed out of the inputs, such as parsing
the FQDN out of the "host" component or deriving the application service type
from the scheme of a URI.  Other possibilities include pulling the data from
a delegated domain that is explicitly established via client or system
configuration or resolving the data via <xref target="DNSSEC"/>.
These considerations apply only to extraction of the source domain from the
inputs.  Naturally, if the inputs themselves are invalid or corrupt (e.g., a
user has clicked a link provided by a malicious entity in a phishing attack),
then the client might end up communicating with an unexpected application
service.</t>
          <t>For example, given an input URI of &lt;sip:alice@example.net&gt;, a client
would derive the application service type <tt>sip</tt> from the scheme
and parse the domain name <tt>example.net</tt> from the host component.</t>
          <t>Each reference identifier in the list <bcp14>MUST</bcp14> be based on the source domain and
<bcp14>MUST NOT</bcp14> be based on a derived domain such as a domain name discovered
through DNS resolution of the source domain.  This rule is important because
only a match between the user inputs and a presented identifier enables the
client to be sure that the certificate can legitimately be used to secure the
client's communication with the server. This removes
DNS and DNS resolution from the attack surface.</t>
          <t>Using the combination of FQDN(s) and application service type, the client
<bcp14>MUST</bcp14> construct its list of reference identifiers in accordance with the
following rules:</t>
          <ul spacing="normal">
            <li>The list <bcp14>SHOULD</bcp14> include a DNS-ID.
A reference identifier of type DNS-ID can be directly constructed from a
FQDN that is (a) contained in or securely derived from the inputs, or
(b) explicitly associated with the source domain by means of user
configuration.</li>
            <li>If a server for the application service type is typically discovered
by means of DNS SRV records, then the list <bcp14>SHOULD</bcp14> include an SRV-ID.</li>
            <li>If a server for the application service type is typically associated
with a URI for security purposes (i.e., a formal protocol document
specifies the use of URIs in server certificates), then the list
<bcp14>SHOULD</bcp14> include a URI-ID.</li>
          </ul>
          <t>Which identifier types a client includes in its list of reference
identifiers, and their priority, is a matter of local policy.  For example, a
client that is built to connect only to a particular kind of service might be
configured to accept as valid only certificates that include an SRV-ID for
that application service type.  By contrast, a more lenient client, even if
built to connect only to a particular kind of service, might include both
SRV-IDs and DNS-IDs in its list of reference identifiers.</t>
        </section>
        <section anchor="verify-reference-examples">
          <name>Examples</name>
          <t>A web browser that is connecting via HTTPS to the website at <tt>www.example.com</tt>
would have a single reference identifier: a DNS-ID of <tt>www.example.com</tt>.</t>
          <t>A mail user agent that is connecting via IMAPS to the email service at
<tt>example.net</tt> (resolved as <tt>mail.example.net</tt>) might have three reference
identifiers: an SRV-ID of <tt>_imaps.example.net</tt> (see <xref target="EMAIL-SRV"/>), and
DNS-IDs of <tt>example.net</tt> and <tt>mail.example.net</tt>.  An email user agent that
does not support <xref target="EMAIL-SRV"/> would probably be explicitly configured to
connect to <tt>mail.example.net</tt>, whereas an SRV-aware user agent would derive
<tt>example.net</tt> from an email address of the form <tt>user@example.net</tt> but might
also accept <tt>mail.example.net</tt> as the DNS domain name portion of reference
identifiers for the service.</t>
          <t>A voice-over-IP (VoIP) user agent that is connecting via SIP to the voice
service at <tt>voice.example.edu</tt> might have only one reference identifier:
a URI-ID of <tt>sip:voice.example.edu</tt> (see <xref target="SIP-CERTS"/>).</t>
          <t>An instant messaging (IM) client that is connecting via XMPP to the IM
service at <tt>im.example.org</tt> might have three reference identifiers: an
SRV-ID of <tt>_xmpp-client.im.example.org</tt> (see <xref target="XMPP"/>), a DNS-ID of
<tt>im.example.org</tt>, and an XMPP-specific <tt>XmppAddr</tt> of <tt>im.example.org</tt>
(see <xref target="XMPP"/>).</t>
        </section>
      </section>
      <section anchor="verify-seek">
        <name>Preparing to Seek a Match</name>
        <t>Once the client has constructed its list of reference identifiers and has
received the server's presented identifiers,
the client checks its reference identifiers against the presented identifiers
for the purpose of finding a match.
The search fails if the client exhausts
its list of reference identifiers without finding a match.  The search succeeds
if any presented identifier matches one of the reference identifiers, at
which point the client <bcp14>SHOULD</bcp14> stop the search.</t>
        <t>Before applying the comparison rules provided in the following
sections, the client might need to split the reference identifier into
its DNS domain name portion and its application service type portion,
as follows:</t>
        <ul spacing="normal">
          <li>A DNS-ID reference identifier <bcp14>MUST</bcp14> be used directly as the DNS domain
name and there is no application service type.</li>
          <li>For an SRV-ID reference identifier, the DNS domain name portion is
the Name and the application service type portion is the Service.  For
example, an SRV-ID of <tt>_imaps.example.net</tt> has a DNS domain name portion
of <tt>example.net</tt> and an application service type portion of
<tt>imaps</tt>, which maps to the IMAP application protocol as explained in
<xref target="EMAIL-SRV"/>.</li>
          <li>For a reference identifier of type URI-ID, the DNS domain name
portion is the "reg-name" part of the "host" component and the application
service type portion is the scheme, as defined above.  Matching only the
"reg-name" rule from <xref target="URI"/> limits verification to DNS domain names,
thereby differentiating a URI-ID from a uniformResourceIdentifier entry
that contains an IP address or a mere host name, or that does not contain a
"host" component at all.  Furthermore, note that extraction of the
"reg-name" might necessitate normalization of the URI (as explained in
<xref target="URI"/>).  For example, a URI-ID of <tt>sip:voice.example.edu</tt> would be split
into a DNS domain name portion of <tt>voice.example.edu</tt> and an application
service type of <tt>sip</tt> (associated with an application protocol of SIP as
explained in <xref target="SIP-CERTS"/>).</li>
        </ul>
        <t>A client <bcp14>MUST</bcp14> match the DNS name, and if an application service type
is present it <bcp14>MUST</bcp14> also match the service type as well.
These are described below.</t>
      </section>
      <section anchor="verify-domain">
        <name>Matching the DNS Domain Name Portion</name>
        <t>This section describes how the client must determine if the presented DNS
name matches the reference DNS name.  The rules differ depending on whether
the domain to be checked is a traditional domain name or an
internationalized domain name, as defined in <xref target="names"/>.  For clients
that support names containing the wildcard character "*", this section
also specifies a supplemental rule for such "wildcard certificates".
This section uses the description of labels and domain names in
<xref target="DNS-CONCEPTS"/>.</t>
        <t>If the DNS domain name portion of a reference identifier is a traditional
domain name, then matching of the reference identifier against the presented
identifier <bcp14>MUST</bcp14> be performed by comparing the set of domain name labels using
a case-insensitive ASCII comparison, as clarified by <xref target="DNS-CASE"/>.  For
example, <tt>WWW.Example.Com</tt> would be lower-cased to <tt>www.example.com</tt> for
comparison purposes.  Each label <bcp14>MUST</bcp14> match in order for the names to be
considered to match, except as supplemented by the rule about checking of
wildcard labels given below.</t>
        <t>If the DNS domain name portion of a reference identifier is an
internationalized domain name, then the client <bcp14>MUST</bcp14> convert any U-labels
<xref target="IDNA-DEFS"/> in the domain name to A-labels before checking the domain name.
In accordance with <xref target="IDNA-PROTO"/>, A-labels <bcp14>MUST</bcp14> be compared as
case-insensitive ASCII.  Each label <bcp14>MUST</bcp14> match in order for the domain names
to be considered to match, except as supplemented by the rule about checking
of wildcard labels given below.</t>
        <t>If the technology specification supports wildcards, then the client <bcp14>MUST</bcp14>
match the reference identifier against a presented identifier whose DNS
domain name portion contains the wildcard character "*" in a label provided
these requirements are met:</t>
        <ol spacing="normal" type="1"><li>There is only one wildcard character.</li>
          <li>The wildcard character appears only as the complete content of the left-most label.</li>
        </ol>
        <t>If the requirements are not met, the presented identifier is invalid and <bcp14>MUST</bcp14>
be ignored.</t>
        <t>A wildcard in a presented identifier can only match exactly one label in a
reference identifier. Note that this is not the same as DNS wildcard
matching, where the "*" label always matches at least one whole label and
sometimes more. See <xref section="4.3.3" sectionFormat="comma" target="DNS-CONCEPTS"/> and <xref target="DNS-WILDCARDS"/>.</t>
        <t>For information regarding the security characteristics of wildcard
certificates, see <xref target="security-wildcards"/>.</t>
      </section>
      <section anchor="verify-app">
        <name>Matching the Application Service Type Portion</name>
        <t>The rules for matching the application service type depend on whether
the identifier is an SRV-ID or a URI-ID.</t>
        <t>These identifiers provide an application service type portion to be checked,
but that portion is combined only with the DNS domain name portion of the
SRV-ID or URI-ID itself.  For example, if a client's list of reference
identifiers includes an SRV-ID of <tt>_xmpp-client.im.example.org</tt> and a DNS-ID
of <tt>apps.example.net</tt>, the client <bcp14>MUST</bcp14> check both the combination of an
application service type of <tt>xmpp-client</tt> and a DNS domain name of
<tt>im.example.org</tt> and a DNS domain name of <tt>apps.example.net</tt>.  However, the
client <bcp14>MUST NOT</bcp14> check the combination of an application service type of
<tt>xmpp-client</tt> and a DNS domain name of <tt>apps.example.net</tt> because it does not
have an SRV-ID of <tt>_xmpp-client.apps.example.net</tt> in its list of reference
identifiers.</t>
        <t>If the identifier is an SRV-ID, then the application service name <bcp14>MUST</bcp14>
be matched in a case-insensitive manner, in accordance with <xref target="DNS-SRV"/>.
Note that the <tt>_</tt> character is prepended to the service identifier in
DNS SRV records and in SRV-IDs (per <xref target="SRVNAME"/>), and thus does not
need to be included in any comparison.</t>
        <t>If the identifier is a URI-ID, then the scheme name portion <bcp14>MUST</bcp14> be
matched in a case-insensitive manner, in accordance with <xref target="URI"/>.
Note that the <tt>:</tt> character is a separator between the scheme name
and the rest of the URI, and thus does not need to be included in any
comparison.</t>
      </section>
      <section anchor="outcome">
        <name>Outcome</name>
        <t>If the client has found a presented identifier that matches a reference
identifier, then the service identity check has succeeded.  In this case, the
client <bcp14>MUST</bcp14> use the matched reference identifier as the validated identity of
the application service.</t>
        <t>If the client does not find a presented identifier matching any of the
reference identifiers, then the client <bcp14>MUST</bcp14> proceed as described as follows.</t>
        <t>If the client is an automated application,
then it <bcp14>SHOULD</bcp14> terminate the communication attempt with a bad
certificate error and log the error appropriately.  The application <bcp14>MAY</bcp14>
provide a configuration setting to disable this behavior, but it <bcp14>MUST</bcp14> enable
it by default.</t>
        <t>If the client is one that is directly controlled by a human
user, then it <bcp14>SHOULD</bcp14> inform the user of the identity mismatch and
automatically terminate the communication attempt with a bad certificate
error in order to prevent users from inadvertently bypassing security
protections in hostile situations.
Such clients <bcp14>MAY</bcp14> give advanced users the option of proceeding
with acceptance despite the identity mismatch.  Although this behavior can be
appropriate in certain specialized circumstances, it needs to be handled with
extreme caution, for example by first encouraging even an advanced user to
terminate the communication attempt and, if they choose to proceed anyway, by
forcing the user to view the entire certification path before proceeding.</t>
        <t>The application <bcp14>MAY</bcp14> also present the user with the ability to accept the
presented certificate as valid for subsequent connections.  Such ad-hoc
"pinning" <bcp14>SHOULD NOT</bcp14> restrict future connections to just the pinned
certificate. Local policy that statically enforces a given certificate for a
given peer <bcp14>SHOULD</bcp14> made available only as prior configuration, rather than a
just-in-time override for a failed connection.</t>
      </section>
    </section>
    <section anchor="security">
      <name>Security Considerations</name>
      <section anchor="security-wildcards">
        <name>Wildcard Certificates</name>
        <t>Wildcard certificates automatically vouch for any single-label host names
within their domain, but not multiple levels of domains.  This can be
convenient for administrators but also poses the risk of vouching for rogue
or buggy hosts. See for example <xref target="Defeating-SSL"/> (beginning at slide 91) and
<xref target="HTTPSbytes"/> (slides 38-40).</t>
        <t>Protection against a wildcard that identifies a public suffix
<xref target="Public-Suffix"/>, such as <tt>*.co.uk</tt> or <tt>*.com</tt>, is beyond the scope of this
document.</t>
      </section>
      <section anchor="security-idn">
        <name>Internationalized Domain Names</name>
        <t>Allowing internationalized domain names can lead to visually similar
characters, also referred to as "confusables", being included within
certificates. For discussion, see for example <xref section="4.4" sectionFormat="comma" target="IDNA-DEFS"/>
and <xref target="UTS-39"/>.</t>
      </section>
      <section anchor="security-multi">
        <name>Multiple Presented Identifiers</name>
        <t>A given application service might be addressed by multiple DNS domain names
for a variety of reasons, and a given deployment might service multiple
domains or protocols. TLS Extensions such as TLS Server Name Indication
(SNI), discussed in <xref section="4.4.2.2" sectionFormat="comma" target="TLS"/>, and Application Layer Protocol
Negotiation (ALPN), discussed in <xref target="ALPN"/>, provide a way for the application
to indicate the desired identifier and protocol to the server, which it
can then use to select the most appropriate certificate.</t>
        <t>This specification allows multiple DNS-IDs, SRV-IDs, or URI-IDs in a
certificate.  As a result, an application service can use the same
certificate for multiple hostnames, such as when a client does not support
the TLS SNI extension, or for multiple protocols, such as SMTP and HTTP, on a
single hostname. The use of a single certificate and its keypair in such
environments can make it easier to launch cross-protocol attacks, particularly when used in
inconsistent TLS configurations; see, for example, <xref target="ALPACA"/> and <xref target="DROWN"/>.
Server operators <bcp14>SHOULD</bcp14> take steps to mitigate the risk of cross-protocol
attacks, such as ensuring all TLS endpoints using a given certificate support
exactly the same TLS version(s) and ciphersuite(s), and <bcp14>SHOULD</bcp14> use the TLS
ALPN extension to ensure the correct protocol is used.</t>
      </section>
      <section anchor="multiple-reference-identifiers">
        <name>Multiple Reference Identifiers</name>
        <t>This specification describes how a client may construct multiple acceptable
reference identifiers, and may match any of those reference identifiers with
the set of presented identifiers. <xref section="4.2.1.10" sectionFormat="comma" target="PKIX"/> describes a
mechanism to allow CA certificates to be constrained in the set of presented
identifiers that they may include within server certificates.  However, these
constraints only apply to the explicitly enumerated name forms. For example,
a CA that is only name constrained for DNS-IDs is not constrained for SRV-IDs
and URI-IDs, unless those name forms are also explicitly included within the
name constraints extension.</t>
        <t>A client that constructs multiple reference identifiers of different types,
such as both DNS-ID and SRV-IDs, as described in <xref target="verify-reference-rules"/>,
<bcp14>SHOULD</bcp14> take care to ensure that CAs issuing such certificates are
appropriately constrained. This <bcp14>MAY</bcp14> take the form of local policy through
agreement with the issuing CA, or <bcp14>MAY</bcp14> be enforced by the client requiring
that if one form of presented identifier is constrained, such as a dNSName
name constraint for DNS-IDs, then all other forms of acceptable reference
identities are also constrained, such as requiring a uniformResourceIndicator
name constraint for URI-IDs.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This document has no actions for IANA.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="DNS-CONCEPTS">
          <front>
            <title>Domain names - concepts and facilities</title>
            <author fullname="P.V. Mockapetris" initials="P.V." surname="Mockapetris">
              <organization/>
            </author>
            <date month="November" year="1987"/>
            <abstract>
              <t>This RFC is the revised basic definition of The Domain Name System.  It obsoletes RFC-882.  This memo describes the domain style names and their used for host address look up and electronic mail forwarding.  It discusses the clients and servers in the domain name system and the protocol used between them.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="13"/>
          <seriesInfo name="RFC" value="1034"/>
          <seriesInfo name="DOI" value="10.17487/RFC1034"/>
        </reference>
        <reference anchor="DNS-SRV">
          <front>
            <title>A DNS RR for specifying the location of services (DNS SRV)</title>
            <author fullname="A. Gulbrandsen" initials="A." surname="Gulbrandsen">
              <organization/>
            </author>
            <author fullname="P. Vixie" initials="P." surname="Vixie">
              <organization/>
            </author>
            <author fullname="L. Esibov" initials="L." surname="Esibov">
              <organization/>
            </author>
            <date month="February" year="2000"/>
            <abstract>
              <t>This document describes a DNS RR which specifies the location of the server(s) for a specific protocol and domain.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2782"/>
          <seriesInfo name="DOI" value="10.17487/RFC2782"/>
        </reference>
        <reference anchor="DNS-WILDCARDS">
          <front>
            <title>The Role of Wildcards in the Domain Name System</title>
            <author fullname="E. Lewis" initials="E." surname="Lewis">
              <organization/>
            </author>
            <date month="July" year="2006"/>
            <abstract>
              <t>This is an update to the wildcard definition of RFC 1034.  The interaction with wildcards and CNAME is changed, an error condition is removed, and the words defining some concepts central to wildcards are changed.  The overall goal is not to change wildcards, but to refine the definition of RFC 1034.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4592"/>
          <seriesInfo name="DOI" value="10.17487/RFC4592"/>
        </reference>
        <reference anchor="IDNA-DEFS">
          <front>
            <title>Internationalized Domain Names for Applications (IDNA): Definitions and Document Framework</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin">
              <organization/>
            </author>
            <date month="August" year="2010"/>
            <abstract>
              <t>This document is one of a collection that, together, describe the protocol and usage context for a revision of Internationalized Domain Names for Applications (IDNA), superseding the earlier version.  It describes the document collection and provides definitions and other material that are common to the set.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5890"/>
          <seriesInfo name="DOI" value="10.17487/RFC5890"/>
        </reference>
        <reference anchor="IDNA-PROTO">
          <front>
            <title>Internationalized Domain Names in Applications (IDNA): Protocol</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin">
              <organization/>
            </author>
            <date month="August" year="2010"/>
            <abstract>
              <t>This document is the revised protocol definition for Internationalized Domain Names (IDNs).  The rationale for changes, the relationship to the older specification, and important terminology are provided in other documents.  This document specifies the protocol mechanism, called Internationalized Domain Names in Applications (IDNA), for registering and looking up IDNs in a way that does not require changes to the DNS itself.  IDNA is only meant for processing domain names, not free text.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5891"/>
          <seriesInfo name="DOI" value="10.17487/RFC5891"/>
        </reference>
        <reference anchor="LDAP-DN">
          <front>
            <title>Lightweight Directory Access Protocol (LDAP): String Representation of Distinguished Names</title>
            <author fullname="K. Zeilenga" initials="K." role="editor" surname="Zeilenga">
              <organization/>
            </author>
            <date month="June" year="2006"/>
            <abstract>
              <t>The X.500 Directory uses distinguished names (DNs) as primary keys to entries in the directory.  This document defines the string representation used in the Lightweight Directory Access Protocol (LDAP) to transfer distinguished names.  The string representation is designed to give a clean representation of commonly used distinguished names, while being able to represent any distinguished name.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4514"/>
          <seriesInfo name="DOI" value="10.17487/RFC4514"/>
        </reference>
        <reference anchor="PKIX">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper">
              <organization/>
            </author>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen">
              <organization/>
            </author>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="W. Polk" initials="W." surname="Polk">
              <organization/>
            </author>
            <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="SRVNAME">
          <front>
            <title>Internet X.509 Public Key Infrastructure Subject Alternative Name for Expression of Service Name</title>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <date month="August" year="2007"/>
            <abstract>
              <t>This document defines a new name form for inclusion in the otherName field of an X.509 Subject Alternative Name extension that allows a certificate subject to be associated with the service name and domain name components of a DNS Service Resource Record.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4985"/>
          <seriesInfo name="DOI" value="10.17487/RFC4985"/>
        </reference>
        <reference anchor="URI">
          <front>
            <title>Uniform Resource Identifier (URI): Generic Syntax</title>
            <author fullname="T. Berners-Lee" initials="T." surname="Berners-Lee">
              <organization/>
            </author>
            <author fullname="R. Fielding" initials="R." surname="Fielding">
              <organization/>
            </author>
            <author fullname="L. Masinter" initials="L." surname="Masinter">
              <organization/>
            </author>
            <date month="January" year="2005"/>
            <abstract>
              <t>A Uniform Resource Identifier (URI) is a compact sequence of characters that identifies an abstract or physical resource.  This specification defines the generic URI syntax and a process for resolving URI references that might be in relative form, along with guidelines and security considerations for the use of URIs on the Internet.  The URI syntax defines a grammar that is a superset of all valid URIs, allowing an implementation to parse the common components of a URI reference without knowing the scheme-specific requirements of every possible identifier.  This specification does not define a generative grammar for URIs; that task is performed by the individual specifications of each URI scheme.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="66"/>
          <seriesInfo name="RFC" value="3986"/>
          <seriesInfo name="DOI" value="10.17487/RFC3986"/>
        </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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="ABNF">
          <front>
            <title>Augmented BNF for Syntax Specifications: ABNF</title>
            <author fullname="D. Crocker" initials="D." role="editor" surname="Crocker">
              <organization/>
            </author>
            <author fullname="P. Overell" initials="P." surname="Overell">
              <organization/>
            </author>
            <date month="January" year="2008"/>
            <abstract>
              <t>Internet technical specifications often need to define a formal syntax.  Over the years, a modified version of Backus-Naur Form (BNF), called Augmented BNF (ABNF), has been popular among many Internet specifications.  The current specification documents ABNF. It balances compactness and simplicity with reasonable representational power.  The differences between standard BNF and ABNF involve naming rules, repetition, alternatives, order-independence, and value ranges.  This specification also supplies additional rule definitions and encoding for a core lexical analyzer of the type common to several Internet specifications.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="68"/>
          <seriesInfo name="RFC" value="5234"/>
          <seriesInfo name="DOI" value="10.17487/RFC5234"/>
        </reference>
        <reference anchor="ACME">
          <front>
            <title>Automatic Certificate Management Environment (ACME)</title>
            <author fullname="R. Barnes" initials="R." surname="Barnes">
              <organization/>
            </author>
            <author fullname="J. Hoffman-Andrews" initials="J." surname="Hoffman-Andrews">
              <organization/>
            </author>
            <author fullname="D. McCarney" initials="D." surname="McCarney">
              <organization/>
            </author>
            <author fullname="J. Kasten" initials="J." surname="Kasten">
              <organization/>
            </author>
            <date month="March" year="2019"/>
            <abstract>
              <t>Public Key Infrastructure using X.509 (PKIX) certificates are used for a number of purposes, the most significant of which is the authentication of domain names.  Thus, certification authorities (CAs) in the Web PKI are trusted to verify that an applicant for a certificate legitimately represents the domain name(s) in the certificate.  As of this writing, this verification is done through a collection of ad hoc mechanisms.  This document describes a protocol that a CA and an applicant can use to automate the process of verification and certificate issuance.  The protocol also provides facilities for other certificate management functions, such as certificate revocation.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8555"/>
          <seriesInfo name="DOI" value="10.17487/RFC8555"/>
        </reference>
        <reference anchor="ALPN">
          <front>
            <title>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</title>
            <author fullname="S. Friedl" initials="S." surname="Friedl">
              <organization/>
            </author>
            <author fullname="A. Popov" initials="A." surname="Popov">
              <organization/>
            </author>
            <author fullname="A. Langley" initials="A." surname="Langley">
              <organization/>
            </author>
            <author fullname="E. Stephan" initials="E." surname="Stephan">
              <organization/>
            </author>
            <date month="July" year="2014"/>
            <abstract>
              <t>This document describes a Transport Layer Security (TLS) extension for application-layer protocol negotiation within the TLS handshake. For instances in which multiple application protocols are supported on the same TCP or UDP port, this extension allows the application layer to negotiate which protocol will be used within the TLS connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7301"/>
          <seriesInfo name="DOI" value="10.17487/RFC7301"/>
        </reference>
        <reference anchor="DNS-CASE">
          <front>
            <title>Domain Name System (DNS) Case Insensitivity Clarification</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd">
              <organization/>
            </author>
            <date month="January" year="2006"/>
            <abstract>
              <t>Domain Name System (DNS) names are "case insensitive".  This document explains exactly what that means and provides a clear specification of the rules.  This clarification updates RFCs 1034, 1035, and 2181.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4343"/>
          <seriesInfo name="DOI" value="10.17487/RFC4343"/>
        </reference>
        <reference anchor="DNSSEC">
          <front>
            <title>DNS Security Introduction and Requirements</title>
            <author fullname="R. Arends" initials="R." surname="Arends">
              <organization/>
            </author>
            <author fullname="R. Austein" initials="R." surname="Austein">
              <organization/>
            </author>
            <author fullname="M. Larson" initials="M." surname="Larson">
              <organization/>
            </author>
            <author fullname="D. Massey" initials="D." surname="Massey">
              <organization/>
            </author>
            <author fullname="S. Rose" initials="S." surname="Rose">
              <organization/>
            </author>
            <date month="March" year="2005"/>
            <abstract>
              <t>The Domain Name System Security Extensions (DNSSEC) add data origin authentication and data integrity to the Domain Name System.  This document introduces these extensions and describes their capabilities and limitations.  This document also discusses the services that the DNS security extensions do and do not provide.  Last, this document describes the interrelationships between the documents that collectively describe DNSSEC.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4033"/>
          <seriesInfo name="DOI" value="10.17487/RFC4033"/>
        </reference>
        <reference anchor="DTLS">
          <front>
            <title>Datagram Transport Layer Security Version 1.2</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu">
              <organization/>
            </author>
            <date month="January" year="2012"/>
            <abstract>
              <t>This document specifies version 1.2 of the Datagram Transport Layer Security (DTLS) protocol.  The DTLS protocol provides communications privacy for datagram protocols.  The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.  The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees.  Datagram semantics of the underlying transport are preserved by the DTLS protocol.  This document updates DTLS 1.0 to work with TLS version 1.2.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6347"/>
          <seriesInfo name="DOI" value="10.17487/RFC6347"/>
        </reference>
        <reference anchor="EMAIL-SRV">
          <front>
            <title>Use of SRV Records for Locating Email Submission/Access Services</title>
            <author fullname="C. Daboo" initials="C." surname="Daboo">
              <organization/>
            </author>
            <date month="March" year="2011"/>
            <abstract>
              <t>This specification describes how SRV records can be used to locate email services.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6186"/>
          <seriesInfo name="DOI" value="10.17487/RFC6186"/>
        </reference>
        <reference anchor="NAPTR">
          <front>
            <title>Dynamic Delegation Discovery System (DDDS) Part Three: The Domain Name System (DNS) Database</title>
            <author fullname="M. Mealling" initials="M." surname="Mealling">
              <organization/>
            </author>
            <date month="October" year="2002"/>
            <abstract>
              <t>This document describes a Dynamic Delegation Discovery System (DDDS) Database using the Domain Name System (DNS) as a distributed database of Rules.  The Keys are domain-names and the Rules are encoded using the Naming Authority Pointer (NAPTR) Resource Record (RR). Since this document obsoletes RFC 2915, it is the official specification for the NAPTR DNS Resource Record.  It is also part of a series that is completely specified in "Dynamic Delegation Discovery System (DDDS) Part One: The Comprehensive DDDS" (RFC 3401).  It is very important to note that it is impossible to read and understand any document in this series without reading the others.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3403"/>
          <seriesInfo name="DOI" value="10.17487/RFC3403"/>
        </reference>
        <reference anchor="NTS">
          <front>
            <title>Network Time Security for the Network Time Protocol</title>
            <author fullname="D. Franke" initials="D." surname="Franke">
              <organization/>
            </author>
            <author fullname="D. Sibold" initials="D." surname="Sibold">
              <organization/>
            </author>
            <author fullname="K. Teichel" initials="K." surname="Teichel">
              <organization/>
            </author>
            <author fullname="M. Dansarie" initials="M." surname="Dansarie">
              <organization/>
            </author>
            <author fullname="R. Sundblad" initials="R." surname="Sundblad">
              <organization/>
            </author>
            <date month="September" year="2020"/>
            <abstract>
              <t>This memo specifies Network Time Security (NTS), a mechanism for using Transport Layer Security (TLS) and Authenticated Encryption with Associated Data (AEAD) to provide cryptographic security for the client-server mode of the Network Time Protocol (NTP). </t>
              <t>NTS is structured as a suite of two loosely coupled sub-protocols. The first (NTS Key Establishment (NTS-KE)) handles initial authentication and key establishment over TLS. The second (NTS Extension Fields for NTPv4) handles encryption and authentication during NTP time synchronization via extension fields in the NTP packets, and holds all required state only on the client via opaque cookies.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8915"/>
          <seriesInfo name="DOI" value="10.17487/RFC8915"/>
        </reference>
        <reference anchor="QUIC">
          <front>
            <title>Using TLS to Secure QUIC</title>
            <author fullname="M. Thomson" initials="M." role="editor" surname="Thomson">
              <organization/>
            </author>
            <author fullname="S. Turner" initials="S." role="editor" surname="Turner">
              <organization/>
            </author>
            <date month="May" year="2021"/>
            <abstract>
              <t>This document describes how Transport Layer Security (TLS) is used to secure QUIC.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9001"/>
          <seriesInfo name="DOI" value="10.17487/RFC9001"/>
        </reference>
        <reference anchor="SECTERMS">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <author fullname="R. Shirey" initials="R." surname="Shirey">
              <organization/>
            </author>
            <date month="August" year="2007"/>
            <abstract>
              <t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="FYI" value="36"/>
          <seriesInfo name="RFC" value="4949"/>
          <seriesInfo name="DOI" value="10.17487/RFC4949"/>
        </reference>
        <reference anchor="SIP">
          <front>
            <title>SIP: Session Initiation Protocol</title>
            <author fullname="J. Rosenberg" initials="J." surname="Rosenberg">
              <organization/>
            </author>
            <author fullname="H. Schulzrinne" initials="H." surname="Schulzrinne">
              <organization/>
            </author>
            <author fullname="G. Camarillo" initials="G." surname="Camarillo">
              <organization/>
            </author>
            <author fullname="A. Johnston" initials="A." surname="Johnston">
              <organization/>
            </author>
            <author fullname="J. Peterson" initials="J." surname="Peterson">
              <organization/>
            </author>
            <author fullname="R. Sparks" initials="R." surname="Sparks">
              <organization/>
            </author>
            <author fullname="M. Handley" initials="M." surname="Handley">
              <organization/>
            </author>
            <author fullname="E. Schooler" initials="E." surname="Schooler">
              <organization/>
            </author>
            <date month="June" year="2002"/>
            <abstract>
              <t>This document describes Session Initiation Protocol (SIP), an application-layer control (signaling) protocol for creating, modifying, and terminating sessions with one or more participants.  These sessions include Internet telephone calls, multimedia distribution, and multimedia conferences.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3261"/>
          <seriesInfo name="DOI" value="10.17487/RFC3261"/>
        </reference>
        <reference anchor="SIP-CERTS">
          <front>
            <title>Domain Certificates in the Session Initiation Protocol (SIP)</title>
            <author fullname="V. Gurbani" initials="V." surname="Gurbani">
              <organization/>
            </author>
            <author fullname="S. Lawrence" initials="S." surname="Lawrence">
              <organization/>
            </author>
            <author fullname="A. Jeffrey" initials="A." surname="Jeffrey">
              <organization/>
            </author>
            <date month="June" year="2010"/>
            <abstract>
              <t>This document describes how to construct and interpret certain information in a PKIX-compliant (Public Key Infrastructure using X.509) certificate for use in a Session Initiation Protocol (SIP) over Transport Layer Security (TLS) connection.  More specifically, this document describes how to encode and extract the identity of a SIP domain in a certificate and how to use that identity for SIP domain authentication.  As such, this document is relevant both to implementors of SIP and to issuers of certificates.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5922"/>
          <seriesInfo name="DOI" value="10.17487/RFC5922"/>
        </reference>
        <reference anchor="SIP-SIPS">
          <front>
            <title>The Use of the SIPS URI Scheme in the Session Initiation Protocol (SIP)</title>
            <author fullname="F. Audet" initials="F." surname="Audet">
              <organization/>
            </author>
            <date month="October" year="2009"/>
            <abstract>
              <t>This document provides clarifications and guidelines concerning the use of the SIPS URI scheme in the Session Initiation Protocol (SIP). It also makes normative changes to SIP.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5630"/>
          <seriesInfo name="DOI" value="10.17487/RFC5630"/>
        </reference>
        <reference anchor="TLS">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol.  TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961.  This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="VERIFY">
          <front>
            <title>Representation and Verification of Domain-Based Application Service Identity within Internet Public Key Infrastructure Using X.509 (PKIX) Certificates in the Context of Transport Layer Security (TLS)</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre">
              <organization/>
            </author>
            <author fullname="J. Hodges" initials="J." surname="Hodges">
              <organization/>
            </author>
            <date month="March" year="2011"/>
            <abstract>
              <t>Many application technologies enable secure communication between two entities by means of Internet Public Key Infrastructure Using X.509 (PKIX) certificates in the context of Transport Layer Security (TLS). This document specifies procedures for representing and verifying the identity of application services in such interactions.   [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6125"/>
          <seriesInfo name="DOI" value="10.17487/RFC6125"/>
        </reference>
        <reference anchor="XMPP">
          <front>
            <title>Extensible Messaging and Presence Protocol (XMPP): Core</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre">
              <organization/>
            </author>
            <date month="March" year="2011"/>
            <abstract>
              <t>The Extensible Messaging and Presence Protocol (XMPP) is an application profile of the Extensible Markup Language (XML) that enables the near-real-time exchange of structured yet extensible data between any two or more network entities.  This document defines XMPP's core protocol methods: setup and teardown of XML streams, channel encryption, authentication, error handling, and communication primitives for messaging, network availability ("presence"), and request-response interactions.  This document obsoletes RFC 3920.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6120"/>
          <seriesInfo name="DOI" value="10.17487/RFC6120"/>
        </reference>
        <reference anchor="ALPACA" target="https://alpaca-attack.com/ALPACA.pdf">
          <front>
            <title>ALPACA: Application Layer Protocol Confusion - Analyzing and Mitigating Cracks in TLS Authentication</title>
            <author initials="M." surname="Brinkmann" fullname="Marcus Brinkmann">
              <organization>Ruhr University Bochum</organization>
            </author>
            <author initials="C." surname="Dresen" fullname="Christian Dresen">
              <organization>Münster University of Applied Sciences</organization>
            </author>
            <author initials="R." surname="Merget" fullname="Robert Merget">
              <organization>Ruhr University Bochum</organization>
            </author>
            <author initials="D." surname="Poddebniak" fullname="Damian Poddebniak">
              <organization>Münster University of Applied Sciences</organization>
            </author>
            <author initials="J." surname="Müller" fullname="Jens Müler">
              <organization>Ruhr University Bochum</organization>
            </author>
            <author initials="J." surname="Somorovsky" fullname="Juraj Somorovsky">
              <organization>Paderborn University</organization>
            </author>
            <author initials="J." surname="Schwenk" fullname="Jörg Schwek">
              <organization>Ruhr University Bochum</organization>
            </author>
            <author initials="S." surname="Schinzel" fullname="Sebastian Schinzel">
              <organization>Ruhr University Bochum</organization>
            </author>
            <date year="2021" month="September"/>
          </front>
        </reference>
        <reference anchor="DROWN" target="https://drownattack.com">
          <front>
            <title>The DROWN Attack</title>
            <author>
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="UTS-39" target="https://unicode.org/reports/tr39">
          <front>
            <title>Unicode Security Mechanisms</title>
            <author initials="M." surname="Davis" fullname="Mark Davis">
              <organization/>
            </author>
            <author initials="M." surname="Suignard" fullname="Michel Suignard">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="HTTPSbytes" target="https://media.blackhat.com/bh-ad-10/Hansen/Blackhat-AD-2010-Hansen-Sokol-HTTPS-Can-Byte-Me-slides.pdf">
          <front>
            <title>HTTPS Can Byte Me</title>
            <author initials="J." surname="Sokol" fullname="Josh Sokol">
              <organization>SecTheory Ltd.</organization>
            </author>
            <author initials="R." surname="Hansen" fullname="Robert Hansen">
              <organization>SecTheory Ltd.</organization>
            </author>
            <date year="2010" month="November"/>
          </front>
          <seriesInfo name="BlackHat" value="Abu Dhabi"/>
        </reference>
        <reference anchor="Defeating-SSL" target="http://www.blackhat.com/presentations/bh-dc-09/Marlinspike/BlackHat-DC-09-Marlinspike-Defeating-SSL.pdf">
          <front>
            <title>New Tricks for Defeating SSL in Practice</title>
            <author initials="M." surname="Marlinspike" fullname="Moxie Marlinspike">
              <organization/>
            </author>
            <date year="2009" month="February"/>
          </front>
          <seriesInfo name="BlackHat" value="DC"/>
        </reference>
        <reference anchor="Public-Suffix" target="https://publicsuffix.org">
          <front>
            <title>Public Suffix List</title>
            <author>
              <organization/>
            </author>
            <date year="2020"/>
          </front>
        </reference>
        <reference anchor="US-ASCII">
          <front>
            <title>Coded Character Set - 7-bit American Standard Code for Information Interchange</title>
            <author>
              <organization>American National Standards Institute</organization>
            </author>
            <date year="1986"/>
          </front>
          <seriesInfo name="ANSI" value="X3.4"/>
        </reference>
        <reference anchor="WSC-UI" target="https://www.w3.org/TR/2010/REC-wsc-ui-20100812/">
          <front>
            <title>Web Security Context: User Interface Guidelines</title>
            <author initials="A." surname="Saldhana" fullname="Anil Saldhana">
              <organization/>
            </author>
            <author initials="T." surname="Roessler" fullname="Thomas Roessler">
              <organization/>
            </author>
            <date year="2010" month="August"/>
          </front>
        </reference>
      </references>
    </references>
    <section anchor="changes">
      <name>Changes from RFC 6125</name>
      <t>This document revises and obsoletes <xref target="VERIFY"/> based
on the decade of experience and changes since it was published.
The major changes, in no particular order, include:</t>
      <ul spacing="normal">
        <li>The only legal place for a certificate wildcard name is as the complete left-most
component in a domain name.</li>
        <li>The server identity can only be expressed in the subjectAltNames
extension; it is no longer valid to use the commonName RDN,
known as <tt>CN-ID</tt> in <xref target="VERIFY"/>.</li>
        <li>Detailed discussion of pinning (configuring use of a certificate that
doesn't match the criteria in this document) has been removed and replaced
with two paragraphs in <xref target="outcome"/>.</li>
        <li>The sections detailing different target audiences and which sections
to read (first) have been removed.</li>
        <li>References to the X.500 directory, the survey of prior art, and the
sample text in Appendix A have been removed.</li>
        <li>All references have been updated to the current latest version.</li>
        <li>The TLS SNI extension is no longer new, it is commonplace.</li>
      </ul>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>We gratefully acknowledge everyone who contributed to the previous
version of this document, <xref target="VERIFY"/>.
Thanks also to Carsten Bormann for converting the previous document
to Markdown so that we could more easily use Martin Thomson's <tt>i-d-template</tt>
software.</t>
      <t>In addition to discussion on the mailing list, the following people
contributed significant changes:
Viktor Dukhovni,
Jim Fenton,
Olle Johansson,
and
Ryan Sleevi.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA819S3fb2LXmHL8CLQ8s1SJZluyqlJ3bWWFJdpfqWrIiylXJ
6tsrAskjEREJMAAomaXl/9K/okc96vvHen977/MCQNlJetCDpCwQOI999vt1
hsNhUjdZMf9rtiwL8yZtqo1J8nXF/6qboxcvXr84SublrMhW9PO8ym6aYW6a
m+GmyYbVzez7w6Pvpnk9fPFdUk7rcmkaU79J8TSZZc2btG7mSb2ZrvK6zsui
2a5plNO3V++Sdf4mSdNZuVpnM3rv+dbUz+kBveufFSU/2q4qc1MH75RVEz9p
yln0x9ysmwU9eYW/aZVmXjfbpbHvNHmDPyamus9nJj2nvdVpXqRX7ydJNp1W
5t7/eDo3Bb2/TbLKZG/S8Xq9zGlntJk6uXugzRSNqQrTDE8AmyTbNIuyepMM
aTxa4MUonWR50QzHxbwytBiB4wWBqWr9Mis3RVNt36QfJ/SXWWX5EuBb49U/
6n9H+cqO/PMo/amc35raDfqzubnxz3qHo3U+mOrOzOebufnjLR6OCNx2zEus
dvmbG/Eyny3sk7K6pd3fZfRNemVmi6Jclrf57qmqmr77Y8Yf8BxFWa0IbvcG
535yPhkefzg/fntxNaF53h0fvnj5Sp9PLn/hR0e/++FIH/16+v7keHx5Iu++
+u41fjg9OR8PT96+k4ff/fD6hX14cfnh6oN9ekhP35+ML4Yn5/r1IWa6+PfT
P8srRz/gQ5r1fHz2Vl55/cN39Ojj5Sn/+fL1D98neXETbmD84/k7/ZwXPj7W
b3/47jt8O35/IdP97uWLQ7vh8UTHf/nqpTybvD2WJy9e8hPCQP77+5evfkd/
vz0bn753APn+kNaRpufji6tLWRh9hgcKQ9orpv7Tx1MZ9PULnprmuHp7eaaw
e/3qNZ6dXsgIR98fyp/D47eXOg6B90gf0v/02fcvASW7vh9evcJSfnl7efru
L7q4I0z+57OLC/v3C4HD+HgMiBFhZtWtIbpeNM26fvPtt9mS6DwbZk2Tze6A
I9/K26P1/EY+EDrd00FC4kvfZ1sioYuqJHIvl+lxWdxswGLSYTousuX2t7y4
TYmzpWd5k9/SN/TncUUTWUpPx0SqoG0ZcI9ntOSLfytRnI3SH6u8uFtlRcHP
LXWcZdVsU3d+ZEK53Cyq9GNByFLVxDzSH8vZYrMKhz0epSeVqU085vGiyusm
z4r4Rx7z7D//d1GDbwTjljcCFDNPJ7PcFDMmSDcJEfSZAdCjSS7Lqama+Jev
XPXJKL0o53MzLfLsLhr0JFth2Z1f/9mlE3+jr5ZLU0XT/GyKmn9wz79y5TTe
pFyVVXlf323jITdV9rfujzzuRTY31bSsimDw9qizxYMpYmD8/J//q7qVX+7+
sWVOeMC8+M0soxEnZpoJYrR+/tK486yhz49eHB0OQfgnlx9+Pe8nx3lVPhSe
GEMKvFoY+TId8+9gjleT4cvX/SNtinxWzs2I1vZtZdYkrutvm+rl63DIj/IO
bWy2qbDmMxIqWZHXq/oJSjzJ7vO6TYV3wWP/6mST3xZZNY/fJolmluFvP11d
XUymW6gtvXtZmXmejaZL2vUia5hLTRfDbD48fPHtT1lBNPrtj/rjcHwyPHpx
+GIoz4eT8q5cDnmC4XFWDH+kWYZnZlgv87mp21yO30vpvRTvETh2gYExmUaO
Ma6sF9FjxgsCLh1dWW3T98181OIMsso+zhD9smsgi1i038NDflKbihQCCMo3
+i1D5ifogePpJj1ZZNMcOGhuDDPk4WTyvgt1AvrDw0MM8jVzw0b0LhzAfDZ8
8fpbOvwlbWed35lv7VzDk2P6aRj8NIwmbMP93DykV1UOwUAS3i8upXchKi5I
aJCQ2HkchGrBXDG2lZ9y0/Mrg/T58wiMtOQXR18E48kxVJfNlMTgcLK5uck/
9WPtml+p+Q2QYSRO5ftUvk/fk8DZi1kFBPfHyXA8OT49fRN+ekwUOychlQEm
0GBNQ2D43XCaN+l4ReuegUHBoCDi4rcZpqdWdyLxzPoyKP22D6KiZdqRzvmT
bOmGrOlz4oLNpjHBig9fs17UB7nx+YR0uD+/HEFH+3VyPPx42g8wYNzDS+ZY
V5ffAqu/vXx7PHyoZ8NNzlT94ofDo29DYDz/1Uw9+yIFpDGfaMSPtArZ5U1G
9sN/2xCx0/mLbdKLQWNWu+cEkyxCn3GRL+Nf9IOrEVGqqeu2cLxalKusjn8T
ED1nOn3xw/Dw6HmSDIfDNJvWDU4xSc6yYptmgWrVBOp9aopsujQEWtqngb22
AneXF6cwJwx98FCmbCXBHphu05UhBgIBf1XRP8D/VV1z0NonBewgfcibRWIN
KEXr9N/NFghTkbirNrMGs36sQY9/Hn334nW6D8X9IJ0Rn8pvsBDipMnVIq9T
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

-->

</rfc>
