<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.2 (Ruby 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-lamps-rfc8399bis-01" category="std" consensus="true" submissionType="IETF" obsoletes="8399" updates="5280" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.18.2 -->
  <front>
    <title abbrev="I18n Updates to RFC 5280">Internationalization Updates to RFC 5280</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc8399bis-01"/>
    <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="December" day="13"/>
    <area>Security</area>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 59?>

<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.  This document (once approved) obsoletes RFC 8399.</t>
    </abstract>
  </front>
  <middle>
    <?line 66?>

<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 for identifying the issue and a solution.</t>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2119" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.2119.xml">
          <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="RFC6530">
          <front>
            <title>Overview and Framework for Internationalized Email</title>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <author fullname="Y. Ko" initials="Y." surname="Ko"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>Full use of electronic mail throughout the world requires that (subject to other constraints) people be able to use close variations on their own names (written correctly in their own languages and scripts) as mailbox names in email addresses. This document introduces a series of specifications that define mechanisms and protocol extensions needed to fully support internationalized email addresses. These changes include an SMTP extension and extension of email header syntax to accommodate UTF-8 data. The document set also includes discussion of key assumptions and issues in deploying fully internationalized email. This document is a replacement for RFC 4952; it reflects additional issues identified since that document was published. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6530"/>
          <seriesInfo name="DOI" value="10.17487/RFC6530"/>
        </reference>
        <reference anchor="RFC6531">
          <front>
            <title>SMTP Extension for Internationalized Email</title>
            <author fullname="J. Yao" initials="J." surname="Yao"/>
            <author fullname="W. Mao" initials="W." surname="Mao"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document specifies an SMTP extension for transport and delivery of email messages with internationalized email addresses or header information. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6531"/>
          <seriesInfo name="DOI" value="10.17487/RFC6531"/>
        </reference>
        <reference anchor="RFC8174" xml:base="https://bib.ietf.org/public/rfc/bibxml/reference.RFC.8174.xml">
          <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 anchor="sec-informative-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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
me2Jit6LfwPPBcIL7TIAAA==

-->

</rfc>
