<?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.21 (Ruby 2.6.10) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-emu-eap-arpa-05" category="std" consensus="true" submissionType="IETF" updates="9140" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.24.0 -->
  <front>
    <title abbrev="eap.arpa">The eap.arpa domain and EAP provisioning</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-emu-eap-arpa-05"/>
    <author initials="A." surname="DeKok" fullname="Alan DeKok">
      <organization>InkBridge Networks</organization>
      <address>
        <email>aland@inkbridgenetworks.com</email>
      </address>
    </author>
    <date year="2025" month="January" day="02"/>
    <area>Internet</area>
    <workgroup>EMU Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 53?>

<t>This document defines the eap.arpa domain as a way for Extensible Authentication Protocol (EAP) peers to
signal to EAP servers that they wish to obtain limited, and
unauthenticated, network access.  EAP peers signal which kind of access is required via certain pre-defined identifiers which use the Network Access Identifier (NAI) format of RFC 7542.  A table of
identifiers and meanings is defined, which includes entries for RFC 9140.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-emu-eap-arpa/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        EMU Working Group mailing list (<eref target="mailto:emut@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/emut/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/emut/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/freeradius/eap-arpa.git"/>.</t>
    </note>
  </front>
  <middle>
    <?line 60?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>In most uses, EAP <xref target="RFC3748"/> requires that the EAP peer have
pre-provisioned credentials.  Without credentials, the device cannot
obtain network access in order to be provisioned with credentials.
This limitation creates a bootstrapping problem.</t>
      <t>This specification addresses that problem.  It creates a framework by
which clients can submit predefined provisioning credentials to a server in order to
obtain limited network access.  At the same time, servers can know in
advance that these credentials are to be used only for provisioning,
and that unrestricted network access should not be granted.</t>
      <t>The device can either use the EAP channel itself for provisioning, as
with TEAP <xref target="RFC7170"/>, or the EAP server can give the device access to
a limited captive portal such as with <xref target="RFC8952"/>.  Once the device is
provisioned, it can use those provisioned credentials to obtain full
network access.</t>
      <t>The pre-defined credentials use a generic identity format.
Identifiers in this space are generically referred to as "EAP
Provisioning Identifiers" (EPI).  The choice of "Provisioning
Identifiers for EAP" (PIE) was considered and rejected.</t>
      <t>Since the identity is predefined, there is little benefit to defining
pre-defined passwords.  Where supported by the underlying EAP method,
this specification provides for password-less access.  Where passwords
are required, the password is defined to be the same as the identity.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?>
      </t>
    </section>
    <section anchor="concepts">
      <name>Concepts</name>
      <t>A device which has no device-specific credentials can use a predefined
identifier in Network Access Identifier (NAI) format <xref target="RFC7542"/>.  The
NAI is composed of two portions, the utf8-username, and the utf8-realm
domain.  For simplicity here, we refer to these as the "username" and
"realm" fields.</t>
      <t>The realm is chosen to be independent of, and unused by, any existing
organization, and thus to be usable by all organizations.  The realm is
one which should not be automatically proxied by any any
Authentication, Authorization, and Accounting (AAA) proxy framework as
defined in <xref section="3" sectionFormat="comma" target="RFC7542"/>.  The realm is also one which will
not return results for <xref target="RFC7585"/> dynamic discovery.</t>
      <t>This specification does not, however, forbid routing of packets for
realms in the "eap.arpa" domain.  Instead, it leaves such routing up
to individual organizations.</t>
      <t>We note that this specification is fully compatible with all existing
EAP implementations, so it is fail-safe.  When presented with a peer
wishing to use this specification, existing implementations will
return EAP Failure, and will not otherwise misbehave.</t>
      <t>We now discuss the NAI format in more detail.  We first discuss the
eap.arpa realm, and second the use and purpose of the username field.</t>
      <section anchor="the-eaparpa-realm">
        <name>The eap.arpa realm</name>
        <t>This document defines the "eap.arpa" domain as being used for
provisioning within EAP.  A similar domain has previously been used
for EAP-NOOB <xref target="RFC9140"/>, as "eap-noob.arpa".  This document extends
that concept, and standardizes the practices surrounding it,</t>
        <t>NOTE: the "arpa" domain is controlled by the IAB.  Allocation of
"eap.arpa" requires agreement from the IAB.</t>
      </section>
      <section anchor="the-realm-field">
        <name>The realm field</name>
        <t>The subdomain in realm is assigned via the EAP Provisioning
Identifier Registry which is defined in <xref target="registry"/>. The subdomain
MUST follow the domain name conventions specified in <xref target="RFC1034"/>.</t>
        <t>It is RECOMMENDED that the first subdomain of "eap.arpa" use the EAP
method name, as defined in the IANA Extensible Authentication Protocol
(EAP) Registry, sub-registry "Method Types".  However, that registry does
not follow the domain name conventions specified in <xref target="RFC1034"/>, so it
is not possible to make a "one-to-one" mapping between the Method Type
name and the subdomain.</t>
        <t>Where it is not possible to make a direct mapping between the EAP
Method Type name (e.g. "TEAP"), and a subdomain
(e.g. "teap.eap.arpa"), the name used in the realm registry SHOULD be
similar enough to allow the average reader to understand which EAP
Method Type is being used.</t>
        <t>Additional subdomains are permitted in the realm, which permit vendors and
Standards Development organizations (SDOs) the ability to self-assign
a delegated range of identifiers which cannot conflict with other
identifiers.</t>
        <t>Any realm defined in this registry (e.g. "teap.eap.arpa") also
implicitly defines a subdomain "v." (e.g. "v.teap.eap.arpa").  Vendors
or SDOs can self-allocate within the "v." subdomain, using domains
which they own.  For example, An "example.com" company could self-allocate
and use the realm "example.com.v.teap.eap.arpa".</t>
      </section>
      <section anchor="the-username-field">
        <name>The username field</name>
        <t>The username field is dependent on the EAP method being used for
provisioning. For example, <xref target="RFC9140"/> uses the username "noob". Other
EAP methods MAY omit the username as RECOMMENDED in <xref target="RFC7542"/>.  The
username of "anonymous" is NOT RECOMMENDED for specifications using
this format, even though it is permitted by <xref target="RFC7542"/>.</t>
        <t>The username field is assigned via the EAP Provisioning Identifier
Registry which is defined in <xref target="registry"/>.  The username field MAY be
empty, or else hold a fixed value. While <xref target="RFC7542"/> recommends
omitting the username portion for user privacy, the names here are defined
in public specifications.  User privacy is therefore not needed for provisioning identifiers,
and the username field can be publicly visible.</t>
      </section>
      <section anchor="operation">
        <name>Operation</name>
        <t>Having defined the format and contents of NAIs in the eap.arpa realm,
we now need to define how those NAIs are used by EAP supplicants and
EAP peers.</t>
        <section anchor="eap-peer">
          <name>EAP Peer</name>
          <t>An EAP peer signals that it wishes a certain kind of
provisioning by using a predefined NAI, along with an associated EAP
method.  The meaning of the NAI, and behavior of the supplicant are
defined by a separate specification.  That specification will
typically define both the NAI, and the EAP method which is used for
provisioning.</t>
          <t>The NAI used by the peer MUST be taken from an entry in the "EAP
Provisioning Identifiers" registry, and the EAP method used with that
NAI MUST match the corresponding EAP method from that same entry.</t>
          <t>EAP peers MUST NOT allow these NAIs to be configured directly by
end users.  Instead the user (or some other process) chooses a
provisioning method, and the peer then chooses a predefined NAI
which matches that provisioning method.</t>
          <t>When all goes well, running EAP with the provisioning NAI results in
new authentication credentials being provisioned.  The peer then drops
its network connection, and re-authenticates using the newly
provisioned credentials.</t>
          <t>There are a number of ways in which provisioning can fail.  One way is
when the server does not implement the provisioning method.  EAP peers
therefore MUST track which provisioning methods have been tried, and
not repeat the same method to the same EAP server when receiving a
an EAP Nak.  EAP peers MUST rate limit attempts at provisioning, in order to
avoid overloading the server.</t>
          <t>Another way for provisioning to fail is when the new credentials do
not result in network access.  It is RECOMMENDED that peers
immediately try to gain network access using the new credentials, as
soon as they have been provisioned.  That process allows errors to be
quickly discovered and addressed.</t>
          <t>An EAP peer may be have been provisioned with temporary credentials.
It SHOULD therefore attempt to provision new credentials before the
current set expires.  Unfortunately, any re-provisioning process with
EAP will involve the device dropping off of the "full" network, in
order to connect to the provisioning network.  It is therefore
RECOMMENDED that re-provisioning methods be provided which can be used
when the device has full network access.  See <xref target="specifications"/> for
additional discussion of this topic.</t>
        </section>
        <section anchor="eap-servers">
          <name>EAP Servers</name>
          <t>An EAP session begins with the server receiving an initial
EAP-Request/Identity message.  An EAP server supporting this
specification MUST examining the identity to see if it uses the
eap.arpa realm.  If not, the EAP server MUST process the request
through pre-existing methods.</t>
          <t>If the server receives a malformed NAI in the eap.arpa domain, it MUST
reply with an EAP Failure, as per <xref section="4.2" sectionFormat="comma" target="RFC3748"/>.</t>
          <t>Similarly, if the server does not support the current provisioning
method, and is unable to negotiate a different one, it MUST reply with
a NAK of type zero (0) as per <xref section="5.3.1" sectionFormat="comma" target="RFC3748"/>.  This reply
indicates that the requested provisioning method is not available, and
that the peer should choose a different method of authentication.
That different method may be another provisioning method, or it may be
a full authentication.</t>
          <t>Once the server accepts the provisioning method, it then replies with
an EAP method which MUST match the one proposed by the supplicant in
the NAI.  The EAP process then proceeds as per the EAP state machine
outlined in <xref target="RFC3748"/>.</t>
          <t>Implementations MUST treat peers using a provisioning NAI as
untrusted, and untrustworthy.  Once a peer is authenticated, it
MUST be placed into a limited network, such as a captive portal.</t>
          <t>Systems implementing this specification SHOULD give peers access which
is limited in duration.  The provisioning process should be fairly
quick, and of the order of seconds to tens of seconds in duration.
Provisioning times longer than that likely indicate an issue.</t>
          <t>Implementations SHOULD give peers access which is limited in
scope.  The provisioning process likely does not need to download
large amounts of data, and likely does not need access to a large
number of services.  The provisioning networks SHOULD allow only
traffic which is necessary for the operation of the named provisioning
method.</t>
          <t>Implementations SHOULD use functionality such as the RADIUS Filter-Id
attribute (<xref section="5.11" sectionFormat="comma" target="RFC2865"/>) to set packet filters for the
peer being provisioned.  For ease of administration, the Filter-Id
name could simply be the provisioning NAI, or a similar name.  Such
consistency aids with operational considerations when managing complex
networks.</t>
          <t>Implementations SHOULD rate-limit provisioning attempts.  A
misbehaving peer should be blocked temporarily, or even
permanently. Implementations SHOULD limit the total number of
peers being provisioned at the same time.  There is no
requirement to allow all peers to connect without limit.</t>
        </section>
      </section>
      <section anchor="other-considerations">
        <name>Other Considerations</name>
        <t>Implementations MUST NOT permit EAP method negotiation with
provisioning credentials.  That is, when a provisioning NAI is used,
any EAP NAK sent by a server MUST contain only EAP type zero (0).
Similarly, when an EAP peer uses a provisioning NAI and receives an
EAP NAK, the contents MUST be ignored.</t>
        <t>While a server may support multiple provisioning methods, there is no
way in EAP to negotiate which provisioning method can be used.  It is
also expected that the provisioning methods will be specific to a
particular type of device.  That is, a device is likely to support
only one provisioning method.</t>
        <t>As a result, there is no need to require a method for negotiating
provisioning methods.</t>
      </section>
      <section anchor="specifications">
        <name>Considerations for Provisioning Specifications</name>
        <t>The operational considerations discussed above have a number of
impacts on specifications which define provisioning methods.</t>
        <section anchor="negotiation">
          <name>Negotiation</name>
          <t>Specifications which define provisioning for an EAP method SHOULD
provide a method-specific process by which implementations can
negotiate a mutually acceptable provisioning method.</t>
          <t>For the reasons noted above, however, we cannot make this suggestion
mandatory.  If it is not possible for a provisioning method to define
any negotiation, then that limitation should not be a barrier to
publishing the specification.</t>
        </section>
        <section anchor="renewal-of-credentials">
          <name>Renewal of Credentials</name>
          <t>Where a provisioning method is expected to create credentials which do
not expire, the specification SHOULD state this explicitly.</t>
          <t>Where credentials expire, it is RECOMMENDED that specifications
provide guidance on how the credentials are to be updated.  For
example, an EAP method could permit re-provisioning to be done as part
of a normal EAP authentication, using the currently provisioned
credentials.</t>
          <t>It is RECOMMENDED that the provisioning methods provide for a method
which can be used without affecting network access.  A specification
could define provisioning endpoints such as Enrollment over Secure
Transport (EST) <xref target="RFC7030"/>, or Automatic Certificate Management
Environment (ACME) <xref target="RFC8555"/>.  The provisioning endpoints could be
available both on the provisioning network, and on the provisioned
(i.e. normal) network.  Such an architecture means that devices can be
re-provisioned without losing network access.</t>
        </section>
      </section>
      <section anchor="notes-on-aaa-routability">
        <name>Notes on AAA Routability</name>
        <t>When we say that the eap.arpa domain is not routable in an AAA proxy
framework, we mean that the domain does not exist, and will never
resolve to anything for dynamic discovery as defined in
<xref target="RFC7585"/>.  In addition, administrators will not have statically
configured AAA proxy routes for this domain.</t>
        <t>In order to avoid spurious DNS lookups, RADIUS servers supporting
<xref target="RFC7585"/> SHOULD perform filtering in the domains which are sent to
DNS.  Specifically, names in the "eap.arpa" domain SHOULD NOT be
looked up in DNS.</t>
      </section>
    </section>
    <section anchor="overview">
      <name>Overview</name>
      <t>In this section, we provide background on the existing functionality,
and describe why it was necessary to define provisioning methods for
EAP.</t>
      <section anchor="review-of-existing-functionality">
        <name>Review of Existing Functionality</name>
        <t>For EAP-TLS, both <xref target="RFC5216"/> Section 2.1.1 and <xref target="RFC9190"/> provide
for "peer unauthenticated access".  However, those documents define no
way for a peer to signal that it is requesting such access.  The
presumption is that the peer connects with some value for the EAP
Identity, but without using a client certificate.  The EAP server is
then supposed to determine that the peer is requesting unauthenticated
access, and take the appropriate steps to limit authorization.</t>
        <t>There appears to be no EAP peer or server implementations which
support such access, since there is no defined way to perform any of
the steps required.  i.e. to signal that this access is desired, and
then limit access.</t>
        <t>Wi-Fi Alliance has defined an unauthenticated EAP-TLS method,
using a vendor-specific EAP type as part of HotSpot 2.0r2 <xref target="HOTSPOT"/>.
However, there appears to be few deployments of this specification.</t>
        <t>EAP-NOOB <xref target="RFC9140"/> takes this process a step further.  It defines both
a way to signal that provisioning is desired, and also a way to
exchange provisioning information within EAP-NOOB.  That is, there is
no need for the device to obtain limited network access, as all of the
provisioning is done inside of the EAP-NOOB protocol.</t>
        <t>Tunnel Extensible Authentication Protocol (TEAP) <xref target="RFC7170"/> provides for provisioning via an unauthenticated TLS
tunnel.  That document provides for a server unauthenticated
provisioning mode, but the inner TLS exchange requires that both end
authenticate each other.  There are ways to provision a certificate,
but the peer must still authenticate itself to the server with
pre-existing credentials.</t>
      </section>
      <section anchor="taxonomy-of-provisioning-types">
        <name>Taxonomy of Provisioning Types</name>
        <t>There are two scenarios where provisioning can be done.  The first is
where provisioning is done within the EAP type, as with EAP-NOOB
<xref target="RFC9140"/>.  The second is where EAP is used to obtain limited
network access (e.g. as with a captive portal).  That limited network
access is then used to run IP based provisioning
over more complex protocols.</t>
        <section anchor="rationale-for-provisioning-over-eap">
          <name>Rationale for Provisioning over EAP</name>
          <t>It is often useful to do all provisioning inside of EAP, because the EAP / AAA
admin does not have control over the network.  It is not always
possible to define a captive portal where provisioning can be done.
As a result, we need to be able to perform provisioning via EAP, and
not via some IP protocol.</t>
        </section>
      </section>
    </section>
    <section anchor="interaction-with-existing-eap-types">
      <name>Interaction with existing EAP types</name>
      <t>As the provisioning identifier is used within EAP, it necessarily has
interactions with, and effects on, the various EAP types.  This
section discusses those effects in more detail.</t>
      <t>Some EAP methods require shared credentials such as passwords in order
to succeed.  For example, both EAP-MSCHAPv2 (PEAP) and EAP-PWD
<xref target="RFC5931"/> perform cryptographic exchanges where both parties
knowing a shared password.  Where password-based methods are used, the
password MUST be the same as the provisioning identifier.</t>
      <t>This requirement also applies to TLS-based EAP methods such as EAP Tunneled Transport Layer Security (EAP-TTLS)
and Protected Extensible Authentication Protocol (PEAP).  Where the TLS-based EAP method provides for an inner
identity and inner authentication method, the credentials used there
MUST be the provisioning identifier for both the inner identity, and
any inner password.</t>
      <t>It is RECOMMENDED that provisioning be done via a TLS-based EAP methods.
TLS provides for authentication of the EAP server, along with security
and confidentiality of any provisioning data exchanged in the tunnel.
Similarly, if provisioning is done in a captive portal outside of EAP,
EAP-TLS permits the EAP peer to run a full EAP authentication session
while having nothing more than a few certification authorities (CAs)
locally configured.</t>
      <section anchor="eap-tls">
        <name>EAP-TLS</name>
        <t>This document defines an identifier "portal@tls.eap.arpa", which is
the first step towards enabling unauthenticated client provisioning
in EAP-TLS.  The purpose of the identifier is to allow EAP peers to
signal EAP servers that they wish to obtain a "captive portal" style
network access.</t>
        <t>This identifier signals the EAP server that the peer wishes to obtain
"peer unauthenticated access" as per <xref target="RFC5216"/> Section 2.1.1 and
<xref target="RFC9190"/>.</t>
        <t>An EAP server which agrees to authenticate this request MUST ensure
that the device is placed into a captive portal with limited network
access.  Implementations SHOULD limit both the total amount of data
transferred by devices in the captive portal, and SHOULD also limit the
total amount of time a device spends within the captive portal.</t>
        <t>Further details of the captive portal architecture can be found in
<xref target="RFC8952"/>.</t>
        <t>The remaining question is how the EAP peer verifies the identity of
the EAP server.  The device SHOULD ignore the EAP server certificate
entirely, as the server's identity does not matter.  Any verification
of servers can be done at the HTTPS layer when the device access the
captive portal.  Where possible the device SHOULD warn the end user
that the provided certificate is unchecked, and untrusted.</t>
        <t>However, since the device likely is configured with web CAs (otherwise,
the captive portal would also be unauthenticated), EAP peers MAY use
the CAs available for the web in order to validate the EAP server
certificate.  If the presented certificate passes validation, the
device does not need to warn the end user that the provided
certificate is untrusted.</t>
        <t>It is possible to also use TLS-PSK with EAP-TLS for this provisioning.
In which case, the Pre-Shared Key (PSK) identity MUST the same as the EAP Identifier,
and the PSK MUST be the provisioning identifier.</t>
      </section>
      <section anchor="tls-based-eap-methods">
        <name>TLS-based EAP methods</name>
        <t>Other TLS-based EAP methods such as TTLS and PEAP can use the same
method as defined for EAP-TLS above.  The only difference is that the
inner identity and password is also the provisioning identifier.</t>
        <t>It is RECOMMENDED that provisioning methods use EAP-TLS in preference
to any other TLS-based EAP methods.  As the credentials for other
methods are predefined and known in advance, those methods offer little
benefit over EAP-TLS.</t>
      </section>
      <section anchor="eap-noob">
        <name>EAP-NOOB</name>
        <t>It is RECOMMENDED that server implementations of Nimble out-of-band authentication for EAP (EAP-NOOB) accept both
identities "noob@eap-noob.arpa" and "@noob.eap.arpa" as synonyms.</t>
        <t>It is RECOMMENDED that EAP-NOOB peers use "@noob.eap.arpa" first, and
if that does not succeed, use "noob@eap-noob.arpa"</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>Three IANA actions are required.  The first two are registry updates
for "eap.arpa".  The second is the creation of a new registry.</t>
      <section anchor="arpa-updates">
        <name>.arpa updates</name>
        <t>IANA is instructed to update the ".ARPA Zone Management" registry with
the following entry:</t>
        <t>DOMAIN</t>
        <ul empty="true">
          <li>
            <t>eap.arpa</t>
          </li>
        </ul>
        <t>USAGE</t>
        <ul empty="true">
          <li>
            <t>For provisioning within the Extensible Authentication Protocol framework.</t>
          </li>
        </ul>
        <t>REFERENCE</t>
        <ul empty="true">
          <li>
            <t>THIS-DOCUMENT</t>
          </li>
        </ul>
        <t>IANA is instructed to update the "Special-Use Domain Names" registry as follows:</t>
        <t>NAME</t>
        <ul empty="true">
          <li>
            <t>eap.arpa</t>
          </li>
        </ul>
        <t>REFERENCE</t>
        <ul empty="true">
          <li>
            <t>THIS-DOCUMENT</t>
          </li>
        </ul>
        <section anchor="domain-name-reservation-considerations">
          <name>Domain Name Reservation Considerations</name>
          <t>This section answers the questions which are required by Section 5 of <xref target="RFC6761"/>.  At a high level, these new domain names are used in certain situations in EAP.  The domain names are never seen by users, and they do not appear in any networking protocol other than EAP.</t>
          <ol spacing="normal" type="1"><li>
              <t>Users:<br/>
User are not expected to recognize these names as special or use them differently from other domain names.  The use of these names in EAP is invisible to end users.</t>
            </li>
            <li>
              <t>Application Software:<br/>
EAP servers and clients are expected to make their software recognize these names as special and treat them differently.  This document discusses that behavior.<br/>
EAP supplicants should recognize these names as special, and should refuse to allow users to enter them in any interface.<br/>
EAP servers and RADIUS servers should recognize the ".arpa" domain as special, and refuse to do dynamic discovery (<xref target="RFC7585"/>) for it.</t>
            </li>
            <li>
              <t>Name Resolution APIs and Libraries:<br/>
Writers of these APIs and libraries are not expected to recognize these names or treat them differently.</t>
            </li>
            <li>
              <t>Caching DNS Servers:<br/>
Writers of caching DNS servers are not expected to recognize these names or treat them differently.</t>
            </li>
            <li>
              <t>Authoritative DNS Servers:<br/>
Writers of authoritative DNS servers are not expected to recognize these names or treat them differently.</t>
            </li>
            <li>
              <t>DNS Server Operators:<br/>
These domain names have minimal impact on DNS server operators.  They should never be used in DNS, or in any networking protocol outside of EAP.<br/>
Some DNS servers may receive lookups for this domain, if EAP or RADIUS servers are configured to do dynamic discovery for realms as defined in <xref target="RFC7585"/>, and where those servers are not updated to ignore the ".arpa" domain.  When queried for the "eap.arpa" domain, DNS servers SHOULD return an NXDOMAIN error.<br/>
If they try to configure their authoritative DNS as authoritative for this reserved name, compliant name servers do not need to do anything special.  They can accept the domain or reject it.  Either behavior will have no impact on this specification.</t>
            </li>
            <li>
              <t>DNS Registries/Registrars:<br/>
DNS Registries/Registrars should deny requests to register this reserved domain name.</t>
            </li>
          </ol>
        </section>
      </section>
      <section anchor="registry">
        <name>EAP Provisioning Identifiers Registry</name>
        <t>IANA is instructed to add the following new registry to the "Extensible Authentication Protocol (EAP) Registry" group.</t>
        <t>Assignments in this registry are done via "Expert Review" as described in <xref target="RFC8126"/> Section 4.5.  Guidelines for experts is provided in <xref target="guidelines"/>.</t>
        <t>The contents of the registry are as follows.</t>
        <t>Title</t>
        <ul empty="true">
          <li>
            <t>EAP Provisioning Identifiers</t>
          </li>
        </ul>
        <t>Registration Procedure(s)</t>
        <ul empty="true">
          <li>
            <t>Expert review</t>
          </li>
        </ul>
        <t>Reference</t>
        <ul empty="true">
          <li>
            <t>THIS-DOCUMENT</t>
          </li>
        </ul>
        <t>Registry</t>
        <ul empty="true">
          <li>
            <t>NAI</t>
            <ul empty="true">
              <li>
                <t>The Network Access Identifier in <xref target="RFC7542"/> format.  Names are lowercase, and are listed in sorted order.</t>
              </li>
            </ul>
            <t>Method Type</t>
            <ul empty="true">
              <li>
                <t>The EAP method name, taken from the "Description" field of the EAP "Method Types" registry.</t>
              </li>
            </ul>
            <t>Reference</t>
            <ul empty="true">
              <li>
                <t>Reference where this identifier was defined.</t>
              </li>
            </ul>
          </li>
        </ul>
        <section anchor="initial-values">
          <name>Initial Values</name>
          <t>The following table gives the initial values for this table.</t>
          <t>NAI,Method-Type,Description,Reference</t>
          <t>@noob.eap.arpa,EAP-NOOB,<xref target="RFC9140"/> and THIS-DOCUMENT
portal@tls.eap.arpa,EAP-TLS,<xref target="RFC9190"/> and THIS-DOCUMENT</t>
        </section>
      </section>
      <section anchor="guidelines">
        <name>Guidelines for Designated Experts</name>
        <t>The following text gives guidelines for Designated Experts who review
allocation requests for this registry.</t>
        <section anchor="nais">
          <name>NAIs</name>
          <t>The intent is for the NAI to contain both a reference to the EAP
Method Type, and a description of the purpose of the NAI.  For
example, with an EAP Method Type "name", and a purpose "action", the
NAI SHOULD be of the form "action@foo.eap.arpa".</t>
          <t>The NAI MUST satisfy the requirements of the <xref section="2.2" sectionFormat="comma" target="RFC7542"/>
format.  The utf8-username portion MAY be empty.  The utf8-username
portion MUST NOT be "anonymous".  The NAI MUST end with "eap.arpa".</t>
          <t>NAIs in the registry SHOULD NOT contain more than one subdomain.  NAIs
with a leading "v." subdomain MUST NOT be registered.  That subdomain
is reserved for vendor and SDO extensions.</t>
          <t>The subdomain of the NAI field should correspond to the EAP Method
Type name.  Care should be taken so that the domain name conventions
specified in <xref target="RFC1034"/> are followed.</t>
          <t>The NAIs in this registry are case-insensitive.  While <xref target="RFC7542"/>
notes that similar identifiers of different case can be considered to
be different, for simplicity this registry requires that all entries
MUST be lowercase.</t>
          <t>Identifiers MUST be unique when compared in a case-insensitive
fashion.  While <xref target="RFC7542"/> notes that similar identifiers of
different case can be considered to be different, this registry is
made simpler by requiring case-insensitivity.</t>
          <t>Entries in the registry should be short.  NAIs defined here will
generally be sent in a RADIUS packet in the User-Name attribute
(<xref target="RFC2865"/> Section 5.1).  That specification recommends that
implementations should support User-Names of at least 63 octets.  NAI
length considerations are further discussed in <xref target="RFC7542"/> Section
2.3, and any allocations in this registry needs to take those
limitations into consideration.</t>
          <t>Implementations are likely to support a total NAI length of 63 octets.
Lengths between 63 and 253 octets may work.  Lengths of 254 octets or
more will not work with RADIUS <xref target="RFC2865"/>.</t>
        </section>
      </section>
      <section anchor="method-type">
        <name>Method Type</name>
        <t>Values in "Method Type" field of this registry MUST be taken from the
IANA EAP Method Types registry or else it MUST be an Expanded Type
which usually indicates a vendor specific EAP method.</t>
        <t>The EAP Method Type MUST provide an MSK and EMSK as defined in
<xref target="RFC3748"/>.  Failure to provide these keys means that the method will
not be usable within an authentication framework which requires those
methods, such as with IEEE 802.1X.</t>
      </section>
      <section anchor="designated-experts">
        <name>Designated Experts</name>
        <t>For registration requests where a Designated Expert should be
consulted, the responsible IESG area director should appoint the
Designated Expert.  But in order to allow for the allocation of values
prior to the RFC being approved for publication, the Designated Expert
can approve allocations once it seems clear that an RFC will be
published.</t>
        <t>The Designated Expert will post a request to the EMU WG mailing list
(or a successor designated by the Area Director) for comment and
review, including an Internet-Draft or reference to external
specification.  Before a period of 30 days has passed, the Designated
Expert will either approve or deny the registration request and
publish a notice of the decision to the EAP WG mailing list or its
successor, as well as informing IANA.  A denial notice must be
justified by an explanation, and in the cases where it is possible,
concrete suggestions on how the request can be modified so as to
become acceptable should be provided.</t>
      </section>
      <section anchor="organization-self-assignment">
        <name>Organization Self Assignment</name>
        <t>This registry allows organizations to request allocations from this
registry, but explicit allocations are not always required.  Any NAI
defined in this registry also implicitly defines a subdomain "v.".
Organizations can self-allocate in this space, under the "v."
subdomain, e.g. "local@example.com.v.tls.eap.arpa".</t>
        <t>Any domain name which is registered as a Fully Qualified Domain Name
(FQDN) within the DNS can use that name within the "v." subdomain.</t>
        <t>Note that the right to use a self-allocated name is tied the ownership
of the corresponding domain.  If an organization loses the right to
use a domain name, then it is no longer appropriate for it to use that
domain name within the "v." self-allocation space.</t>
      </section>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>The EAP Identity field is generally publicly visible to parties who
can observe the EAP traffic.  As the names given here are in a public
specification, there is no privacy implication to exposing those names
within EAP.  The entire goal of this specification is in fact to make
those names public, so that unknown (and private) parties can publicly
(and anonymously) declare what kind of network access they desire.</t>
      <t>However, there are many additional privacy concerns around this
specification.  Most EAP traffic is sent over RADIUS <xref target="RFC2865"/>.  The
RADIUS Access-Request packets typically contain large amounts of
information such as MAC addresses, device location, etc.</t>
      <t>This specification does not change RADIUS or EAP, and as such does not
change which information is publicly available, or is kept private.
Those issues are dealt with in other specifications, such as
<xref target="I-D.ietf-radext-deprecating-radius"/>.</t>
      <t>However, this specification can increase privacy by allowing devices
to anonymously obtain network access, and then securely obtain
credentials.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>This specification defines a framework which permits unknown,
anonymous, and unauthenticated devices to request and to obtain
network access.  As such, it is critical that network operators
provide limited access to those devices.</t>
      <t>Future specifications which define an NAI within this registry, should
give detailed descriptions of what kind of network access is to be
provided.</t>
      <section anchor="on-path-attackers-and-impersonation">
        <name>On-Path Attackers and Impersonation</name>
        <t>In most EAP use-cases, the server identity is validated (usually
through a certificate), or the EAP method allows the TLS tunnel to be
cryptographically bound to the inner application data.  For the
methods outlined here, the use of public credentials, and/or skipping
server validation allows "on-path" attacks to succeed where they would
normally fail</t>
        <t>EAP peers and servers MUST assume that all data sent over an EAP
session is visible to attackers, and can be modified by them.</t>
        <t>The methods defined here SHOULD only be used to bootstrap initial
network access.  All subsequent application-layer traffic SHOULD be
full authenticated and secured with systems such as IPsec or TLS.</t>
      </section>
      <section anchor="provisioning-is-unauthenticated">
        <name>Provisioning is Unauthenticated</name>
        <t>We note that this specification allows for unauthenticated supplicants
to obtain network access, however limited.  As with any
unauthenticated process, it can be abused.  Implementations should
take care to limit the use of the provisioning network.</t>
      </section>
      <section anchor="privacy-considerations-1">
        <name>Privacy Considerations</name>
        <t>The NAIs used here are contained in a public registry, and therefore
do not have to follow the username privacy recommendations of
<xref section="2.4" sectionFormat="comma" target="RFC7542"/>.  However, there may be other personally
identifying information contained in EAP or AAA packets.  This
situation is no different from normal EAP authentication, and thus
has no additional positive or negative implications for privacy.</t>
      </section>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>Mohit Sethi provided valuable insight that using subdomains was better
and more informative than the original method, which used only the
utf8-username portion of the NAI.</t>
    </section>
    <section anchor="changelog">
      <name>Changelog</name>
      <ul spacing="normal">
        <li>
          <t>00 - initial version</t>
        </li>
      </ul>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC1034">
          <front>
            <title>Domain names - concepts and facilities</title>
            <author fullname="P. Mockapetris" initials="P." surname="Mockapetris"/>
            <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="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="RFC3748">
          <front>
            <title>Extensible Authentication Protocol (EAP)</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="L. Blunk" initials="L." surname="Blunk"/>
            <author fullname="J. Vollbrecht" initials="J." surname="Vollbrecht"/>
            <author fullname="J. Carlson" initials="J." surname="Carlson"/>
            <author fullname="H. Levkowetz" initials="H." role="editor" surname="Levkowetz"/>
            <date month="June" year="2004"/>
            <abstract>
              <t>This document defines the Extensible Authentication Protocol (EAP), an authentication framework which supports multiple authentication methods. EAP typically runs directly over data link layers such as Point-to-Point Protocol (PPP) or IEEE 802, without requiring IP. EAP provides its own support for duplicate elimination and retransmission, but is reliant on lower layer ordering guarantees. Fragmentation is not supported within EAP itself; however, individual EAP methods may support this. This document obsoletes RFC 2284. A summary of the changes between this document and RFC 2284 is available in Appendix A. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3748"/>
          <seriesInfo name="DOI" value="10.17487/RFC3748"/>
        </reference>
        <reference anchor="RFC5216">
          <front>
            <title>The EAP-TLS Authentication Protocol</title>
            <author fullname="D. Simon" initials="D." surname="Simon"/>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="R. Hurst" initials="R." surname="Hurst"/>
            <date month="March" year="2008"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, provides support for multiple authentication methods. Transport Layer Security (TLS) provides for mutual authentication, integrity-protected ciphersuite negotiation, and key exchange between two endpoints. This document defines EAP-TLS, which includes support for certificate-based mutual authentication and key derivation.</t>
              <t>This document obsoletes RFC 2716. A summary of the changes between this document and RFC 2716 is available in Appendix A. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5216"/>
          <seriesInfo name="DOI" value="10.17487/RFC5216"/>
        </reference>
        <reference anchor="RFC7542">
          <front>
            <title>The Network Access Identifier</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>In order to provide inter-domain authentication services, it is necessary to have a standardized method that domains can use to identify each other's users. This document defines the syntax for the Network Access Identifier (NAI), the user identifier submitted by the client prior to accessing resources. This document is a revised version of RFC 4282. It addresses issues with international character sets and makes a number of other corrections to RFC 4282.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7542"/>
          <seriesInfo name="DOI" value="10.17487/RFC7542"/>
        </reference>
        <reference anchor="RFC8126">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="M. Cotton" initials="M." surname="Cotton"/>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <date month="June" year="2017"/>
            <abstract>
              <t>Many protocols make use of points of extensibility that use constants to identify various protocol parameters. To ensure that the values in these fields do not have conflicting uses and to promote interoperability, their allocations are often coordinated by a central record keeper. For IETF protocols, that role is filled by the Internet Assigned Numbers Authority (IANA).</t>
              <t>To make assignments in a given registry prudently, guidance describing the conditions under which new values should be assigned, as well as when and how modifications to existing values can be made, is needed. This document defines a framework for the documentation of these guidelines by specification authors, in order to assure that the provided guidance for the IANA Considerations is clear and addresses the various issues that are likely in the operation of a registry.</t>
              <t>This is the third edition of this document; it obsoletes RFC 5226.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="26"/>
          <seriesInfo name="RFC" value="8126"/>
          <seriesInfo name="DOI" value="10.17487/RFC8126"/>
        </reference>
        <reference anchor="RFC9140">
          <front>
            <title>Nimble Out-of-Band Authentication for EAP (EAP-NOOB)</title>
            <author fullname="T. Aura" initials="T." surname="Aura"/>
            <author fullname="M. Sethi" initials="M." surname="Sethi"/>
            <author fullname="A. Peltonen" initials="A." surname="Peltonen"/>
            <date month="December" year="2021"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP) provides support for multiple authentication methods. This document defines the EAP-NOOB authentication method for nimble out-of-band (OOB) authentication and key derivation. The EAP method is intended for bootstrapping all kinds of Internet-of-Things (IoT) devices that have no preconfigured authentication credentials. The method makes use of a user-assisted, one-directional, out-of-band (OOB) message between the peer device and authentication server to authenticate the in-band key exchange. The device must have a nonnetwork input or output interface, such as a display, microphone, speaker, or blinking light, that can send or receive dynamically generated messages of tens of bytes in length.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9140"/>
          <seriesInfo name="DOI" value="10.17487/RFC9140"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="HOTSPOT" target="https://www.wi-fi.org/discover-wi-fi/passpoint">
          <front>
            <title>Passpoint</title>
            <author initials="W.-F." surname="Alliance" fullname="Wi-Fi Alliance">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC2865">
          <front>
            <title>Remote Authentication Dial In User Service (RADIUS)</title>
            <author fullname="C. Rigney" initials="C." surname="Rigney"/>
            <author fullname="S. Willens" initials="S." surname="Willens"/>
            <author fullname="A. Rubens" initials="A." surname="Rubens"/>
            <author fullname="W. Simpson" initials="W." surname="Simpson"/>
            <date month="June" year="2000"/>
            <abstract>
              <t>This document describes a protocol for carrying authentication, authorization, and configuration information between a Network Access Server which desires to authenticate its links and a shared Authentication Server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2865"/>
          <seriesInfo name="DOI" value="10.17487/RFC2865"/>
        </reference>
        <reference anchor="RFC7170">
          <front>
            <title>Tunnel Extensible Authentication Protocol (TEAP) Version 1</title>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <author fullname="N. Cam-Winget" initials="N." surname="Cam-Winget"/>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="S. Hanna" initials="S." surname="Hanna"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>This document defines the Tunnel Extensible Authentication Protocol (TEAP) version 1. TEAP is a tunnel-based EAP method that enables secure communication between a peer and a server by using the Transport Layer Security (TLS) protocol to establish a mutually authenticated tunnel. Within the tunnel, TLV objects are used to convey authentication-related data between the EAP peer and the EAP server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7170"/>
          <seriesInfo name="DOI" value="10.17487/RFC7170"/>
        </reference>
        <reference anchor="RFC8952">
          <front>
            <title>Captive Portal Architecture</title>
            <author fullname="K. Larose" initials="K." surname="Larose"/>
            <author fullname="D. Dolson" initials="D." surname="Dolson"/>
            <author fullname="H. Liu" initials="H." surname="Liu"/>
            <date month="November" year="2020"/>
            <abstract>
              <t>This document describes a captive portal architecture. Network provisioning protocols such as DHCP or Router Advertisements (RAs), an optional signaling protocol, and an HTTP API are used to provide the solution.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8952"/>
          <seriesInfo name="DOI" value="10.17487/RFC8952"/>
        </reference>
        <reference anchor="RFC9190">
          <front>
            <title>EAP-TLS 1.3: Using the Extensible Authentication Protocol with TLS 1.3</title>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="M. Sethi" initials="M." surname="Sethi"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, provides a standard mechanism for support of multiple authentication methods. This document specifies the use of EAP-TLS with TLS 1.3 while remaining backwards compatible with existing implementations of EAP-TLS. TLS 1.3 provides significantly improved security and privacy, and reduced latency when compared to earlier versions of TLS. EAP-TLS with TLS 1.3 (EAP-TLS 1.3) further improves security and privacy by always providing forward secrecy, never disclosing the peer identity, and by mandating use of revocation checking when compared to EAP-TLS with earlier versions of TLS. This document also provides guidance on authentication, authorization, and resumption for EAP-TLS in general (regardless of the underlying TLS version used). This document updates RFC 5216.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9190"/>
          <seriesInfo name="DOI" value="10.17487/RFC9190"/>
        </reference>
        <reference anchor="RFC7585">
          <front>
            <title>Dynamic Peer Discovery for RADIUS/TLS and RADIUS/DTLS Based on the Network Access Identifier (NAI)</title>
            <author fullname="S. Winter" initials="S." surname="Winter"/>
            <author fullname="M. McCauley" initials="M." surname="McCauley"/>
            <date month="October" year="2015"/>
            <abstract>
              <t>This document specifies a means to find authoritative RADIUS servers for a given realm. It is used in conjunction with either RADIUS over Transport Layer Security (RADIUS/TLS) or RADIUS over Datagram Transport Layer Security (RADIUS/DTLS).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7585"/>
          <seriesInfo name="DOI" value="10.17487/RFC7585"/>
        </reference>
        <reference anchor="RFC7030">
          <front>
            <title>Enrollment over Secure Transport</title>
            <author fullname="M. Pritikin" initials="M." role="editor" surname="Pritikin"/>
            <author fullname="P. Yee" initials="P." role="editor" surname="Yee"/>
            <author fullname="D. Harkins" initials="D." role="editor" surname="Harkins"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>This document profiles certificate enrollment for clients using Certificate Management over CMS (CMC) messages over a secure transport. This profile, called Enrollment over Secure Transport (EST), describes a simple, yet functional, certificate management protocol targeting Public Key Infrastructure (PKI) clients that need to acquire client certificates and associated Certification Authority (CA) certificates. It also supports client-generated public/private key pairs as well as key pairs generated by the CA.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7030"/>
          <seriesInfo name="DOI" value="10.17487/RFC7030"/>
        </reference>
        <reference anchor="RFC8555">
          <front>
            <title>Automatic Certificate Management Environment (ACME)</title>
            <author fullname="R. Barnes" initials="R." surname="Barnes"/>
            <author fullname="J. Hoffman-Andrews" initials="J." surname="Hoffman-Andrews"/>
            <author fullname="D. McCarney" initials="D." surname="McCarney"/>
            <author fullname="J. Kasten" initials="J." surname="Kasten"/>
            <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="RFC5931">
          <front>
            <title>Extensible Authentication Protocol (EAP) Authentication Using Only a Password</title>
            <author fullname="D. Harkins" initials="D." surname="Harkins"/>
            <author fullname="G. Zorn" initials="G." surname="Zorn"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>This memo describes an Extensible Authentication Protocol (EAP) method, EAP-pwd, which uses a shared password for authentication. The password may be a low-entropy one and may be drawn from some set of possible passwords, like a dictionary, which is available to an attacker. The underlying key exchange is resistant to active attack, passive attack, and dictionary attack. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5931"/>
          <seriesInfo name="DOI" value="10.17487/RFC5931"/>
        </reference>
        <reference anchor="RFC6761">
          <front>
            <title>Special-Use Domain Names</title>
            <author fullname="S. Cheshire" initials="S." surname="Cheshire"/>
            <author fullname="M. Krochmal" initials="M." surname="Krochmal"/>
            <date month="February" year="2013"/>
            <abstract>
              <t>This document describes what it means to say that a Domain Name (DNS name) is reserved for special use, when reserving such a name is appropriate, and the procedure for doing so. It establishes an IANA registry for such domain names, and seeds it with entries for some of the already established special domain names.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6761"/>
          <seriesInfo name="DOI" value="10.17487/RFC6761"/>
        </reference>
        <reference anchor="I-D.ietf-radext-deprecating-radius">
          <front>
            <title>Deprecating Insecure Practices in RADIUS</title>
            <author fullname="Alan DeKok" initials="A." surname="DeKok">
              <organization>InkBridge Networks</organization>
            </author>
            <date day="26" month="November" year="2024"/>
            <abstract>
              <t>   RADIUS crypto-agility was first mandated as future work by RFC 6421.
   The outcome of that work was the publication of RADIUS over TLS (RFC
   6614) and RADIUS over DTLS (RFC 7360) as experimental documents.
   Those transport protocols have been in wide-spread use for many years
   in a wide range of networks.  They have proven their utility as
   replacements for the previous UDP (RFC 2865) and TCP (RFC 6613)
   transports.  With that knowledge, the continued use of insecure
   transports for RADIUS has serious and negative implications for
   privacy and security.

   The recent publication of the "BlastRADIUS" exploit has also shown
   that RADIUS security needs to be updated.  It is no longer acceptable
   for RADIUS to rely on MD5 for security.  It is no longer acceptable
   to send device or location information in clear text across the wider
   Internet.  This document therefore deprecates many insecure practices
   in RADIUS, and mandates support for secure TLS-based transport
   layers.  We also discuss related security issues with RADIUS, and
   give recommendations for practices which increase both security and
   privacy.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-radext-deprecating-radius-05"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAJKOdmcAA61965LjRnLu/3oKmPpxuk+Q1Fx1mXBoRc30SB3STPdO91jr
