<?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.6.35 (Ruby 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lamps-rfc8399bis-00" category="std" consensus="true" submissionType="IETF" obsoletes="8399" updates="5280" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.0 -->
  <front>
    <title abbrev="I18n Updates to RFC 5280">Internationalization Updates to RFC 5280</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc8399bis-00"/>
    <author initials="R." surname="Housley" fullname="Russ Housley">
      <organization abbrev="Vigil Security">Vigil Security, LLC</organization>
      <address>
        <postal>
          <city>Herndon, VA</city>
          <country>US</country>
        </postal>
        <email>housley@vigilsec.com</email>
      </address>
    </author>
    <date year="2023" month="September" day="12"/>
    <area>Security</area>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 57?>

<t>The updates to RFC 5280 described in this document provide alignment
with the 2008 specification for Internationalized Domain Names (IDNs)
and includes support for internationalized email addresses in X.509
certificates.</t>
    </abstract>
  </front>
  <middle>
    <?line 64?>

<section anchor="intro">
      <name>Introduction</name>
      <t>This document updates the Introduction in Section 1, the Name Constraints
certificate extension discussion in Section 4.2.1.10, and the Processing Rules
for Internationalized Names in Section 7 of RFC 5280 <xref target="RFC5280"/> to provide
alignment with the 2008 specification for Internationalized Domain Names (IDNs)
and includes support for internationalized email addresses in X.509 certificates.</t>
      <t>An IDN in Unicode (native character) form contains at least one
U-label <xref target="RFC5890"/>.  IDNs are carried in certificates in ACE-encoded
form.  That is, all U-labels within an IDN are converted to A-labels.  Conversion
of a U-label to an A-label is described in <xref target="RFC5891"/>.</t>
      <t>The GeneralName structure supports many different name forms, including
otherName for extensibility.  RFC 8398 <xref target="RFC8398"/> specifies the
SmtpUTF8Mailbox for internationalized email addresses.</t>
      <t>Note that Internationalized Domain Names in Applications specifications
published in 2003 (IDNA2003) <xref target="RFC3490"/> and 2008 (IDNA2008) <xref target="RFC5890"/> both
refer to the Punycode algorithm for conversion <xref target="RFC3492"/>.</t>
      <section anchor="terms">
        <name>Terminology</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="changes-since-rfc-8399">
        <name>Changes since RFC 8399</name>
        <t>In some cases, <xref target="RFC8399"/> required conversion of A-labels to U-labels
in order to process name constraints for internationalized email
addresses.  This lead to implementation complexity and at least two
security vulnerabilities.  Now, all Internationalized Domain Names (IDNs)
are carried and processed as A-labels.</t>
      </section>
    </section>
    <section anchor="updates-to-rfc-5280">
      <name>Updates to RFC 5280</name>
      <t>This section provides updates to several paragraphs of <xref target="RFC5280"/>.  For
clarity, if the entire section is not replaced, then the original text and
the replacement text are shown.</t>
      <section anchor="update-in-the-introduction-section-1">
        <name>Update in the Introduction (Section 1)</name>
        <t>This update provides references for IDNA2008.</t>
        <t>OLD</t>
        <artwork><![CDATA[
  * Enhanced support for internationalized names is specified in
    Section 7, with rules for encoding and comparing
    Internationalized Domain Names, Internationalized Resource
    Identifiers (IRIs), and distinguished names.  These rules are
    aligned with comparison rules established in current RFCs,
    including [RFC3490], [RFC3987], and [RFC4518].
]]></artwork>
        <t>NEW</t>
        <artwork><![CDATA[
  * Enhanced support for internationalized names is specified in
    Section 7, with rules for encoding and comparing
    Internationalized Domain Names, Internationalized Resource
    Identifiers (IRIs), and distinguished names.  These rules are
    aligned with comparison rules established in current RFCs,
    including [RFC3987], [RFC4518], [RFC5890], and [RFC5891].
]]></artwork>
      </section>
      <section anchor="update-in-name-constraints-section-42110">
        <name>Update in Name Constraints (Section 4.2.1.10)</name>
        <t>This update removes the ability to include constraints for a
particular mailbox.  This capability was not used, and removing it
allows name constraints to apply to email addresses in rfc822Name and
SmtpUTF8Mailbox <xref target="RFC8398"/> within otherName.</t>
        <t>OLD</t>
        <artwork><![CDATA[
   A name constraint for Internet mail addresses MAY specify a
   particular mailbox, all addresses at a particular host, or all
   mailboxes in a domain.  To indicate a particular mailbox, the
   constraint is the complete mail address.  For example,
   "root@example.com" indicates the root mailbox on the host
   "example.com".  To indicate all Internet mail addresses on a
   particular host, the constraint is specified as the host name.  For
   example, the constraint "example.com" is satisfied by any mail
   address at the host "example.com".  To specify any address within a
   domain, the constraint is specified with a leading period (as with
   URIs).  For example, ".example.com" indicates all the Internet mail
   addresses in the domain "example.com", but not Internet mail
   addresses on the host "example.com".
]]></artwork>
        <t>NEW</t>
        <artwork><![CDATA[
   A name constraint for Internet mail addresses MAY specify all
   addresses at a particular host or all mailboxes in a domain.  To
   indicate all Internet mail addresses on a particular host, the
   constraint is specified as the host name.  For example, the
   constraint "example.com" is satisfied by any mail address at the
   host "example.com".  To specify any address within a domain, the
   constraint is specified with a leading period (as with URIs).  For
   example, ".example.com" indicates all the Internet mail addresses
   in the domain "example.com" but not Internet mail addresses on
   the host "example.com".
]]></artwork>
      </section>
      <section anchor="update-in-idns-in-generalname-section-72">
        <name>Update in IDNs in GeneralName (Section 7.2)</name>
        <t>This update aligns with IDNA2008.  Since all of Section 7.2 is
replaced, the OLD text is not provided.</t>
        <t>NEW</t>
        <artwork><![CDATA[
   Internationalized Domain Names (IDNs) may be included in certificates
   and CRLs in the subjectAltName and issuerAltName extensions, name
   constraints extension, authority information access extension,
   subject information access extension, CRL distribution points
   extension, and issuing distribution point extension.  Each of these
   extensions uses the GeneralName type; one choice in GeneralName is
   the dNSName field, which is defined as type IA5String.

   IA5String is limited to the set of ASCII characters.  To accommodate
   IDNs, U-labels are converted to A-labels.  The A-label is the
   encoding of the U-label according to the Punycode algorithm [RFC3492]
   with the ACE prefix "xn--" added at the beginning of the string.

   When comparing DNS names for equality, conforming implementations
   MUST perform a case-insensitive exact match on the entire DNS name.
   When evaluating name constraints, conforming implementations MUST
   perform a case-insensitive exact match on a label-by-label basis.  As
   noted in Section 4.2.1.10, any DNS name that may be constructed by
   adding labels to the left-hand side of the domain name given as the
   constraint is considered to fall within the indicated subtree.

   Implementations that have a user interface SHOULD convert IDNs to
   Unicode for display.  Specifically, conforming implementations
   convert A-labels to U-labels for display purposes.

   Implementation consideration: There are increased memory requirements
   for IDNs.  An IDN ACE label will begin with the four additional
   characters "xn--", and an IDN can require as many as five ASCII
   characters to specify a single international character.
]]></artwork>
      </section>
      <section anchor="update-in-idns-in-distinguished-names-section-73">
        <name>Update in IDNs in Distinguished Names (Section 7.3)</name>
        <t>This update aligns with IDNA2008.</t>
        <t>OLD</t>
        <artwork><![CDATA[
   Domain Names may also be represented as distinguished names using
   domain components in the subject field, the issuer field, the
   subjectAltName extension, or the issuerAltName extension.  As with
   the dNSName in the GeneralName type, the value of this attribute is
   defined as an IA5String.  Each domainComponent attribute represents a
   single label.  To represent a label from an IDN in the distinguished
   name, the implementation MUST perform the "ToASCII" label conversion
   specified in Section 4.1 of RFC 3490.  The label SHALL be considered
   a "stored string".  That is, the AllowUnassigned flag SHALL NOT be
   set.
]]></artwork>
        <t>NEW</t>
        <artwork><![CDATA[
   Domain names may also be represented as distinguished names using
   domain components in the subject field, the issuer field, the
   subjectAltName extension, or the issuerAltName extension.  As with
   the dNSName in the GeneralName type, the value of this attribute is
   defined as an IA5String.  Each domainComponent attribute represents a
   single label.  To represent a label from an IDN in the distinguished
   name, the implementation MUST convert all U-labels to A-labels.
]]></artwork>
      </section>
      <section anchor="update-in-internationalized-electronic-mail-addresses-section-75">
        <name>Update in Internationalized Electronic Mail Addresses (Section 7.5)</name>
        <t>This update aligns with IDNA2008 and <xref target="RFC8398"/>.  Since all
of Section 7.5 is replaced, the OLD text is not provided.</t>
        <t>NEW</t>
        <artwork><![CDATA[
   Electronic Mail addresses may be included in certificates and CRLs in
   the subjectAltName and issuerAltName extensions, name constraints
   extension, authority information access extension, subject
   information access extension, issuing distribution point extension,
   or CRL distribution points extension.  Each of these extensions uses
   the GeneralName construct.  If the email address includes an IDN but
   the local-part of the email address can be represented in ASCII, then
   the email address is placed in the rfc822Name choice of GeneralName,
   which is defined as type IA5String.  If the local-part of the
   internationalized email address cannot be represented in ASCII, then
   the internationalized email address is placed in the otherName choice
   of GeneralName using the conventions in RFC 8398 [RFC8398].

   When the host-part contains an IDN, conforming implementations MUST
   convert all U-labels to A-labels.

   7.5.1.  Local-Part Contains Only ASCII Characters

   Two email addresses are considered to match if:

      1) The local-part of each name is an exact match, AND

      2) The host-part of each name matches using a case-insensitive
         ASCII comparison.

   Implementations that have a user interface SHOULD convert the
   host-part of internationalized email addresses specified in these
   extensions to Unicode before display.  Specifically, conforming
   implementations convert A-labels to U-labels for display purposes.

   7.5.2.  Local-Part Contains Non-ASCII Characters

   When the local-part contains non-ASCII characters, conforming
   implementations MUST place the internationalized email address in the
   SmtpUTF8Mailbox within the otherName choice of GeneralName as
   specified in Section 3 of RFC 8398 [RFC8398].  Note that the UTF8
   encoding of the internationalized email address MUST NOT contain a
   Byte-Order-Mark (BOM) [RFC3629] to aid comparison.  The email address
   local-part within the SmtpUTF8Mailbox MUST conform to the
   requirements of [RFC6530] and [RFC6531].

   Two email addresses are considered to match if:

      1) The local-part of each name is an exact match, AND

      2) The host-part of each name matches using a case-insensitive
         ASCII comparison.

   Implementations that have a user interface SHOULD convert the
   host-part of internationalized email addresses specified in these
   extensions to Unicode before display.  Specifically, conforming
   implementations convert A-labels to U-labels for display purposes.
]]></artwork>
      </section>
    </section>
    <section anchor="sec-cons">
      <name>Security Considerations</name>
      <t>Conforming CAs <bcp14>SHOULD</bcp14> ensure that IDNs are valid.  This can be done