c3zCAZJFNjwgQANgU1yF3uU8i5/M+eWlUAWyW+OwN2JDPSRYl6yszC+vmEwm
riu60r/Kbu985vPtNG+2ebasN3lRZXm1zC5m19m2qe+Ltqirolq7fD5v/P2r
8LBb1osq39AQyyZfdZPCd6uJ3+wm9MAED0yevHS77TLvfPsq+/bpiyfOtR0N
/a95WVf0s67ZeVdsG/6r7Z49efLtk2cub3z+KrusOt9UvnP79avs4t3H7Ne6
+USryH5s6t3Wfdr3j0zeYHq3yLtXWdstXbubb4oWq749bGmay4vbt85ti1cZ
/e+LbJFX2a71Wd40+SE7K1ZZXpbZwbfnWd1kd3l7l935xrss6+rFK3xBf7Z1
0zV+1b7iIZZ+le/KrqUn7PvDRr7GP12+6+7q5pVzk6yo6MPZNHvjf64/0YNC
sFlJi7CP6maNzXz6oSmWa5+9992e9opRPR1G+YrWR0T7vqg+zfmJSh+YLuqN
c1XdbPKuuPev6Acf3r5++uT5C/3zm6df25/Pv37xjf758tnTr/TPr1++eBae
fWaf4qRo7UW1iof+6er25vrqFn/S/5R3Rtd5227roupG8rntPJP/yW5/LSZv
C9pzWeTVwst3MnZ48PZvt6+yu67btq++/HK/30/3xWRVTIk0Xy6LdlHf+2bC
H325tRllsc+++eql7ebp109sN9++fBZ28y12c++rHe9jDf5hlqJ/CH2JZ7vv
wb2YD48U3d1u/ipbNd43+bLYtV8aS0/pOzrWySTL523X5Av61+1d0dLFWew2
vurAG0XliTVOXas2y7M9cR3tPrv4rfNVW8xLn82IavTbgliYuDa7bmpivbrM
zugOnmdbWgVYzbXFuspLMB3uZuube/7iLu8w2yHbF8S79G097zBbWWyKzi/H
uM1uV+X9JPhQuSjLFwvfttNM7jtPpfPs74rFXUaXbpnVK30uo602/t93ReOX
2X2RZwvf8GTbxk9k68usWGKeVYGxZBDcNxBEeTubyWCX4cHs7P3s8ly5AtPR
yWVgT1rYLOtyUKleuXhkyKiNzyGaeFk6+1inLKpFuVvSQdAvmoL+C5pjVLD3
VM5wUyyXpXfuC8iSpl7uFqC/c5dVtqnbDstux0yY33/XS/THH7b/nvKBdCQ9
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

-->

</rfc>