by validating all code points according to IDNA2008 <xref target="RFC5892"/>.
Failure to use valid A-labels may yield a domain name that cannot
be correctly represented in the Domain Name System (DNS).  In addition,
the CA/Browser Forum offers some guidance regarding internal server
names in certificates <xref target="CABF"/>.</t>
      <t>An earlier version of this specification <xref target="RFC8399"/> required conversion
of A-labels to U-labels in order to process name constraints for
internationalized email addresses in SmtpUTF8Mailbox other names.  This
lead to implementation complexity and at least two security vulnerabilities.
Now, all Internationalized Domain Names (IDNs) are carried and processed
as A-labels.</t>
    </section>
    <section anchor="iana">
      <name>IANA Considerations</name>
      <t>This document has no IANA actions.</t>
    </section>
    <section numbered="false" anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Thanks to David Benjamin and Wei Chuang.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <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="RFC3492">
          <front>
            <title>Punycode: A Bootstring encoding of Unicode for Internationalized Domain Names in Applications (IDNA)</title>
            <author fullname="A. Costello" initials="A." surname="Costello"/>
            <date month="March" year="2003"/>
            <abstract>
              <t>Punycode is a simple and efficient transfer encoding syntax designed for use with Internationalized Domain Names in Applications (IDNA). It uniquely and reversibly transforms a Unicode string into an ASCII string. ASCII characters in the Unicode string are represented literally, and non-ASCII characters are represented by ASCII characters that are allowed in host name labels (letters, digits, and hyphens). This document defines a general algorithm called Bootstring that allows a string of basic code points to uniquely represent any string of code points drawn from a larger set. Punycode is an instance of Bootstring that uses particular parameter values specified by this document, appropriate for IDNA. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3492"/>
          <seriesInfo name="DOI" value="10.17487/RFC3492"/>
        </reference>
        <reference anchor="RFC3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
            <date month="November" year="2003"/>
            <abstract>
              <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="63"/>
          <seriesInfo name="RFC" value="3629"/>
          <seriesInfo name="DOI" value="10.17487/RFC3629"/>
        </reference>
        <reference anchor="RFC3987">
          <front>
            <title>Internationalized Resource Identifiers (IRIs)</title>
            <author fullname="M. Duerst" initials="M." surname="Duerst"/>
            <author fullname="M. Suignard" initials="M." surname="Suignard"/>
            <date month="January" year="2005"/>
            <abstract>
              <t>This document defines a new protocol element, the Internationalized Resource Identifier (IRI), as a complement of the Uniform Resource Identifier (URI). An IRI is a sequence of characters from the Universal Character Set (Unicode/ISO 10646). A mapping from IRIs to URIs is defined, which means that IRIs can be used instead of URIs, where appropriate, to identify resources.</t>
              <t>The approach of defining a new protocol element was chosen instead of extending or changing the definition of URIs. This was done in order to allow a clear distinction and to avoid incompatibilities with existing software. Guidelines are provided for the use and deployment of IRIs in various protocols, formats, and software components that currently deal with URIs.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3987"/>
          <seriesInfo name="DOI" value="10.17487/RFC3987"/>
        </reference>
        <reference anchor="RFC4518">
          <front>
            <title>Lightweight Directory Access Protocol (LDAP): Internationalized String Preparation</title>
            <author fullname="K. Zeilenga" initials="K." surname="Zeilenga"/>
            <date month="June" year="2006"/>
            <abstract>
              <t>The previous Lightweight Directory Access Protocol (LDAP) technical specifications did not precisely define how character string matching is to be performed. This led to a number of usability and interoperability problems. This document defines string preparation algorithms for character-based matching rules defined for use in LDAP. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4518"/>
          <seriesInfo name="DOI" value="10.17487/RFC4518"/>
        </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="RFC5890">
          <front>
            <title>Internationalized Domain Names for Applications (IDNA): Definitions and Document Framework</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <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="RFC5891">
          <front>
            <title>Internationalized Domain Names in Applications (IDNA): Protocol</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <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="RFC5892">
          <front>
            <title>The Unicode Code Points and Internationalized Domain Names for Applications (IDNA)</title>
            <author fullname="P. Faltstrom" initials="P." role="editor" surname="Faltstrom"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>This document specifies rules for deciding whether a code point, considered in isolation or in context, is a candidate for inclusion in an Internationalized Domain Name (IDN).</t>
              <t>It is part of the specification of Internationalizing Domain Names in Applications 2008 (IDNA2008). [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5892"/>
          <seriesInfo name="DOI" value="10.17487/RFC5892"/>
        </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="RFC8398">
          <front>
            <title>Internationalized Email Addresses in X.509 Certificates</title>
            <author fullname="A. Melnikov" initials="A." role="editor" surname="Melnikov"/>
            <author fullname="W. Chuang" initials="W." role="editor" surname="Chuang"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>This document defines a new name form for inclusion in the otherName field of an X.509 Subject Alternative Name and Issuer Alternative Name extension that allows a certificate subject to be associated with an internationalized email address.</t>
              <t>This document updates RFC 5280.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8398"/>
          <seriesInfo name="DOI" value="10.17487/RFC8398"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="RFC3490">
          <front>
            <title>Internationalizing Domain Names in Applications (IDNA)</title>
            <author fullname="P. Faltstrom" initials="P." surname="Faltstrom"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <author fullname="A. Costello" initials="A." surname="Costello"/>
            <date month="March" year="2003"/>
            <abstract>
              <t>Until now, there has been no standard method for domain names to use characters outside the ASCII repertoire. This document defines internationalized domain names (IDNs) and a mechanism called Internationalizing Domain Names in Applications (IDNA) for handling them in a standard fashion. IDNs use characters drawn from a large repertoire (Unicode), but IDNA allows the non-ASCII characters to be represented using only the ASCII characters already allowed in so-called host names today. This backward-compatible representation is required in existing protocols like DNS, so that IDNs can be introduced with no changes to the existing infrastructure. IDNA is only meant for processing domain names, not free text. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3490"/>
          <seriesInfo name="DOI" value="10.17487/RFC3490"/>
        </reference>
        <reference anchor="RFC8399">
          <front>
            <title>Internationalization Updates to RFC 5280</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="May" year="2018"/>
            <abstract>
              <t>The updates to RFC 5280 described in this document provide alignment with the 2008 specification for Internationalized Domain Names (IDNs) and add support for internationalized email addresses in X.509 certificates.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8399"/>
          <seriesInfo name="DOI" value="10.17487/RFC8399"/>
        </reference>
        <reference anchor="CABF" target="https://cabforum.org/internal-names/">
          <front>
            <title>Internal Server Names and IP Address Requirements for SSL: Guidance on the Deprecation of Internal Server Names and Reserved IP Addresses provided by the CA/Browser Forum</title>
            <author>
              <organization>CA/Browser Forum</organization>
            </author>
            <date year="2012" month="June"/>
          </front>
          <seriesInfo name="Version" value="1.0"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
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
paLBNx7Fnqrovfg3phZQcXsyAAA=

-->

</rfc>
