<?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.4 (Ruby 2.6.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-emu-rfc7170bis-17" category="std" consensus="true" submissionType="IETF" obsoletes="7170" updates="9427" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.13.0 -->
  <front>
    <title abbrev="TEAP">Tunnel Extensible Authentication Protocol (TEAP) Version 1</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-emu-rfc7170bis-17"/>
    <author initials="A." surname="DeKok (Ed)" fullname="Alan DeKok">
      <organization/>
      <address>
        <email>aland@freeradius.org</email>
      </address>
    </author>
    <date year="2024" month="May" day="21"/>
    <area>Internet</area>
    <workgroup>EMU working group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 120?>

<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.  This document obsoletes RFC 7170 and updates RFC 9427.</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-rfc7170bis/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        EMU Working Group mailing list (<eref target="mailto:emu@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/emu/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/emu/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/emu-wg/rfc7170bis.git"/>.</t>
    </note>
  </front>
  <middle>
    <?line 130?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>A tunnel-based Extensible Authentication Protocol (EAP) method is an
EAP method that establishes a secure tunnel and executes other EAP
methods under the protection of that secure tunnel.  A tunnel-based
EAP method can be used in any lower-layer protocol that supports EAP
authentication.  There are several existing tunnel-based EAP methods
that use Transport Layer Security (TLS) <xref target="RFC8446"/> to establish the
secure tunnel.  EAP methods supporting this include Protected EAP
(PEAP) <xref target="PEAP"/>, EAP Tunneled Transport Layer Security (EAP-TTLS)
<xref target="RFC5281"/>, and EAP Flexible Authentication via Secure Tunneling
(EAP-FAST) <xref target="RFC4851"/>.  However, they all are either vendor-specific or
informational, and the industry calls for a Standards Track
tunnel-based EAP method.  <xref target="RFC6678"/> outlines the list of requirements for a
standard tunnel-based EAP method.</t>
      <t>This document describes the Tunnel Extensible Authentication Protocol
(TEAP) version 1, which is based on EAP-FAST <xref target="RFC4851"/>.  The changes from EAP-FAST to TEAP are largely minor, in order
to meet the requirements outlined in <xref target="RFC6678"/> for a standard
tunnel-based EAP method.</t>
      <t>This specification describes TEAPv1, and defines cryptographic
derivations for use with TLS 1.2.  When TLS 1.3 is used, the
definitions of cryptographic derivations in <xref target="RFC9427"/> MUST be used
instead of the ones given here.</t>
      <t>Note that while it is technically possible to use TEAPv1 with TLS 1.0
and TLS 1.1, those protocols have been deprecated in <xref target="RFC8996"/>.  As
such, the definitions given here are only applicable for TLS 1.2, and
for TLS 1.3.</t>
      <section anchor="specification-requirements">
        <name>Specification Requirements</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 [RFC2119] [RFC8174] when, and only when, they
appear in all capitals, as shown here.</t>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>Much of the terminology in this document comes from <xref target="RFC3748"/>.
Additional terms are defined below:</t>
        <t>Type-Length-Value (TLV)</t>
        <ul empty="true">
          <li>
            <t>The TEAP protocol utilizes objects in TLV format.  The TLV format
is defined in <xref target="teap-tlv-format"/>.</t>
          </li>
        </ul>
        <t>Inner Method</t>
        <ul empty="true">
          <li>
            <t>An authentication method which is sent as application data inside
of a TLS exchange which is carried over TEAP.  The inner method
can be an EAP authentication method, a username / password
authentication, or a vendor-specific authentication method.  Where the
TLS connection is authenticated, the inner method could also be
a PKCS exchange.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="protocol-overview">
      <name>Protocol Overview</name>
      <t>TEAP authentication occurs in two phases after the initial EAP
Identity request/response exchange.  In the first phase, TEAP employs
the TLS <xref target="RFC8446"/> handshake to provide an authenticated key exchange
and to establish a protected tunnel.  Once the tunnel is established,
the second phase begins with the peer and server engaging in further
conversations to establish the required authentication and
authorization policies.  TEAP makes use of TLV objects to carry out
the inner authentication, results, and other information, such as
channel-binding information.</t>
      <t>As discussed in <xref target="RFC9190"/> Section 2.1.7 and <xref target="RFC9427"/> Section 3.1,
the outer EAP Identity SHOULD be an anonymous NAI Network Access
Identifier (NAI) as descrived in <xref section="2.4" sectionFormat="comma" target="RFC7542"/>.  While <xref target="RFC3748"/> Section 5.1 places no
limits on the contents of the Identity field, <xref target="RFC7542"/> Section 2.6
states that Identities which do not follow the NAI format cannot be
transported in an Authentication, Authorization, and Accounting (AAA)
proxy network.  As such, Identities in non-NAI form are likely to not
work outside of limited and local networks.</t>
      <t>Any inner identities (EAP or otherwise) SHOULD also
follow the recommendations of <xref target="RFC9427"/> Section
3.1.</t>
      <t><xref target="RFC7170"/> defined a Protected Access Credential (PAC) to mirror
EAP-FAST <xref target="RFC4851"/>.  However, implementation experience and analysis
determined that the PAC was not necessary.  Instead, TEAP performs
session resumption using the NewSessionTicket message as defined in
<xref target="RFC9190"/> Section 2.1.2 and Section 2.1.3.  As such, the PAC has
been deprecated.</t>
      <t>The TEAP conversation is used to establish or resume an existing
session to typically establish network connectivity between a peer
and the network.  Upon successful execution of TEAP, the EAP peer and
EAP server both derive strong session key material (Master Session Key <xref target="RFC3748"/>) that can then be
communicated to the network access server (NAS) for use in
establishing a link-layer security association.</t>
      <section anchor="architectural-model">
        <name>Architectural Model</name>
        <t>The network architectural model for TEAP usage is shown below:</t>
        <figure>
          <name>TEAP Architectural Model</name>
          <artwork><![CDATA[
 +----------+      +----------+      +----------+      +----------+
 |          |      |          |      |          |      |  Inner   |
 |   Peer   |<---->|  Authen- |<---->|   TEAP   |<---->|  Method  |
 |          |      |  ticator |      |  server  |      |  server  |
 |          |      |          |      |          |      |          |
 +----------+      +----------+      +----------+      +----------+
]]></artwork>
        </figure>
        <t>The Peer and Authenticator are defined in Section 1.2 of <xref target="RFC3748"/>.
The TEAP server is the "backend authentication server" defined in
Section 1.2 of <xref target="RFC3748"/>.  The "Inner Method server" is usually part of the
TEAP server, and handles the application data (inner methods, EAP, passwords, etc.)
inside of the TLS tunnel.</t>
        <t>The entities depicted above are logical entities and may or may not
correspond to separate network components.  For example, the TEAP
server and Inner Method server might be a single entity; the
authenticator and TEAP server might be a single entity; or the
functions of the authenticator, TEAP server, and Inner Method server
might be combined into a single physical device.  For example,
typical IEEE 802.11 deployments place the authenticator in an access
point (AP) while a RADIUS server may provide the TEAP and inner
method server components.  The above diagram illustrates the division
of labor among entities in a general manner and shows how a
distributed system might be constructed; however, actual systems
might be realized more simply.  The security considerations in
<xref target="separation-p1-p2"/> provide an additional discussion of the implications of
separating the TEAP server from the Inner Method server.</t>
      </section>
      <section anchor="protocol-layering-model">
        <name>Protocol-Layering Model</name>
        <t>TEAP packets are encapsulated within EAP; EAP in turn requires a
transport protocol.  TEAP packets encapsulate TLS, which is then used
to encapsulate user authentication information.  Thus, TEAP messaging
can be described using a layered model, where each layer encapsulates
the layer above it.  The following diagram clarifies the relationship
between protocols:</t>
        <figure>
          <name>Protocol-Layering Model</name>
          <artwork><![CDATA[
 +------------------------------------------+
 | Inner EAP Method | Other TLV information |
 |------------------------------------------|
 |         TLV Encapsulation (TLVs)         |
 |------------------------------------------+---------------------+
 |                      TLS                 | Optional Outer TLVs |
 |----------------------------------------------------------------|
 |                            TEAP                                |
 |----------------------------------------------------------------|
 |                            EAP                                 |
 |----------------------------------------------------------------|
 |     Carrier Protocol (EAP over LAN, RADIUS, Diameter, etc.)    |
 +----------------------------------------------------------------+
]]></artwork>
        </figure>
        <t>The TLV layer is a payload with TLV objects as defined in
<xref target="teap-tlv-format"/>.  The TLV objects are used to carry arbitrary parameters
between an EAP peer and an EAP server.  All data exchanges in the TEAP
protected tunnel are encapsulated in a TLV layer.</t>
        <t>Methods for encapsulating EAP within carrier protocols are already
defined.  For example, IEEE 802.1X <xref target="IEEE.802-1X.2020"/> may be used to
transport EAP between the peer and the authenticator; RADIUS
<xref target="RFC3579"/> or Diameter <xref target="RFC4072"/> may be used to transport EAP between
the authenticator and the EAP server.</t>
      </section>
      <section anchor="outer-tlvs-versus-inner-tlvs">
        <name>Outer TLVs versus Inner TLVs</name>
        <t>TEAP packets may include TLVs both inside and outside the TLS tunnel
defined as follows:</t>
        <t>Outer TLVs</t>
        <ul empty="true">
          <li>
            <t>This term is used to refer to optional TLVs outside the
TLS tunnel, which are only allowed in the first two messages in the
TEAP protocol.  That is the first EAP-server-to-peer message and
first peer-to-EAP-server message.  If the message is fragmented, the
whole set of fragments is counted as one message.</t>
          </li>
        </ul>
        <t>Inner TLVs</t>
        <ul empty="true">
          <li>
            <t>This term is used to refer to TLVs sent within the TLS tunnel.  In TEAP
Phase 1, Outer TLVs are used to help establish the TLS tunnel, but no
Inner TLVs are used.  In Phase 2 of TEAP, TLS
records may encapsulate zero or more Inner TLVs, but no Outer TLVs are used.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="teap-protocol">
      <name>TEAP Protocol</name>
      <t>The operation of the protocol, including Phase 1 and Phase 2, is the
topic of this section.  The format of TEAP messages is given in
<xref target="message-formats"/>, and the cryptographic calculations are given in <xref target="cryptographic-calculations"/>.</t>
      <section anchor="version-negotiation">
        <name>Version Negotiation</name>
        <t>TEAP packets contain a 3-bit Version field, following the TLS Flags
field, which enables future TEAP implementations to be backward
compatible with previous versions of the protocol.  This
specification documents the TEAP version 1 protocol; implementations
of this specification MUST use a Version field set to 1.</t>
        <t>Version negotiation proceeds as follows:</t>
        <ol spacing="normal" type="1"><li>In the first EAP-Request sent with EAP type=TEAP, the EAP server
MUST set the Version field to the highest version it supports.</li>
          <li>If the EAP peer supports this version of the protocol, it responds
with an EAP-Response of EAP type=TEAP, including the version number
proposed by the TEAP server.</li>
          <li>If the TEAP peer does not support the proposed version but supports
a lower version, it responds with an EAP-Response of EAP type=TEAP and
sets the Version field to its highest supported version.</li>
          <li>If the TEAP peer only supports versions higher than the version
proposed by the TEAP server, then use of TEAP will not be possible.
In this case, the TEAP peer sends back an EAP-Nak either to negotiate
a different EAP type or to indicate no other EAP types are available.</li>
          <li>If the TEAP server does not support the version number proposed by
the TEAP peer, it MUST either terminate the conversation with an EAP
Failure or negotiate a new EAP type.</li>
          <li>If the TEAP server does support the version proposed by the TEAP
peer, then the conversation continues using the version proposed by
the TEAP peer.</li>
        </ol>
        <t>The version negotiation procedure guarantees that the TEAP peer and
server will agree to the latest version supported by both parties.
If version negotiation fails, then use of TEAP will not be possible,
and another mutually acceptable EAP method will need to be negotiated
if authentication is to proceed.</t>
        <t>The TEAP version is not protected by TLS and hence can be modified in
transit.  In order to detect a bid-down attack on the TEAP version, the
peers MUST exchange the TEAP version number received during version
negotiation using the Crypto-Binding TLV described in <xref target="crypto-binding-tlv"/>.
The receiver of the Crypto-Binding TLV MUST verify that the version
received in the Crypto-Binding TLV matches the version sent by the
receiver in the TEAP version negotiation.</t>
        <t>Intermediate results are signaled via the Intermediate-Result TLV.
However, the Crypto-Binding TLV MUST be validated before any
Intermediate-Result TLV or Result TLV is examined.  If the
Crypto-Binding TLV fails to be validated for any reason, then it is a
fatal error and is handled as described in <xref target="phase-2-errors"/>.</t>
        <t>The true success or failure of TEAP is conveyed by the Result TLV,
with value Success or Failure.  However, as EAP terminates with either
a cleartext EAP Success or Failure, a peer will also receive a
cleartext EAP Success or Failure.  The received cleartext EAP Success
or Failure MUST match that received in the Result TLV; the peer SHOULD
silently discard those cleartext EAP Success or Failure messages which
do not coincide with the status sent in the protected Result TLV.</t>
      </section>
      <section anchor="phase1">
        <name>TEAP Authentication Phase 1: Tunnel Establishment</name>
        <t>TEAP relies on the TLS handshake <xref target="RFC8446"/> to establish an
authenticated and protected tunnel.  The TLS version offered by the
peer and server MUST be TLS version 1.2 <xref target="RFC5246"/> or later.  This
version of the TEAP implementation MUST support the following TLS
cipher suites:</t>
        <ul spacing="normal">
          <li>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</li>
          <li>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</li>
        </ul>
        <t>Other cipher suites MAY be supported.  Implementations MUST implement
the recommended cipher suites in <xref target="RFC9325"/> Section 4.2 for TLS 1.2,
and in <xref target="RFC9325"/> Section 4.3 for TLS 1.3.</t>
        <t>It is REQUIRED that anonymous
cipher suites such as TLS_DH_anon_WITH_AES_128_CBC_SHA <xref target="RFC5246"/> only
be used in the case when the inner method provides
mutual authentication, key generation, and resistance to on-path
and dictionary attacks.  TLS cipher suites that do not provide
confidentiality MUST NOT be used.  During the TEAP Phase 1, the TEAP endpoints MAY negotiate TLS compression.
During TLS tunnel establishment, TLS extensions MAY be used.  For
instance, the Certificate Status Request extension <xref target="RFC6066"/> and the
Multiple Certificate Status Request extension <xref target="RFC6961"/> can be used
to leverage a certificate-status protocol such as Online Certificate
Status Protocol (OCSP) <xref target="RFC6960"/> to check the validity of server
certificates.  TLS renegotiation indications defined in RFC 5746
<xref target="RFC5746"/> MUST be supported.</t>
        <t>Use of TLS-PSK is NOT RECOMMENDED.  TEAP has not been designed to work
with TLS-PSK, and no use-cases, security analyses, or implementations
have been done.  TLS-PSK may work (or not) with TEAP, depending on the
status of a particular implementation, and it is therefore not useful to
deploy it.</t>
        <t>The EAP server initiates the TEAP conversation with an EAP request
containing a TEAP/Start packet.  This packet includes a set Start (S)
bit, the TEAP version as specified in <xref target="version-negotiation"/>, and an authority
identity TLV.  The TLS payload in the initial packet is empty.  The
authority identity TLV (Authority-ID TLV) is used to provide the peer
a hint of the server's identity that may be useful in helping the
peer select the appropriate credential to use.  Assuming that the
peer supports TEAP, the conversation continues with the peer sending
an EAP-Response packet with EAP type of TEAP with the Start (S) bit
clear and the version as specified in <xref target="version-negotiation"/>.  This message
encapsulates one or more TLS handshake messages.  If the TEAP version
negotiation is successful, then the TEAP conversation continues until
the EAP server and EAP peer are ready to enter Phase 2.  When the
full TLS handshake is performed, then the first payload of TEAP Phase
2 MAY be sent along with a server-finished handshake message to
reduce the number of round trips.</t>
        <t>TEAP implementations MUST support mutual peer authentication during
tunnel establishment using the TLS cipher suites specified in this
section.  The TEAP peer does not need to authenticate as part of the
TLS exchange but can alternatively be authenticated through
additional exchanges carried out in Phase 2.</t>
        <t>The TEAP tunnel protects peer identity information exchanged during
Phase 2 from disclosure outside the tunnel.  Implementations that
wish to provide identity privacy for the peer identity need to
carefully consider what information is disclosed outside the tunnel
prior to Phase 2.  TEAP implementations SHOULD support the immediate
renegotiation of a TLS session to initiate a new handshake message
exchange under the protection of the current cipher suite.  This
allows support for protection of the peer's identity when using TLS
client authentication.  An example of the exchanges using TLS
renegotiation to protect privacy is shown in Appendix C.</t>
      </section>
      <section anchor="server-certificate-requirements">
        <name>Server Certificate Requirements</name>
        <t>Server Certificates MUST include a subjectAltName extension, with the dnsName attribute containing an FQDN string.  Server certificates MAY also include a SubjectDN containing a single element, "CN=" containing the FQDN of the server.  However, this use of  SubjectDN is deprecated for TEAP, and is forbidden in <xref target="RFC9525"/> Section 2.</t>
        <t>The KeyUsage extension MAY be included, but are not required.</t>
        <t>The ExtendedKeyUsage extensions defined in <xref target="RFC5280"/> MAY also be included, but their use is discouraged.  Systems SHOULD use a private Certification Authority (CA) for EAP in preference to public CAs.  The most commonly used public CAs are focussed on the web, and those certificates are not always suitable for use with EAP.  In contrast, private CAs can be designed for any purposes, and can be restricted to an enterprise or an other organization.</t>
      </section>
      <section anchor="server-certificate-validation">
        <name>Server Certificate Validation</name>
        <t>As part of the TLS negotiation, the server usually presents a
certificate to the peer.  In most cases the certificate needs to be
validated, but there are a number of situations where the EAP peer
need not do certificate validation:</t>
        <ul spacing="normal">
          <li>when the peer has the Server's End Entity (EE) certificate pinned or loaded directly into it's trusted anchor information <xref target="RFC4949"/>;</li>
          <li>when the peer is requesting server unauthenticated provisioning;</li>
          <li>when the peer is certain that it will be using an authenticated inner method.</li>
        </ul>
        <t>In some cases such as onboarding (or "bootstrapping"), the certificate
validation may be delayed.  However, once the onboarding has taken
place, the validation steps described below MUST still be performed.</t>
        <t>In all other cases, the EAP peer MUST validate the server certificate.  This
validation is done in the same manner as is done for EAP-TLS, which is
discussed in <xref target="RFC9190"/> Section 5.3 and in <xref target="RFC5216"/> Section 5.3.
Further guidance on server identity validation can be found in
<xref target="RFC9525"/> Section 6..</t>
        <t>Where the EAP peer has an NAI, EAP peers MUST use the realm to perform
the DNS-ID validation as per <xref target="RFC9525"/> Section 6,
The realm is used both to construct the list of reference identifiers
as defined in <xref target="RFC9525"/> Section 6.2.1, and as the
"source domain" field of that same section.</t>
        <t>When performing server certificate validation, implementations MUST
also support the rules in <xref target="RFC5280"/> for validating certificates
against a known trust anchor.  In addition, implementations MUST
support matching the realm portion of the peer's NAI against a
SubjectAltName of type dnsName within the server certificate.
However, in certain deployments, this comparison might not be
appropriate or enabled.</t>
        <t>In most situations, the EAP peer will have no network access during
the authentication process.  It will therefore have no way of correlating
the server identity given in the certificate presented by the EAP
server with a hostname, as is done with other protocols such as HTTPS.
Therefore, if the EAP peer has no preconfigured trust anchor, it will
have few, if any ways of validating the servers certificate.</t>
        <section anchor="client-certs-phase1">
          <name>Client Certificates sent during Phase 1</name>
          <t>Note that since TLS client certificates are sent in the clear with TLS 1.2, if
identity protection is required, then it is possible for the TLS
authentication to be renegotiated after the first server
authentication.  To accomplish this, the server will typically not
request a certificate in the server_hello; then, after the
server_finished message is sent and before TEAP Phase 2, the server
MAY send a TLS hello_request.  This allows the peer to perform client
authentication by sending a client_hello if it wants to or send a
no_renegotiation alert to the server indicating that it wants to
continue with TEAP Phase 2 instead.  Assuming that the peer permits
renegotiation by sending a client_hello, then the server will respond
with server_hello, certificate, and certificate_request messages.
The peer replies with certificate, client_key_exchange, and
certificate_verify messages.  Since this renegotiation occurs within
the encrypted TLS channel, it does not reveal client certificate
details.  It is possible to perform certificate authentication using
EAP (for example, EAP-TLS) within the TLS session in TEAP
Phase 2 instead of using TLS handshake renegotiation.</t>
          <t>When TLS 1.3 or later is used, it is RECOMMENDED that client
certificates are sent in Phase 1, instead of via Phase 2 and EAP-TLS.
Doing so will reduce the number of round trips.  Further discussion of
this issue is given below in <xref target="inner-method-limitations"/></t>
        </section>
      </section>
      <section anchor="resumption">
        <name>Resumption</name>
        <t>For resumption, <xref target="RFC9190"/> Section 5.7 discusses EAP-TLS resumption
for all versions of TLS, and is incorporated herein by reference.
<xref target="RFC9427"/> Section 4 is also incorporated by reference, as it
provides generic discussion of resumption for TLS-based EAP methods
when TLS 1.3 is used.</t>
        <t>This document only describes TEAP issues when resumption is used for
TLS versions of 1.2 and earlier.  It also describes resumption issues
which are specific to TEAP for TLS 1.3.</t>
        <t>If the server agrees to resume the session, Phase 2 is bypassed
entirely.  If the server does not agree to resume the session, then
the server rejects the resumption as per <xref target="RFC9190"/> Section 5.7.  It
then continues with a full handshake.  After the full TLS handshake
has completed, both EAP server and peer MUST proceed with Phase 2.</t>
        <t>All TEAP implementations MUST support resumption.  Using resumption
can significantly improve the scalability and stability of
authentication systems.  For example, some environments such as
universities may have users re-authenticating multiple times a day, if
not hourly.  Failure to implement resumption would increase the load
on the user database by orders of magnitude, leading to unnecessary
cost.</t>
        <t>The following sections describe how a TEAP session can be resumed
based on server-side or client-side state.</t>
        <section anchor="resume-server-state">
          <name>TLS Session Resumption Using Server State</name>
          <t>TEAP session resumption is achieved in the same manner TLS achieves
session resumption.  To support session resumption, the server and peer
cache the Session ID, master secret, and cipher suite.  The
peer attempts to resume a session by including a valid Session ID
from a previous TLS handshake in its ClientHello message.  If the
server finds a match for the Session ID and is willing to establish a
new connection using the specified session state, the server will
respond with the same Session ID and proceed with the TEAP Phase 1
tunnel establishment based on a TLS abbreviated handshake.</t>
        </section>
        <section anchor="tls-session-resumption-using-client-state">
          <name>TLS Session Resumption Using Client State</name>
          <t>TEAP supports the resumption of sessions based on state being stored
on the client side using the TLS SessionTicket extension techniques
described in <xref target="RFC5077"/> and <xref target="RFC9190"/>.</t>
        </section>
      </section>
      <section anchor="teap-authentication-phase-2-tunneled-authentication">
        <name>TEAP Authentication Phase 2: Tunneled Authentication</name>
        <t>The second portion of the TEAP authentication occurs immediately
after successful completion of Phase 1.  Phase 2 occurs even if both
peer and authenticator are authenticated in the Phase 1 TLS
negotiation.  Phase 2 MUST NOT occur if the Phase 1 TLS handshake
fails, as that will compromise the security as the tunnel has not
been established successfully.  Phase 2 consists of a series of
requests and responses encapsulated in TLV objects defined in
<xref target="teap-tlv-format"/>.  Phase 2 MUST always end with a Crypto-Binding TLV
exchange described in <xref target="crypto-binding-tlv"/> and a protected termination
exchange described in <xref target="protected-termination"/>.</t>
        <t>If the peer is not authenticated in Phase 1, the TEAP peer SHOULD send
one or more Identity-Hint TLVs (<xref target="identity-hint-tlv"/> as soon as the
TLS connection has been established.  This information lets the TEAP
server choose an authentication type which is appropriate for that
identity.  When the TEAP peer does not provide an Identity-Hint TLV,
the TEAP server does not know which inner method is supported by the
peer.  It must necessarily choose an inner method, and propose it to
the peer, which may reject that inner method.  The result will be that
the peer fails to authenticate, and fails to obtain network access.</t>
        <t>The TLV exchange includes the execution of zero or more inner
methods within the protected tunnel as described in <xref target="inner-eap"/>
and <xref target="inner-password"/>.  A server MAY proceed directly to the
protected termination exchange, without performing any inner
authentication if it does not wish to request further authentication
from the peer.  A server MAY request one or more authentications
within the protected tunnel.  After completion of each inner method,
the server decides whether or not to begin another inner method, or
to send a Result TLV.</t>
        <t>Implementations MUST support at least two sequential inner methods,
which allows both Machine and User authentication to be performed.
Implementations SHOULD also limit the number of sequential inner
authentications, as there is no reason to perform a large number of inner
authentications in one TEAP conversation.</t>
        <t>Implementations wishing to use their own proprietary authentication
method, may substitute the EAP-Payload or Basic-Password-Auth-Req TLV
for the Vendor-Specific TLV which carries another authentication
method.  Any vendor-specific authentication method MUST support
calculation of the Crypto-Binding TLV, and MUST use
Intermediate-Result TLV and Result TLV as is done with other
authentication methods.</t>
        <t>Implementations SHOULD support both EAP and basic password for inner methods.
  Implementations which support
multiple types of inner method MUST support all of those methods in any
order or combination.  That is, it is explicitly permitted to "mix
and match" inner methods.</t>
        <t>However, the peer and server MUST NOT assume that either will skip
inner methods or other TLV exchanges, as the other peer might have
a different security policy.  The peer may have roamed to a network
that requires conformance with a different authentication policy, or
the peer may request the server take additional action (e.g., channel
binding) through the use of the Request-Action TLV as defined in
<xref target="request-action-tlv"/>.</t>
        <t>The completion of each inner method is signaled by an
Intermediate-Result TLV.  Where the Intermediate-Result TLV indicates
failure, an Error TLV SHOULD also be included, using the most descriptive error code possible.  The
Intermediate-Result TLV may be accompanied by another TLV indicating
that the server wishes to perform a subsequent authentication.  When
the authentication sequence completes, the server MUST send a Result
TLV indicating success or failure instead of a TLV which carries an
inner method.</t>
        <section anchor="inner-eap">
          <name>Inner EAP Authentication</name>
          <t>EAP <xref target="RFC3748"/> prohibits use of multiple authentication methods within
a single EAP conversation in order to limit vulnerabilities to on-path
attacks.  TEAP addresses on-path attacks
through support for cryptographic protection of the inner EAP
exchange and cryptographic binding of the inner EAP
method(s) to the protected tunnel.  Inner methods are executed serially
in a sequence.  This version of TEAP does not support initiating
multiple inner methods simultaneously in parallel.  The inner methods need
not be distinct.  For example, EAP-TLS (<xref target="RFC5216"/> and <xref target="RFC9190"/>) could be run twice as an inner
method, first using machine credentials followed by a second instance
using user credentials.</t>
          <t>When EAP is used as an inner method, the EAP messages are carried within EAP-Payload TLVs defined in
<xref target="eap-payload-tlv"/>.  Note that in this use-case, TEAP is simply a
carrier for EAP, much as RADIUS is a carrier for EAP.  The full EAP
state machine is run as normal, and is carried over the EAP-Payload
TLV.  Each distinct EAP authentication MUST be managed as a separate
EAP state machine.</t>
          <t>A TEAP server therefore MUST begin an EAP authentication with an
EAP-Request/Identity (carried in an EAP-Payload TLV).  However, a TEAP
server MUST NOT finish the EAP conversation with an EAP Success or EAP
Failure packet, the Intermediate-Result TLV is used instead.</t>
          <t>Upon completion of each EAP authentication in the tunnel, the server MUST send
an Intermediate-Result TLV indicating the result of that authentication.  When the result indicates, success it MUST be accompanied by a Crypto-Binding TLV. The peer MUST respond to the Intermediate-Result TLV indicating its own result and similarly on success MUST accompany the TLV with it's own Crypto-Binding TLV.
The Crypto-Binding TLV is
further discussed in <xref target="crypto-binding-tlv"/> and
<xref target="computing-compound-mac"/>.  The Intermediate-Result TLVs can be
included with other TLVs which indicate a subsequent authentication,
or with the Result TLV used in the protected termination
exchange.</t>
          <t>If both peer and server indicate success, then the authentication is
considered successful.  If either indicates failure, then the authentication is
considered failed.  The result of failure of an EAP authentication does not
always imply a failure of the overall authentication.  If one
inner method fails, the server may attempt to authenticate
the peer with a different method (EAP or password).</t>
          <t>If a particular inner method succeeds, the server MUST NOT
attempt a subsequent inner method for the same Identity-Type.  For example, if a user is
authenticated via an inner method of EAP-TLS, there is no benefit to
also requesting additional authentication via a different inner method.</t>
        </section>
        <section anchor="inner-password">
          <name>Inner Password Authentication</name>
          <t>The authentication server initiates password
authentication by sending a Basic-Password-Auth-Req TLV defined in
<xref target="bp-auth-req-tlv"/>.  If the peer wishes to participate in password
authentication, then it responds with a Basic-Password-Auth-Resp TLV
as defined in Section 4.2.15 that contains the username and password.
If it does not wish to perform password authentication, then it
responds with a NAK TLV indicating the rejection of the Basic-Password-Auth-Req TLV.</t>
          <t>The basic password authentication defined here is similar in functionality to that used by EAP-TTLS (<xref target="RFC5281"/>) with inner password authentication.  It shares a similar security and risk analysis.</t>
          <t>Multiple round trips of password authentication requests and responses
MAY be used to support some "housekeeping" functions such as a
password or pin change before a user is considered to be
authenticated.  Multiple rounds MAY also be used to communicate a
users password, and separately a one-time password such as Time-Based One-Time Passwords (TOTP) <xref target="RFC6238"/>.</t>
          <t>Implementations MUST limit the number of rounds trips for password
authentication.  It is reasonable to use one or two round trips.
Further round trips are likely to be problematic, and SHOULD be
avoided.</t>
          <t>The first Basic-Password-Auth-Req TLV received in a session MUST
include a prompt, which the peer displays to the user.  Subsequent
authentication rounds SHOULD include a prompt, but it is not always
necessary.</t>
          <t>When the peer first receives a Basic-Password-Auth-Req TLV, it should
allow the user to enter both a Username and a Password, which are then
placed in the Basic-Password-Auth-Resp TLV.  If the peer receives
subsequent Basic-Password-Auth-Req TLVs in the same authentication
session, it MUST NOT prompt for a Username, and instead allow the user
to enter only a password.  The peer MUST copy the Username used in the
first Basic-Password-Auth-Resp TLV into all subsequent
Basic-Password-Auth-Resp TLVs.</t>
          <t>Servers MUST track the Username across multiple password rounds, and
reject authentication if the identity changes from one
Basic-Password-Auth-Resp TLV to the next.  There is no reason for a
user (or machine) to change identities in the middle of authentication.</t>
          <t>Upon reception of a Basic-Password-Auth-Resp TLV in
the tunnel, the server MUST send an Intermediate-Result TLV
indicating the result.  The peer MUST respond
to the Intermediate-Result TLV indicating its result.  If the result
indicates success, the Intermediate-Result TLV MUST be accompanied by
a Crypto-Binding TLV.  The Crypto-Binding TLV is further discussed in
<xref target="crypto-binding-tlv"/> and <xref target="computing-compound-mac"/>.</t>
          <t>The Intermediate-Result TLVs can be included with other TLVs which
indicate a subsequent authentication, or with the Result TLV used in
the protected termination exchange.</t>
          <t>The use of EAP-FAST-GTC as defined in <xref target="RFC5421"/> is NOT
RECOMMENDED with TEAPv1 because EAP-FAST-GTC is not compliant with
EAP-GTC defined in <xref target="RFC3748"/>.  Implementations should instead make
use of the password authentication TLVs defined in this
specification.</t>
        </section>
        <section anchor="eap-mschapv2">
          <name>EAP-MSCHAPv2</name>
          <t>If using EAP-MSCHAPv2 <xref target="KAMATH"/> as an inner EAP method, the EAP-FAST-MSCHAPv2
variant defined in Section 3.2.3 of <xref target="RFC5422"/> MUST be used, instead of the derivation defined in <xref target="MSCHAP"/>.</t>
          <t>The difference between EAP-MSCHAPv2 and EAP-FAST-MSCHAPv2 is that the
first and the second 16 octets of EAP-MSCHAPv2 MSK are swapped when it
is used as the Inner Method Session Keys (IMSK) for TEAP.</t>
        </section>
        <section anchor="inner-method-limitations">
          <name>Limitations on inner methods</name>
          <t>Tunneled EAP methods such as (PEAP) <xref target="PEAP"/>, EAP-TTLS <xref target="RFC5281"/>, and
EAP- FAST <xref target="RFC4851"/> MUST NOT be used for inner EAP authentication.
There is no reason to have multiple layers of TLS to protect a
password exchange.</t>
          <t>The EAP methods defined in <xref target="RFC3748"/> Section 5 such as
MD5-Challenge, One-Time Password (OTP), and Generic Token Card (GTC)
do not derive an Extended Master Session Key (EMSK), and are vulnerable to on-path
attacks.  The construction of the OTP and GTC methods makes this
attack less relevant, as the information being sent is a one-time
token.  However, MD5-Challenge has no such safety, and TEAP
implementations MUST NOT permit the use of MD5-Challenge or other
inner methods which fail to perform crypto-binding of the inner method
to the TLS session.</t>
          <t>Similarly, EAP-OTP and EAP-GTC MUST NOT be used for inner EAP
authentication.  They offer no benefit over the basic password
authentication defined in <xref target="inner-password"/>.</t>
          <t>Implementations SHOULD limit the permitted inner EAP methods to a
small set such as EAP-TLS, EAP-MSCHAPv2, and perhaps EAP-pwd.  There
are few reasons for allowing all possible EAP methods to be used in
Phase 2.  The above EAP methods are widely implemented, and known to
be widely used.</t>
          <t>Other EAP methods such as EAP-SIM, EAP-AKA, or EAP-AKA' have their own
use-cases, and are not generally suitable for use inside of a TEAP
tunnel.</t>
          <t>Implementations MUST NOT permit resumption for the inner EAP methods
such as EAP-TLS.  If the user or machine needs to be authenticated, it
should use a method which provides full authentication.  If the user or machine needs
to do resumption, it can perform a full authentication once, and then
rely on the outer TLS session for resumption.  This restriction
applies also to all TLS-based EAP methods which can tunnel other EAP
methods.  As a result, this document updates <xref target="RFC9427"/>.</t>
          <t>EAP-TLS is permitted in Phase 2 for two use-cases.  The first is when
TLS 1.2 is used, as the client certificate is not protected as with
TLS 1.3.  It is therefore RECOMMENDED that when TLS 1.3 is used, the
client certificate is sent in Phase 1, instead of doing EAP-TLS in
Phase 2.</t>
          <t>The second use-case for EAP-TLS in Phase 2 is where both the user and
machine use client certificates for authentication.  Since TLS only
permits one client certificate to be presented, only one certificate
can be used in Phase 1.  The second certificate is then presented via
EAP-TLS in Phase 2.</t>
          <t>For basic password authentication, it is RECOMMENDED that this method
be only used for the exchange of one-time passwords.  The existence of
password-based EAP methods such as EAP-pwd (<xref target="RFC5931"/> and
<xref target="RFC8146"/>) makes most clear-text password exchanges unnecessary.
The updates to EAP-pwd in <xref target="RFC8146"/> permit it to be used with
databases which store passwords in "salted" form, which greatly
increases security.</t>
          <t>Where the inner method does not provide an MSK or EMSK, the
Crypto-Binding TLV offers little protection, as it cannot tie the
inner EMSK to the TLS session via the TLS-PRF.  As a result, the TEAP
session will be vulnerable to on-path active attacks.  Implementations
and deployments SHOULD adopt various mitigation strategies described in
<xref target="RFC7029"/> Section 3.2.</t>
        </section>
        <section anchor="protected-termination">
          <name>Protected Termination and Acknowledged Result Indication</name>
          <t>A successful TEAP Phase 2 conversation MUST always end in a
successful Crypto-Binding TLV and Result TLV exchange.  A TEAP server
may initiate the Crypto-Binding TLV and Result TLV exchange without
initiating any inner methods in TEAP Phase 2.  After the final
Result TLV exchange, the TLS tunnel is terminated, and a cleartext
EAP Success or EAP Failure is sent by the server.  Peers implementing
TEAP MUST NOT accept a cleartext EAP Success or failure packet prior
to the peer and server reaching synchronized protected result
indication.</t>
          <t>The Crypto-Binding TLV exchange is used to prove that both the peer
and server participated in the tunnel establishment and sequence of
authentications.  It also provides verification of the TEAP type,
version negotiated, and Outer TLVs exchanged before the TLS tunnel
establishment.  Except as noted below, the Crypto-Binding TLV MUST be exchanged and verified
before the final Result TLV exchange, regardless of whether or not
there is an inner method.  The Crypto-Binding TLV
and Intermediate-Result TLV MUST be included to perform cryptographic
binding after each successful authentication in a sequence of one or more
inner methods.  The server may send the final Result TLV along with an
Intermediate-Result TLV and a Crypto-Binding TLV to indicate its
intention to end the conversation.  If the peer requires nothing more
from the server, it will respond with a Result TLV indicating success
accompanied by a Crypto-Binding TLV and Intermediate-Result TLV if
necessary.  The server then tears down the tunnel and sends a
cleartext EAP Success or EAP Failure.</t>
          <t>If the peer receives a Result TLV indicating success from the server,
but its authentication policies are not satisfied (for example, it
requires a particular authentication mechanism be run), it may request further action from the server using
the Request-Action TLV.  The Request-Action TLV is sent with a Status
field indicating what EAP Success/Failure result the peer would
expect if the requested action is not granted.  The value of the
Action field indicates what the peer would like to do next.  The
format and values for the Request-Action TLV are defined in
<xref target="request-action-tlv"/>.</t>
          <t>Upon receiving the Request-Action TLV, the server may process the
request or ignore it, based on its policy.  If the server ignores the
request, it proceeds with termination of the tunnel and sends the
cleartext EAP Success or Failure message based on the Status field of
the peer's Request-Action TLV.  If the server honors and processes
the request, it continues with the requested action.  The
conversation completes with a Result TLV exchange.  The Result TLV
may be included with the TLV that completes the requested action.</t>
          <t>Error handling for Phase 2 is discussed in <xref target="phase-2-errors"/>.</t>
        </section>
      </section>
      <section anchor="determining-peer-id-and-server-id">
        <name>Determining Peer-Id and Server-Id</name>
        <t>The Peer-Id and Server-Id <xref target="RFC5247"/> may be determined based on the
types of credentials used during either the TEAP tunnel creation or
authentication.  In the case of multiple peer authentications, all
authenticated peer identities and their corresponding identity types
(<xref target="identity-type-tlv"/>) need to be exported.  In the case of multiple server
authentications, all authenticated server identities need to be
exported.</t>
        <t>When X.509 certificates are used for peer authentication, the Peer-Id
is determined by the subject and subjectAltName fields in the peer
certificate.  As noted in <xref target="RFC5280"/>:</t>
        <artwork><![CDATA[
The subject field identifies the entity associated with the public
key stored in the subject public key field.  The subject name MAY
be carried in the subject field and/or the subjectAltName
extension. . . . If subject naming information is present only in
the subjectAltName extension (e.g., a key bound only to an email
address or URI), then the subject name MUST be an empty sequence
and the subjectAltName extension MUST be critical.

Where it is non-empty, the subject field MUST contain an X.500
distinguished name (DN).
]]></artwork>
        <t>If an inner EAP authentication method is run, then the Peer-Id is obtained from that
inner EAP authentication method.</t>
        <t>When the server uses an X.509 certificate to establish the TLS
tunnel, the Server-Id is determined in a similar fashion as stated
above for the Peer-Id, e.g., the subject and subjectAltName fields in
the server certificate define the Server-Id.</t>
      </section>
      <section anchor="teap-session-identifier">
        <name>TEAP Session Identifier</name>
        <t>For TLS 1.2 and earlier, the EAP session identifier <xref target="RFC5247"/> is constructed using the tls-unique
from the Phase 1 outer tunnel at the beginning of Phase 2 as
defined by Section 3.1 of <xref target="RFC5929"/>.  The Session-Id is defined as
follows:</t>
        <artwork><![CDATA[
   Session-Id = teap_type | tls-unique
]]></artwork>
        <ul empty="true">
          <li>
            <t>where | denotes concatenation, and teap_type is the EAP Type assigned to TEAP</t>
            <t>tls-unique = tls-unique from the Phase 1 outer tunnel at the
beginning of Phase 2 as defined by Section 3.1 of <xref target="RFC5929"/></t>
          </li>
        </ul>
        <t>The Session-Id derivation for TLS 1.3 is given in <xref target="RFC9427"/> Section 2.1</t>
      </section>
      <section anchor="error-handling">
        <name>Error Handling</name>
        <t>TEAP uses the error-handling rules summarized below:</t>
        <ol spacing="normal" type="1"><li>Errors in the outer EAP packet layer are handled as defined in
<xref target="outer-layer-errors"/>.</li>
          <li>Errors in the TLS layer are communicated via TLS alert messages
in all phases of TEAP.</li>
          <li>The Intermediate-Result TLVs carry success or failure indications
of the individual inner methods in TEAP Phase 2.  Errors within an
EAP conversation in Phase 2 are expected to be handled by the
individual EAP authentication methods.</li>
          <li>Violations of the Inner TLV rules are handled using Result TLVs
together with Error TLVs.</li>
          <li>Tunnel-compromised errors (errors caused by a failed or missing
Crypto-Binding) are handled using Result TLVs and Error TLVs.</li>
        </ol>
        <section anchor="outer-layer-errors">
          <name>Outer-Layer Errors</name>
          <t>Errors on the TEAP outer-packet layer are handled in the following
ways:</t>
          <ol spacing="normal" type="1"><li>If Outer TLVs are invalid or contain unknown values, they will be
ignored.</li>
            <li>The entire TEAP packet will be ignored if other fields (version,
length, flags, etc.) are inconsistent with this specification.</li>
          </ol>
        </section>
        <section anchor="tls-layer-errors">
          <name>TLS Layer Errors</name>
          <t>If the TEAP server detects an error at any point in the TLS handshake
or the TLS layer, the server SHOULD send a TEAP request encapsulating
a TLS record containing the appropriate TLS alert message rather than
immediately terminating the TEAP exchange so as to allow the peer to
inform the user of the cause of the failure.  The TEAP peer MUST send a TEAP response to
an alert message.  The EAP-Response packet sent by the peer SHOULD contain a TEAP response with a zero-length message.
The server MUST terminate the TEAP exchange with an EAP Failure
packet, no matter what the client says.</t>
          <t>If the TEAP peer detects an error at any point in the TLS layer, the
TEAP peer SHOULD send a TEAP response encapsulating a TLS record
containing the appropriate TLS alert message, and which contains a zero-length message.  The server then MUST terminate the conversation with an EAP failure, as discussed in the previous paragraph.</t>
          <t>While TLS 1.3 (<xref target="RFC8446"/>) allows for the TLS conversation to be restarted, it is not clear when that would be useful (or used) for TEAP.  Fatal TLS errors will cause the TLS conversation to fail.  Non-fatal TLS errors can likely be ignored entirely.  As a result, TEAP implementations MUST NOT permit TLS restarts.</t>
        </section>
        <section anchor="phase-2-errors">
          <name>Phase 2 Errors</name>
          <t>There are a large number of situations where errors can occur during
Phase 2 processing.  This section describes both those errors, and the
recommended processing of them.</t>
          <t>When the server receives a Result TLV with a fatal Error TLV from the
peer, it MUST terminate the TLS tunnel and reply with an EAP Failure.</t>
          <t>When the peer receives a Result TLV with a fatal Error TLV from the
server, it MUST  respond with a Result TLV indicating failure.
The server MUST discard any data it receives from the peer, and reply
with an EAP Failure.  The final message from the peer is required by
the EAP state machine, and serves only to allow the server to reply
to the peer with the EAP Failure.</t>
          <t>The following items describe specific errors and processing in more
detail.</t>
          <t>Fatal Error processing a TLV</t>
          <ul empty="true">
            <li>
              <t>Any time the peer or the server finds a fatal error outside of the
TLS layer during Phase 2 TLV processing, it MUST send a Result TLV of
failure and an Error TLV using the most descriptive error code possible.</t>
            </li>
          </ul>
          <t>Fatal Error during TLV Exchanges</t>
          <ul empty="true">
            <li>
              <t>For errors involving the processing of the sequence of exchanges,
such as a violation of TLV rules (e.g., multiple EAP-Payload TLVs),
the error code is Unexpected TLVs Exchanged.</t>
            </li>
          </ul>
          <t>Fatal Error due to tunnel compromise</t>
          <ul empty="true">
            <li>
              <t>For errors involving a tunnel compromise such as when the
Crypto-Binding TLV fails validation, the error code is Tunnel
Compromise Error.</t>
            </li>
          </ul>
          <t>Non-Fatal Error due to inner method</t>
          <ul empty="true">
            <li>
              <t>If there is a non-fatal error while running the inner method, the
receiving side SHOULD NOT silently drop the inner method exchange.
Instead, it SHOULD reply with an Error TLV containing using the most
descriptive error code possible.</t>
              <t>If there is no error code which matches the particular issue, then the value Inner Method Error (1001) SHOULD be used. This response is a positive indication that
there was an error processing the current inner method.  The side
receiving a non-fatal Error TLV MAY decide to start a new and different inner method
instead or, send back a Result TLV to terminate the TEAP
authentication session.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="fragmentation">
        <name>Fragmentation</name>
        <t>Fragmentation of EAP packets is discussed in <xref target="RFC5216"/> Section 2.1.5.
There is no special handling of fragments for TEAP.</t>
      </section>
      <section anchor="services-requested-by-the-peer">
        <name>Services Requested by the Peer</name>
        <t>Several TEAP operations, including server unauthenticated
provisioning, certificate provisioning, and channel binding, depend on
the peer trusting the TEAP server. If the peer trusts the provided
server certificate, then the server is authenticated.</t>
        <t>Typically, this authentication process involves the peer both
validating the certificate to a trust anchor and confirming that the
entity named by the certificate is the intended server.  Server
authentication also occurs when the procedures in <xref target="phase1"/> are used
to resume a session where the peer and server were previously mutually
authenticated.  Alternatively, the server is deemed to be
authenticated if an inner EAP method provides mutual authentication
along with a Master Session Key (MSK) and/or Extended Master Session
Key (EMSK).  The inner method MUST also provide for cryptographic
binding via the Compound Message Authentication Code (MAC), as
discussed in <xref target="crypto-binding-tlv"/>.  This issue is further described in
<xref target="unauth-provisioning"/>.</t>
        <t>TEAP peers MUST track whether or not server authentication has taken
place. When the server cannot be authenticated, the peer MUST NOT
request any services such as certificate provisioning ({#cert-provisioning}) from it.</t>
        <t>Unless the peer requests server unauthenticated provisioning, it MUST
authenticate the server, and fail the current authentication
session fails if the server cannot be authenticated.</t>
        <t>An additional complication arises when an inner method authenticates
multiple parties such as authenticating both the peer machine and the
peer user to the EAP server.  Depending on how authentication is
achieved, only some of these parties may have confidence in it.  For
example, if a strong shared secret is used to mutually authenticate
the user and the EAP server, the machine may not have confidence that
the EAP server is the authenticated party if the machine cannot trust
the user not to disclose the shared secret to an attacker.  In these
cases, the parties who participate in the authentication need to be
considered when evaluating whether the peer should request these
services, or whether the server should provide them.</t>
        <t>The server MUST also authenticate the peer before providing these
services.  The alternative is to send provisioning data to
unauthenticated and potentially malicious peers, which can have
negative impacts on security.</t>
        <t>When a device is provisioned via TEAP, any subsequent authorization
MUST be done on the authenticated credentials.  That is, there may be
no credentials (or anonymous credentials) passed in Phase 1, but there
will be credentials passed or provisioned in Phase 2.  If later
authorizations are done on the Phase 1 identity, then a device could
obtain the wrong authorization.  If instead authorization is done on
the authenticated credentials, then the device will obtain the correct
kind of network access.</t>
        <t>The correct authorization must also be applied to any resumption, as
noted in <xref target="RFC9190"/> Section 5.7.  However, as it is possible in TEAP
for the credentials to change, the new credentials MUST be associated
with the session ticket.  If this association cannot be done, then the
server MUST invalidate any session tickets for the current session.
This invalidation will force a full re-authentication on any
subsequent connection, at which point the correct authorization will
be associated with any session ticket.</t>
        <t>Note that the act of re-provisioning a device is essentially
indistinguishable from any initial provisioning.  The device
authentications, and obtains new credentials via the standard
provisioning mechanisms.  The only caveat is that the device SHOULD
NOT discard the old credentials unless either they are known to have
expired, or the new credentials have been verified to work.</t>
        <section anchor="cert-provisioning">
          <name>Certificate Provisioning within the Tunnel</name>
          <t>Provisioning of a peer's certificate is supported in TEAP by
performing the Simple PKI Request/Response from <xref target="RFC5272"/> using
PKCS#10 and PKCS#7 TLVs, respectively.  A peer sends the Simple PKI
Request using a PKCS#10 CertificateRequest <xref target="RFC2986"/> encoded into the
body of a PKCS#10 TLV (see <xref target="pkcs10-tlv"/>).  The TEAP server issues a
Simple PKI Response using a PKCS#7 <xref target="RFC2315"/> unsigned (i.e. degenerate) "Certificates
Only" message encoded into the body of a PKCS#7 TLV (see
<xref target="pkcs7-tlv"/>), only after an inner method has run and
provided an identity proof on the peer prior to a certificate is
being issued.</t>
          <t>In order to provide linking identity and proof-of-possession by
including information specific to the current authenticated TLS
session within the signed certification request, the peer generating
the request SHOULD obtain the tls-unique value from the TLS subsystem
as defined in "Channel Bindings for TLS" <xref target="RFC5929"/>.  The TEAP peer
operations between obtaining the tls-unique value through generation
of the Certification Signing Request (CSR) that contains the current
tls-unique value and the subsequent verification of this value by the
TEAP server are the "phases of the application protocol during which
application-layer authentication occurs" that are protected by the
synchronization interoperability mechanism described in the
interoperability note in "Channel Bindings for TLS" (<xref target="RFC5929"/>,
Section 3.1).  When performing renegotiation, TLS
"secure_renegotiation" <xref target="RFC5746"/> MUST be used.</t>
          <t>The tls-unique value is base-64-encoded as specified in <xref target="message-formats"/> of
<xref target="RFC4648"/>, and the resulting string is placed in the certification
request challengePassword field (<xref target="RFC2985"/>, Section 5.4.1).  The
challengePassword field is limited to 255 octets (Section 7.4.9 of
<xref target="RFC5246"/> indicates that no existing cipher suite would result in an
issue with this limitation).  If tls-unique information is not
embedded within the certification request, the challengePassword
field MUST be empty to indicate that the peer did not include the
optional channel-binding information (any value submitted is verified
by the server as tls-unique information).</t>
          <t>The server SHOULD verify the tls-unique information.  This ensures
that the authenticated TEAP peer is in possession of the private key
used to sign the certification request.</t>
          <t>The Simple PKI Request/Response generation and processing rules of
<xref target="RFC5272"/> SHALL apply to TEAP, with the exception of error
conditions.  In the event of an error, the TEAP server SHOULD respond
with an Error TLV using the most descriptive error code possible; it
MAY ignore the PKCS#10 request that generated the error.</t>
        </section>
        <section anchor="certificate-content-and-uses">
          <name>Certificate Content and Uses</name>
          <t>It is not enough to verify that the CSR provided by the peer to the
authenticator is from an authenticated user.  The CSR itself should
also be examined by the authenticator or Certification Authority (CA)
before any certificate is issued.</t>
          <t>The format of a CSR is complex, and contains a substantial amount of
information.  That information could be incorrect, such as a user
claiming a wrong physical address, email address, etc.  Alternatively,
the supplied information could contain private data which should not
be sent over a TLS 1.2 connection where that data would be exposed.</t>
          <t>It is RECOMMENDED that systems provisioning these certificates
validate that the CSR both contains the expected data, and also that
is does not contain unexpected data.  For example, a CA could refuse
to issue the certificate if the CSR contained unknown fields, or a
known field contained an unexpected value.</t>
          <t>We note that there is no requirement for a CA to sign any and all CSRs
which are presented to it.  The CA can refuse a particular CSR for any
reasons, including local site policy.</t>
          <t>Once an EAP peer receives the signed certificate, that certificate
could potentially be used for in TLS contexts other than TEAP.  For
example, the certificate could be used with EAP-TLS, or even with
HTTPS.</t>
          <t>It is NOT RECOMMENDED to use certificates provisioned via TEAP with
any other protocol which uses TLS.  One method of enforcing this
restriction is to have different CAs (or different intermediate CAs)
which issue certificates for different uses.  For example, TLS-based
EAP methods could share one CA, and HTTPS servers could use a
different CA.  The different protocols could therefore be configured
to validate client certificates only from their preferred CA.</t>
          <t>Another method of limiting the uses of a certificate is to provision
it with an appropriate value for the Extended Key Usage field
<xref target="RFC7299"/>.  For example, the id-kp-eapOverLAN <xref target="RFC4334"/> value
could be used to indicate that this certificate is intended for use
only with EAP.</t>
          <t>It is difficult to give more detailed recommendations than the above.
Each CA or organization may have its own local policy as to what is
permitted or forbidden in a certificate.  All we can do in this
document is to highlight the issues, and make the reader aware that
they have to be addressed.</t>
        </section>
        <section anchor="unauth-provisioning">
          <name>Server Unauthenticated Provisioning Mode</name>
          <t>In Server Unauthenticated Provisioning Mode, an unauthenticated
tunnel is established in Phase 1, and the peer and server negotiate
an inner method or methods in Phase 2.  This inner method MUST support mutual authentication, provide key
derivation, and be resistant to attacks such as on-path and
dictionary attacks.  In most cases, this inner method will be an EAP authentication method.  Example inner methods which satisfy these criteria include EAP-pwd <xref target="RFC5931"/>
and EAP-EKE <xref target="RFC6124"/>, but not EAP-FAST-MSCHAPv2.</t>
          <t>This provisioning mode enables the bootstrapping
of peers when the peer lacks the ability to authenticate the server
during Phase 1.  This includes both cases in which the cipher suite
negotiated does not provide authentication and in which the
cipher suite negotiated provides the authentication but the peer is
unable to validate the identity of the server for some reason.</t>
          <t>Upon successful completion of the inner method in Phase 2, the peer and
server exchange a Crypto-Binding TLV to bind the inner method with
the outer tunnel and ensure that an on-path attack has not
been attempted.</t>
          <t>Support for the Server Unauthenticated Provisioning Mode is optional.
The cipher suite TLS_DH_anon_WITH_AES_128_CBC_SHA is RECOMMENDED when
using Server Unauthenticated Provisioning Mode, but other anonymous
cipher suites MAY be supported as long as the TLS pre-master secret is
generated from contribution from both peers.</t>
          <t>When a strong inner method is not used with Server Unauthenticated
Provisioning Mode, it is possible for an attacker to perform an
on-path attack.  In effect, Server Unauthenticated
Provisioning Mode has similar security issues as just running the
inner method in the open, without the protection of TLS.  All of the
information in the tunnel should be assumed to be visible to, and
modifiable by, an attacker.</t>
          <t>Implementations SHOULD exchange minimal data in Server
Unauthenticated Provisioning Mode.  Instead, they should use that mode
to set up a secure / authenticated tunnel, and then use that tunnel to
perform any needed data exchange.</t>
          <t>It is RECOMMENDED that client implementations and deployments
authenticate TEAP servers if at all possible.  Authenticating the
server means that a client can be provisioned securely with no chance of
an attacker eaves-dropping on the connection.</t>
          <t>Note that server Unauthenticated Provisioning can only use anonymous
cipher suites in TLS 1.2 and earlier.  These cipher suites have been
deprecated in TLS 1.3 (<xref target="RFC8446"/> Section C.5).  For TLS 1.3, the
server MUST provide a certificate, and the peer performs server
unauthenticated provisioning by not validating the certificate chain
or any of its contents.</t>
        </section>
        <section anchor="channel-binding">
          <name>Channel Binding</name>
          <t><xref target="RFC6677"/> defines channel bindings for EAP which solve the "lying NAS" and
the "lying provider" problems, using a process in which the EAP peer
gives information about the characteristics of the service provided
by the authenticator to the Authentication, Authorization, and
Accounting (AAA) server protected within the EAP authentication method.  This allows
the server to verify the authenticator is providing information to
the peer that is consistent with the information received from this
authenticator as well as the information stored about this
authenticator.</t>
          <t>TEAP supports EAP channel binding using the Channel-Binding TLV
defined in <xref target="channel-binding-tlv"/>.  If the TEAP server wants to request the
channel-binding information from the peer, it sends an empty
Channel-Binding TLV to indicate the request.  The peer responds to the
request by sending a Channel-Binding TLV containing a channel-binding
message as defined in <xref target="RFC6677"/>.  The server validates the
channel-binding message and sends back a Channel-Binding TLV with a result
code.  If the server didn't initiate the channel-binding request and
the peer still wants to send the channel-binding information to the
server, it can do that by using the Request-Action TLV along with the
Channel-Binding TLV.  The peer MUST only send channel-binding
information after it has successfully authenticated the server and
established the protected tunnel.</t>
        </section>
      </section>
    </section>
    <section anchor="message-formats">
      <name>Message Formats</name>
      <t>The following sections describe the message formats used in TEAP.
The fields are transmitted from left to right in network byte order.</t>
      <section anchor="teap-message-format">
        <name>TEAP Message Format</name>
        <t>A summary of the TEAP Request/Response packet format is shown below.</t>
        <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Code      |   Identifier  |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Type      |   Flags | Ver |        Message Length         :
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
:         Message Length        |         Outer TLV Length
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
:     Outer TLV Length          |         TLS Data...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|       Outer TLVs...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        <t>Code</t>
        <ul empty="true">
          <li>
            <t>The Code field is one octet in length and is defined as follows:</t>
            <ul empty="true">
              <li>
                <t>1 Request</t>
                <t>2 Response</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>Identifier</t>
        <ul empty="true">
          <li>
            <t>The Identifier field is one octet and aids in matching responses
with requests.  The Identifier field MUST be changed on each
Request packet.  The Identifier field in the Response packet MUST
match the Identifier field from the corresponding request.</t>
          </li>
        </ul>
        <t>Length</t>
        <ul empty="true">
          <li>
            <t>The Length field is two octets and indicates the length of the EAP
packet including the Code, Identifier, Length, Type, Flags, Ver,
Message Length, TLS Data, and Outer TLVs fields.  Octets outside
the range of the Length field should be treated as Data Link Layer
padding and should be ignored on reception.</t>
          </li>
        </ul>
        <t>Type</t>
        <ul empty="true">
          <li>
            <t>55 for TEAP</t>
          </li>
        </ul>
        <t>Flags</t>
        <artwork><![CDATA[
       0 1 2 3 4
      +-+-+-+-+-+
      |L M S O R|
      +-+-+-+-+-+

   L  Length included; set to indicate the presence of the four-octet
      Message Length field.  It MUST be present for the first
      fragment of a fragmented message.  It MUST NOT be present for
      any other message.

   M  More fragments; set on all but the last fragment.

   S  TEAP start; set in a TEAP Start message sent from the server to
      the peer.

   O  Outer TLV length included; set to indicate the presence of the
      four-octet Outer TLV Length field.  It MUST be present only in
      the initial request and response messages.  If the initial
      message is fragmented, then it MUST be present only on the
      first fragment.

   R  Reserved (MUST be zero and ignored upon receipt)
]]></artwork>
        <t>Ver</t>
        <ul empty="true">
          <li>
            <t>This field contains the version of the protocol.  This document
describes version 1 (001 in binary) of TEAP.</t>
          </li>
        </ul>
        <t>Message Length</t>
        <ul empty="true">
          <li>
            <t>The Message Length field is four octets and is present only if the
L bit is set.  This field provides the total length of the message
that may be fragmented over the data fields of multiple packets.</t>
          </li>
        </ul>
        <t>Outer TLV Length</t>
        <ul empty="true">
          <li>
            <t>The Outer TLV Length field is four octets and is present only if
the O bit is set.  This field provides the total length of the
Outer TLVs if present.</t>
          </li>
        </ul>
        <t>TLS Data</t>
        <ul empty="true">
          <li>
            <t>When the TLS Data field is present, it consists of an encapsulated
TLS packet in TLS record format.  A TEAP packet with Flags and
Version fields, but with zero length TLS Data field, is used to
indicate TEAP acknowledgment for either a fragmented message, a
TLS Alert message, or a TLS Finished message.</t>
          </li>
        </ul>
        <t>Outer TLVs</t>
        <ul empty="true">
          <li>
            <t>The Outer TLVs consist of the optional data used to help establish
the TLS tunnel in TLV format.  They are only allowed in the first
two messages in the TEAP protocol.  That is the first
EAP-server-to-peer message and first peer-to-EAP-server message.  The start
of the Outer TLVs can be derived from the EAP Length field and
Outer TLV Length field.</t>
          </li>
        </ul>
      </section>
      <section anchor="teap-tlv-format">
        <name>TEAP TLV Format and Support</name>
        <t>The TLVs defined here are TLV objects.  The TLV objects could be used
to carry arbitrary parameters between an EAP peer and EAP server
within the protected TLS tunnel.</t>
        <t>The EAP peer may not necessarily implement all the TLVs supported by
the EAP server.  To allow for interoperability, TLVs are designed to
allow an EAP server to discover if a TLV is supported by the EAP peer
using the NAK TLV.  The mandatory bit in a TLV indicates whether
support of the TLV is required.  If the peer or server does not
support a TLV marked mandatory, then it MUST send a NAK TLV in the
response, and all the other TLVs in the message MUST be ignored.  If
an EAP peer or server finds an unsupported TLV that is marked as
optional, it can ignore the unsupported TLV.  It MUST only send a NAK
TLV for a TLV which is marked mandatory but is not understood, and MUST NOT otherwise send a NAK TLV.  If all TLVs in a message
are marked optional and none are understood by the peer, then a Result TLV SHOULD be sent to the other side in order to
continue the conversation.  It is also possible to send a NAK TLV when all TLVs in a message are marked optional.</t>
        <t>Note that a peer or server may support a TLV with the mandatory bit
set but may not understand the contents.  The appropriate response to
a supported TLV with content that is not understood is defined by the
individual TLV specification.</t>
        <t>EAP implementations compliant with this specification MUST support
TLV exchanges as well as the processing of mandatory/optional
settings on the TLV.  Implementations conforming to this
specification MUST support the following TLVs:</t>
        <ul spacing="normal">
          <li>Authority-ID TLV</li>
          <li>Identity-Type TLV</li>
          <li>Result TLV</li>
          <li>NAK TLV</li>
          <li>Error TLV</li>
          <li>Request-Action TLV</li>
          <li>EAP-Payload TLV</li>
          <li>Intermediate-Result TLV</li>
          <li>Crypto-Binding TLV</li>
          <li>Basic-Password-Auth-Req TLV</li>
          <li>Basic-Password-Auth-Resp TLV</li>
        </ul>
        <section anchor="general-tlv-format">
          <name>General TLV Format</name>
          <t>TLVs are defined as described below.  The fields are transmitted from
left to right.</t>
          <t>If a peer or server receives a TLV which is not of the correct format,
the TLV MUST be discarded.  It is generally useful to log an error or
debugging message which indicates which TLV had an issue, and what the
problem is.  However, TLVs which are malformed are invalid, and cannot
be used.</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|            TLV Type       |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                              Value...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0  Optional TLV</t>
              <t>1  Mandatory TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <t>A 14-bit field, denoting the TLV type.  Allocated types include:</t>
          <ul empty="true">
            <li>
              <t>0  Unassigned</t>
              <t>1  Authority-ID TLV (<xref target="authority-id-tlv"/>)</t>
              <t>2  Identity-Type TLV (<xref target="identity-type-tlv"/>)</t>
              <t>3  Result TLV (<xref target="result-tlv"/>)</t>
              <t>4  NAK TLV (<xref target="nak-tlv"/>)</t>
              <t>5  Error TLV (<xref target="error-tlv"/>)</t>
              <t>6  Channel-Binding TLV (<xref target="channel-binding-tlv"/>)</t>
              <t>7  Vendor-Specific TLV (<xref target="vendor-specific-tlv"/>)</t>
              <t>8  Request-Action TLV (<xref target="request-action-tlv"/>)</t>
              <t>9  EAP-Payload TLV (<xref target="eap-payload-tlv"/>)</t>
              <t>10 Intermediate-Result TLV (<xref target="intermediate-result-tlv"/>)</t>
              <t>11 PAC TLV (DEPRECATED)</t>
              <t>12 Crypto-Binding TLV (<xref target="crypto-binding-tlv"/>)</t>
              <t>13 Basic-Password-Auth-Req TLV (<xref target="bp-auth-req-tlv"/>)</t>
              <t>14 Basic-Password-Auth-Resp TLV (Section 4.2.15)</t>
              <t>15 PKCS#7 TLV (<xref target="pkcs7-tlv"/>)</t>
              <t>16 PKCS#10 TLV (<xref target="pkcs10-tlv"/>)</t>
              <t>17 Trusted-Server-Root TLV (<xref target="trusted-server-root-tlv"/>)</t>
              <t>18 CSR-Attributes TLV (<xref target="csr-attributes-tlv"/>)</t>
              <t>19 Identity-Hint TLV (<xref target="identity-hint-tlv"/>)</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>The length of the Value field in octets.</t>
            </li>
          </ul>
          <t>Value</t>
          <ul empty="true">
            <li>
              <t>The value of the TLV.</t>
            </li>
          </ul>
        </section>
        <section anchor="authority-id-tlv">
          <name>Authority-ID TLV</name>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                              ID...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 - Optional TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>1 - Authority-ID</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>The Length field is two octets and contains the length of the ID
field in octets.</t>
            </li>
          </ul>
          <t>ID</t>
          <ul empty="true">
            <li>
              <t>Hint of the identity of the server to help the peer to match the
credentials available for the server.  It should be unique across
the deployment.</t>
            </li>
          </ul>
        </section>
        <section anchor="identity-type-tlv">
          <name>Identity-Type TLV</name>
          <t>The Identity-Type TLV allows an EAP server to send a hint to help the
EAP peer select the right type of identity, for example, user or
machine.  TEAPv1 implementations MUST support this TLV.  Only one
Identity-Type TLV SHOULD be present in the TEAP request or response
packet.  The Identity-Type TLV request MUST come with an EAP-Payload
TLV or Basic-Password-Auth-Req TLV.  If the EAP peer does have an
identity corresponding to the identity type requested, then the peer
SHOULD respond with an Identity-Type TLV with the requested type.  If
the Identity-Type field does not contain one of the known values or
if the EAP peer does not have an identity corresponding to the
identity type requested, then the peer SHOULD respond with an
Identity-Type TLV with the one of available identity types.  If the
server receives an identity type in the response that does not match
the requested type, then the peer does not possess the requested
credential type, and the server SHOULD proceed with authentication
for the credential type proposed by the peer, proceed with requesting
another credential type, or simply apply the network policy based on
the configured policy, e.g., sending Result TLV with Failure.</t>
          <t>The Identity-Type TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|         Identity-Type         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>2 - Identity-Type TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>2</t>
            </li>
          </ul>
          <t>Identity-Type</t>
          <ul empty="true">
            <li>
              <t>The Identity-Type field is two octets.  Values include:</t>
              <ul empty="true">
                <li>
                  <t>1  User</t>
                  <t>2  Machine</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
        <section anchor="result-tlv">
          <name>Result TLV</name>
          <t>The Result TLV provides support for acknowledged success and failure
messages for protected termination within TEAP.  If the Status field
does not contain one of the known values, then the peer or EAP server
MUST treat this as a fatal error of Unexpected TLVs Exchanged.  The
behavior of the Result TLV is further discussed in <xref target="protected-termination"/> and
<xref target="phase-2-errors"/>  A Result TLV indicating failure MUST NOT be accompanied by
the following TLVs: NAK, EAP-Payload TLV, or Crypto-Binding TLV.  The
Result TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|             Status            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>3 - Result TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>2</t>
            </li>
          </ul>
          <t>Status</t>
          <ul empty="true">
            <li>
              <t>The Status field is two octets.  Values include:</t>
              <ul empty="true">
                <li>
                  <t>1  Success</t>
                  <t>2  Failure</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
        <section anchor="nak-tlv">
          <name>NAK TLV</name>
          <t>The NAK TLV allows a peer to detect TLVs that are not supported by
 the other peer.  A TEAP packet can contain 0 or more NAK TLVs.  A NAK
 TLV should not be accompanied by other TLVs.  A NAK TLV MUST NOT be
 sent in response to a message containing a Result TLV, instead a
 Result TLV of failure should be sent indicating failure and an Error
 TLV of Unexpected TLVs Exchanged.  The NAK TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                          Vendor-Id                            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|            NAK-Type           |           TLVs...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>4 - NAK TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>&gt;=6</t>
            </li>
          </ul>
          <t>Vendor-Id</t>
          <ul empty="true">
            <li>
              <t>The Vendor-Id field is four octets and contains the Vendor-Id of
the TLV that was not supported.  The high-order octet is 0, and
the low-order three octets are the Structure of Management
Information (SMI) Network Management Private Enterprise Number of
the Vendor in network byte order.  The Vendor-Id field MUST be
zero for TLVs that are not Vendor-Specific TLVs.</t>
            </li>
          </ul>
          <t>NAK-Type</t>
          <ul empty="true">
            <li>
              <t>The NAK-Type field is two octets.  The field contains the type of
the TLV that was not supported.  A TLV of this type MUST have been
included in the previous packet.</t>
            </li>
          </ul>
          <t>TLVs</t>
          <ul empty="true">
            <li>
              <t>This field contains a list of zero or more TLVs, each of which
MUST NOT have the mandatory bit set.  These optional TLVs are for
future extensibility to communicate why the offending TLV was
determined to be unsupported.</t>
            </li>
          </ul>
        </section>
        <section anchor="error-tlv">
          <name>Error TLV</name>
          <t>The Error TLV allows an EAP peer or server to indicate errors to the
other party.  A TEAP packet can contain 0 or more Error TLVs.  The
Error-Code field describes the type of error.  Error codes 1-999
represent successful outcomes (informative messages), 1000-1999
represent warnings, and 2000-2999 represent fatal errors.  A fatal
Error TLV MUST be accompanied by a Result TLV indicating failure, and
the conversation is terminated as described in <xref target="phase-2-errors"/>.</t>
          <t>Many of the error codes below refer to errors in inner method
processing that may be retrieved if made available by the inner
method.  Implementations MUST take care that error messages do not
reveal too much information to an attacker.  For example, the usage
of error message 1031 (User account credentials incorrect) is NOT
RECOMMENDED, because it allows an attacker to determine valid
usernames by differentiating this response from other responses.  It
should only be used for troubleshooting purposes.</t>
          <t>The Error TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                           Error-Code                          |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>5 - Error TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>4</t>
            </li>
          </ul>
          <t>Error-Code</t>
          <ul empty="true">
            <li>
              <t>The Error-Code field is four octets.  Currently defined values for
Error-Code include:</t>
              <ul empty="true">
                <li>
                  <t>1     User account expires soon</t>
                  <t>2     User account credential expires soon</t>
                  <t>3     User account authorizations change soon</t>
                  <t>4     Clock skew detected</t>
                  <t>5     Contact administrator</t>
                  <t>6     User account credentials change required</t>
                  <t>1001  Inner Method Error</t>
                  <t>1002  Unspecified authentication infrastructure problem</t>
                  <t>1003  Unspecified authentication failure</t>
                  <t>1004  Unspecified authorization failure</t>
                  <t>1005  User account credentials unavailable</t>
                  <t>1006  User account expired</t>
                  <t>1007  User account locked: try again later</t>
                  <t>1008  User account locked: admin intervention required</t>
                  <t>1009  Authentication infrastructure unavailable</t>
                  <t>1010  Authentication infrastructure not trusted</t>
                  <t>1011  Clock skew too great</t>
                  <t>1012  Invalid inner realm</t>
                  <t>1013  Token out of sync: administrator intervention required</t>
                  <t>1014  Token out of sync: PIN change required</t>
                  <t>1015  Token revoked</t>
                  <t>1016  Tokens exhausted</t>
                  <t>1017  Challenge expired</t>
                  <t>1018  Challenge algorithm mismatch</t>
                  <t>1019  Client certificate not supplied</t>
                  <t>1020  Client certificate rejected</t>
                  <t>1021  Realm mismatch between inner and outer identity</t>
                  <t>1022  Unsupported Algorithm In Certificate Signing Request</t>
                  <t>1023  Unsupported Extension In Certificate Signing Request</t>
                  <t>1024  Bad Identity In Certificate Signing Request</t>
                  <t>1025  Bad Certificate Signing Request</t>
                  <t>1026  Internal CA Error</t>
                  <t>1027  General PKI Error</t>
                  <t>1028  Inner method's channel-binding data required but not
supplied</t>
                  <t>1029  Inner method's channel-binding data did not include required
information</t>
                  <t>1030  Inner method's channel binding failed</t>
                  <t>1031  User account credentials incorrect [USAGE NOT RECOMMENDED]</t>
                  <t>1032  Inner method not supported</t>
                  <t>2001  Tunnel Compromise Error</t>
                  <t>2002  Unexpected TLVs Exchanged</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
        <section anchor="channel-binding-tlv">
          <name>Channel-Binding TLV</name>
          <t>The Channel-Binding TLV provides a mechanism for carrying
channel-binding data from the peer to the EAP server and a channel-binding
response from the EAP server to the peer as described in <xref target="RFC6677"/>.
TEAPv1 implementations MAY support this TLV, which cannot be
responded to with a NAK TLV.  If the Channel-Binding data field does
not contain one of the known values or if the EAP server does not
support this TLV, then the server MUST ignore the value.  The
Channel-Binding TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|            Data ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 - Optional TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>6 - Channel-Binding TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>variable</t>
            </li>
          </ul>
          <t>Data</t>
          <ul empty="true">
            <li>
              <t>The data field contains a channel-binding message as defined in
Section 5.3 of <xref target="RFC6677"/>.</t>
            </li>
          </ul>
        </section>
        <section anchor="vendor-specific-tlv">
          <name>Vendor-Specific TLV</name>
          <t>The Vendor-Specific TLV is available to allow vendors to support
their own extended attributes not suitable for general usage.  A
Vendor-Specific TLV attribute can contain one or more TLVs, referred
to as Vendor TLVs.  The TLV type of a particular Vendor TLV is defined by the
vendor.  All the Vendor TLVs inside a single Vendor-Specific TLV
belong to the same vendor.  There can be multiple Vendor-Specific
TLVs from different vendors in the same message.  Error handling in
the Vendor TLV could use the vendor's own specific error-handling
mechanism or use the standard TEAP error codes defined.</t>
          <t>Vendor TLVs may be optional or mandatory.  Vendor TLVs sent with
Result TLVs MUST be marked as optional.  If the Vendor-Specific TLV
is marked as mandatory, then it is expected that the receiving side
needs to recognize the vendor ID, parse all Vendor TLVs within, and
deal with error handling within the Vendor-Specific TLV as defined by
the vendor.</t>
          <t>Where a Vendor-Specific TLV carries an authentication protocol in the
inner method, it MUST define values for MSK and EMSK.  Where these
values cannot be derived from cryptographic primitives, they MUST be
set to zero, as happens when Basic-Password-Auth-Req is used.</t>
          <t>The Vendor-Specific TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                          Vendor-Id                            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                         Vendor TLVs....
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 or 1</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>7 - Vendor-Specific TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>4 + cumulative length of all included Vendor TLVs</t>
            </li>
          </ul>
          <t>Vendor-Id</t>
          <ul empty="true">
            <li>
              <t>The Vendor-Id field is four octets and contains the Vendor-Id of
the TLV.  The high-order octet is 0, and the low-order 3 octets
are the SMI Network Management Private Enterprise Number of the
Vendor in network byte order.</t>
            </li>
          </ul>
          <t>Vendor TLVs</t>
          <ul empty="true">
            <li>
              <t>This field is of indefinite length.  It contains Vendor-Specific
TLVs, in a format defined by the vendor.</t>
            </li>
          </ul>
        </section>
        <section anchor="request-action-tlv">
          <name>Request-Action TLV</name>
          <t>The Request-Action TLV MAY be sent at any time.  The Request-Action
TLV allows the peer or server to request that other side negotiates
additional inner methods or process TLVs which are passed inside of
the Request-Action TLV.</t>
          <t>The receiving side MUST process this TLV.  The processing for the TLV
is as follows:</t>
          <ul empty="true">
            <li>
              <t>The receiving entity MAY choose to process any of the TLVs that
are included in the message.</t>
              <t>If the receiving entity chooses NOT to process any TLV in the
list, then it sends back a Result TLV with the same code in the
Status field of the Request-Action TLV.</t>
              <t>If multiple Request-Action TLVs are in the request, the session
can continue if any of the TLVs in any Request-Action TLV are
processed.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>If multiple Request-Action TLVs are in the request and none of
them is processed, then the most fatal status should be used in
the Result TLV returned.  If a status code in the Request-Action
TLV is not understood by the receiving entity, then it SHOULD be
treated as a fatal error.  Otherwise, the receiving entity MAY send a Request-Action TLV containing an Error TLV of value 2002 (Unexpected TLVs Exchanged).</t>
              <t>After processing the TLVs or inner method in the request, another
round of Result TLV exchange MUST occur to synchronize the final
status on both sides.</t>
            </li>
          </ul>
          <t>The peer or the server MAY send multiple Request-Action TLVs to the
other side.  Two Request-Action TLVs MUST NOT occur in the same TEAP
packet if they have the same Status value.  The order of processing
multiple Request-Action TLVs is implementation dependent.  If the
receiving side processes the optional (non-fatal) items first, it is
possible that the fatal items will disappear at a later time.  If the
receiving side processes the fatal items first, the communication
time will be shorter.</t>
          <t>The peer or the server MAY return a new set of Request-Action TLVs
after one or more of the requested items has been processed and the
other side has signaled it wants to end the EAP conversation.</t>
          <t>The Request-Action TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Status   |      Action    |                TLVs....
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+--+-+-+-+-+-+-+-+-+-+-+-+-
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>8 - Request-Action TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>2 + cumulative length of all included TLVs</t>
            </li>
          </ul>
          <t>Status</t>
          <ul empty="true">
            <li>
              <t>The Status field is one octet.  This indicates the result if the
party who receives this TLV does not process the action. Values
include:</t>
              <ul empty="true">
                <li>
                  <t>1  Success</t>
                  <t>2  Failure</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Action</t>
          <ul empty="true">
            <li>
              <t>The Action field is one octet.  Values include:</t>
              <ul empty="true">
                <li>
                  <t>1  Process-TLV</t>
                  <t>2  Negotiate-EAP</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>TLVs</t>
          <ul empty="true">
            <li>
              <t>This field is of indefinite length.  It contains TLVs that the
peer wants the server to process.</t>
            </li>
          </ul>
        </section>
        <section anchor="eap-payload-tlv">
          <name>EAP-Payload TLV</name>
          <t>To allow coalescing an EAP request or response with other TLVs, the
EAP-Payload TLV is defined, which includes an encapsulated EAP packet
and a list of optional TLVs.  The optional TLVs are provided for
future extensibility to provide hints about the current EAP
authentication.  Only one EAP-Payload TLV is allowed in a message.
The EAP-Payload TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                          EAP packet...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                             TLVs...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>9 - EAP-Payload TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>length of embedded EAP packet + cumulative length of additional
TLVs</t>
            </li>
          </ul>
          <t>EAP packet</t>
          <ul empty="true">
            <li>
              <t>This field contains a complete EAP packet, including the EAP
header (Code, Identifier, Length, Type) fields.  The length of
this field is determined by the Length field of the encapsulated
EAP packet.</t>
            </li>
          </ul>
          <t>TLVs</t>
          <ul empty="true">
            <li>
              <t>This (optional) field contains a list of TLVs associated with the
EAP packet field.  The TLVs MUST NOT have the mandatory bit set.
The total length of this field is equal to the Length field of the
EAP-Payload TLV, minus the Length field in the EAP header of the
EAP packet field.</t>
            </li>
          </ul>
        </section>
        <section anchor="intermediate-result-tlv">
          <name>Intermediate-Result TLV</name>
          <t>The Intermediate-Result TLV signals
intermediate Success and Failure messages for all inner
methods.  The Intermediate-Result TLV MUST be be used for all inner methods.</t>
          <t>An Intermediate-Result TLV indicating Success
MUST be accompanied by a Crypto-Binding TLV.</t>
          <t>An Intermediate-Result TLV indicating Failure SHOULD be accompanied by an Error TLV which indicates why the authentication failed.</t>
          <t>The optional TLVs
associated with this TLV are provided for future extensibility to
provide hints about the current result.  The Intermediate-Result TLV
is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|             Status            |        TLVs...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>10 - Intermediate-Result TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>2 + cumulative length of the embedded associated TLVs</t>
            </li>
          </ul>
          <t>Status</t>
          <ul empty="true">
            <li>
              <t>The Status field is two octets.  Values include:</t>
              <ul empty="true">
                <li>
                  <t>1  Success</t>
                  <t>2  Failure</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>TLVs</t>
          <ul empty="true">
            <li>
              <t>This field is of indeterminate length and contains zero or more of
the TLVs associated with the Intermediate Result TLV.  The TLVs in
this field MUST NOT have the mandatory bit set.</t>
            </li>
          </ul>
        </section>
        <section anchor="pac-tlv">
          <name>PAC TLV</name>
          <t><xref target="RFC7170"/> defined a Protected Access Credential (PAC) to mirror
EAP-FAST <xref target="RFC4851"/>.  However, implementation experience and analysis
determined that the PAC was not necessary.  Instead, TEAP performs
session resumption using the NewSessionTicket message as defined in
<xref target="RFC9190"/> Section 2.1.2 and Section 2.1.3.  As such, the PAC TLV
has been deprecated.</t>
          <t>As the PAC TLV is deprecated, an entity receiving it should send a
Result TLV indicating failure, and an Error TLV of Unexpected TLVs
Exchanged.  Deprecated TLVs are ignored, similar to Outer TLVs which are invalid or which contain unknown values.</t>
        </section>
        <section anchor="crypto-binding-tlv">
          <name>Crypto-Binding TLV</name>
          <t>The Crypto-Binding TLV is used to prove that both the peer and server
participated in the tunnel establishment and sequence of
authentications.  It also provides verification of the TEAP type,
version negotiated, and Outer TLVs exchanged before the TLS tunnel
establishment.</t>
          <t>The Crypto-Binding TLV MUST be exchanged and validated before any
Intermediate-Result or Result TLV value is examined, regardless of
whether there is an inner method or not.  It MUST be
included with the Intermediate-Result TLV to perform cryptographic
binding after each successful inner method in a sequence of inner
methods, before proceeding with another inner method.  If no MSK or
EMSK has been generated and a Crypto-Binding TLV is required then the
MSK Compound MAC field contains the MAC using keys generated according
to <xref target="computing-compound-mac"/>.</t>
          <t>The Crypto-Binding TLV is valid only if the following checks pass:</t>
          <ul spacing="normal">
            <li>The Crypto-Binding TLV version is supported.</li>
            <li>The MAC verifies correctly.</li>
            <li>The received version in the Crypto-Binding TLV matches the version
 sent by the receiver during the EAP version negotiation.</li>
            <li>The subtype is set to the correct value.</li>
          </ul>
          <t>If any of the above checks fails, then the TLV is invalid.  An
invalid Crypto-Binding TLV is a fatal error and is handled as
described in <xref target="phase-2-errors"/></t>
          <t>The Crypto-Binding TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|    Reserved   |    Version    |  Received Ver.| Flags|Sub-Type|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
~                             Nonce                             ~
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
~                   EMSK Compound MAC                           ~
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
~                    MSK Compound MAC                           ~
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>12 - Crypto-Binding TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>76</t>
            </li>
          </ul>
          <t>Reserved</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>Version</t>
          <ul empty="true">
            <li>
              <t>The Version field is a single octet, which is set to the version
of Crypto-Binding TLV the TEAP method is using.  For an
implementation compliant with this version of TEAP, the version
number MUST be set to one (1).</t>
            </li>
          </ul>
          <t>Received Ver</t>
          <ul empty="true">
            <li>
              <t>The Received Ver field is a single octet and MUST be set to the
TEAP version number received during version negotiation.  Note
that this field only provides protection against downgrade
attacks, where a version of EAP requiring support for this TLV is
required on both sides.</t>
            </li>
          </ul>
          <t>Flags</t>
          <ul empty="true">
            <li>
              <t>The Flags field is four bits.  Defined values include</t>
              <ul empty="true">
                <li>
                  <t>1  EMSK Compound MAC is present</t>
                  <t>2  MSK Compound MAC is present</t>
                  <t>3  Both EMSK and MSK Compound MAC are present</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Sub-Type</t>
          <ul empty="true">
            <li>
              <t>The Sub-Type field is four bits.  Defined values include</t>
              <ul empty="true">
                <li>
                  <t>0  Binding Request</t>
                  <t>1  Binding Response</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Nonce</t>
          <ul empty="true">
            <li>
              <t>The Nonce field is 32 octets.  It contains a 256-bit nonce that is
temporally unique, used for Compound MAC key derivation at each
end.  The nonce in a request MUST have its least significant bit
set to zero (0), and the nonce in a response MUST have the same
value as the request nonce except the least significant bit MUST
be set to one (1).</t>
            </li>
          </ul>
          <t>EMSK Compound MAC</t>
          <ul empty="true">
            <li>
              <t>The EMSK Compound MAC field is 20 octets.  This can be the Server
MAC (B1_MAC) or the Client MAC (B2_MAC).  The computation of the
MAC is described in <xref target="computing-compound-mac"/>.</t>
              <t>Note that this field is always 20 octets in length.  Any larger
MAC is simply truncated.  All validations or comparisons MUST be done
on the truncated value.</t>
            </li>
          </ul>
          <t>MSK Compound MAC</t>
          <ul empty="true">
            <li>
              <t>The MSK Compound MAC field is 20 octets.  This can be the Server
MAC (B1_MAC) or the Client MAC (B2_MAC).  The computation of the
MAC is described in <xref target="computing-compound-mac"/>.</t>
              <t>Note that this field is always 20 octets in length.  Any larger
MAC is simply truncated.  All validations or comparisons MUST be done
on the truncated value.</t>
            </li>
          </ul>
        </section>
        <section anchor="bp-auth-req-tlv">
          <name>Basic-Password-Auth-Req TLV</name>
          <t>The Basic-Password-Auth-Req TLV is used by the authentication server
to request a username and password from the peer.  It contains an
optional user prompt message for the request.  The peer is expected to
obtain the username and password and send them in a Basic-Password-Auth-Resp TLV.</t>
          <t>The Basic-Password-Auth-Req TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|   Prompt ....
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>13 - Basic-Password-Auth-Req TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>variable</t>
            </li>
          </ul>
          <t>Prompt</t>
          <ul empty="true">
            <li>
              <t>optional user prompt message in UTF-8 <xref target="RFC3629"/> format</t>
            </li>
          </ul>
        </section>
        <section anchor="bp-auth-resp-tlv">
          <name>Basic-Password-Auth-Resp TLV</name>
          <t>The Basic-Password-Auth-Resp TLV is used by the peer to respond to a
Basic-Password-Auth-Req TLV with a username and password.  The TLV
contains a username and password.  The username and password are in
UTF-8 <xref target="RFC3629"/> format.</t>
          <t>The Basic-Password-Auth-Resp TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|   Userlen     |             Username
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      ...     Username    ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|   Passlen     |             Password
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
      ...     Password    ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>14 - Basic-Password-Auth-Resp TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>variable</t>
            </li>
          </ul>
          <t>Userlen</t>
          <ul empty="true">
            <li>
              <t>Length of Username field in octets</t>
              <t>The value of Userlen MUST NOT be zero.</t>
            </li>
          </ul>
          <t>Username</t>
          <ul empty="true">
            <li>
              <t>Username in UTF-8 <xref target="RFC3629"/> format</t>
              <t>The content of Username SHOULD follow the guidelines set in
<xref target="RFC9427"/> Section 3.1.</t>
            </li>
          </ul>
          <t>Passlen</t>
          <ul empty="true">
            <li>
              <t>Length of Password field in octets</t>
              <t>The value of Passlen MUST NOT be zero.</t>
            </li>
          </ul>
          <t>Password</t>
          <ul empty="true">
            <li>
              <t>Password in UTF-8 <xref target="RFC3629"/> format</t>
              <t>Note that there is no requirement that passwords be humanly
readable.  Octets in a passwords may have values less than 0x20,
including 0x00.</t>
            </li>
          </ul>
        </section>
        <section anchor="pkcs7-tlv">
          <name>PKCS#7 TLV</name>
          <t>The PKCS#7 TLV is used by the EAP server to deliver certificate(s) to
the peer.  The format consists of a certificate or certificate chain
in binary DER encoding <xref target="X.690"/> in a degenerate Certificates Only
PKCS#7 SignedData Content as defined in <xref target="RFC5652"/>.</t>
          <t>When used in response to a Trusted-Server-Root TLV request from the
peer, the EAP server MUST send the PKCS#7 TLV inside a
Trusted-Server-Root TLV.  When used in response to a PKCS#10 certificate
enrollment request from the peer, the EAP server MUST send the PKCS#7
TLV without a Trusted-Server-Root TLV.  The PKCS#7 TLV is always
marked as optional, which cannot be responded to with a NAK TLV.
TEAP implementations that support the Trusted-Server-Root TLV or the
PKCS#10 TLV MUST support this TLV.  Peers MUST NOT assume that the
certificates in a PKCS#7 TLV are in any order.</t>
          <t>TEAP servers MAY return self-signed certificates.  Peers that handle
self-signed certificates or trust anchors MUST NOT implicitly trust
these certificates merely due to their presence in the certificate
bag.  Note: Peers are advised to take great care in deciding whether
to use a received certificate as a trust anchor.  The authenticated
nature of the tunnel in which a PKCS#7 bag is received can provide a
level of authenticity to the certificates contained therein.  Peers
are advised to take into account the implied authority of the EAP
server and to constrain the trust it can achieve through the trust
anchor received in a PKCS#7 TLV.</t>
          <t>The PKCS#7 TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|           PKCS#7 Data...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 - Optional TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>15 - PKCS#7 TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>The length of the PKCS#7 Data field.</t>
            </li>
          </ul>
          <t>PKCS#7 Data</t>
          <ul empty="true">
            <li>
              <t>This field contains the DER-encoded X.509 certificate or
certificate chain in a Certificates-Only PKCS#7 SignedData
message.</t>
            </li>
          </ul>
        </section>
        <section anchor="pkcs10-tlv">
          <name>PKCS#10 TLV</name>
          <t>The PKCS#10 TLV is used by the peer to initiate the "simple PKI"
Request/Response from <xref target="RFC5272"/>.  The format of the request is as
specified in Section 6.4 of <xref target="RFC4945"/>.  The PKCS#10 TLV is always
marked as optional, which cannot be responded to with a NAK TLV.</t>
          <t>The PKCS#10 TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|           PKCS#10 Data...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 - Optional TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>16 - PKCS#10 TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>The length of the PKCS#10 Data field.</t>
            </li>
          </ul>
          <t>PKCS#10 Data</t>
          <ul empty="true">
            <li>
              <t>This field contains the DER-encoded PKCS#10 certificate request.</t>
            </li>
          </ul>
        </section>
        <section anchor="trusted-server-root-tlv">
          <name>Trusted-Server-Root TLV</name>
          <t>Trusted-Server-Root TLV facilitates the request and delivery of a
trusted server root certificate.  The Trusted-Server-Root TLV can be
exchanged in regular TEAP authentication mode or provisioning mode.
The Trusted-Server-Root TLV is always marked as optional and cannot
be responded to with a Negative Acknowledgment (NAK) TLV.  The
Trusted-Server-Root TLV MUST only be sent as an Inner TLV (inside the
protection of the tunnel).</t>
          <t>After the peer has determined that it has successfully authenticated
the EAP server and validated the Crypto-Binding TLV, it MAY send one
or more Trusted-Server-Root TLVs (marked as optional) to request the
trusted server root certificates from the EAP server.  The EAP server
MAY send one or more root certificates with a Public Key
Cryptographic System #7 (PKCS#7) TLV inside the Trusted-Server-Root
TLV.  The EAP server MAY also choose not to honor the request.</t>
          <t>The Trusted-Server-Root TLV allows the peer to send a request to the
EAP server for a list of trusted roots.  The server may respond with
one or more root certificates in PKCS#7 <xref target="RFC2315"/> format.</t>
          <t>If the EAP server sets the credential format to
PKCS#7-Server-Certificate-Root, then the Trusted-Server-Root TLV should contain the
root of the certificate chain of the certificate issued to the EAP
server packaged in a PKCS#7 TLV.  If the server certificate is a
self-signed certificate, then the root is the self-signed
certificate.</t>
          <t>If the Trusted-Server-Root TLV credential format contains a value
unknown to the peer, then the EAP peer should ignore the TLV.</t>
          <t>The Trusted-Server-Root TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|           Credential-Format   |     Cred TLVs...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 - Optional TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>17 - Trusted-Server-Root TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>&gt;=2 octets</t>
            </li>
          </ul>
          <t>Credential-Format</t>
          <ul empty="true">
            <li>
              <t>The Credential-Format field is two octets.  Values include:</t>
              <ul empty="true">
                <li>
                  <t>1 - PKCS#7-Server-Certificate-Root</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Cred TLVs</t>
          <ul empty="true">
            <li>
              <t>This field is of indefinite length.  It contains TLVs associated
with the credential format.  The peer may leave this field empty
when using this TLV to request server trust roots.</t>
            </li>
          </ul>
        </section>
        <section anchor="csr-attributes-tlv">
          <name>CSR-Attributes TLV</name>
          <t>The CSR-Attributes TLV provides information from the server to the
peer on how certificate signing requests should be formed.  The
purpose of CSR attributes is described in Section 4.5 of <xref target="RFC7030"/>.
Servers MAY send the CSR-Attributes TLV directly after the TLS session has
been established.  A server MAY also send in the same message a
Request Action frame for a PKCS#10 TLV.  This is an indication to the
peer that the server would like the peer to renew its certificate
using the parameters provided in this TLV.  Servers shall construct
the contents of the CSR-Attributes TLV as specified in <xref target="RFC7030"/> Section 4.5.2 with the
exception that the DER encoding MUST NOT be encoded in base64.  The base64 encoding is used in <xref target="RFC7030"/> because the transport protocol used there requires textual encoding.  In contrast, TEAP attributes can transport arbitrary binary data.</t>
          <t>Servers and peers MUST follow the guidance provided in
<xref target="I-D.ietf-lamps-rfc7030-csrattrs"/> when creating the CSR-Attributes TLV. Peers MAY ignore the contents
of the TLV if they are unable to do so, but then servers may not
process PKCS#10 certificate requests for this or any other reason.</t>
          <t>The CSR-Attributes TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                DER Encoded CSR Attributes                     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 - Optional TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>18 - CSR-Attributes</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>&gt;=2 octets</t>
            </li>
          </ul>
        </section>
        <section anchor="identity-hint-tlv">
          <name>Identity-Hint TLV</name>
          <t>The Identity-Hint TLV is an optional TLV which can sent by the peer to the server at the beginning of the Phase 2 TEAP conversation.  The purpose of the TLV is to provide a "hint" as to the identity or identities which the peer will be using by subsequent inner methods.</t>
          <t>The purpose of this TLV is to solve the "bootstrapping" problem for the server.  In order to perform authentication, the server must choose an inner method.  However, the server has no knowledge of what methods are supported by the peer.  Without an identity hint, the server needs to propose a method, and then have the peer return a response indicating that the requested method is not available.  This negotiation increases the number of round trips required for TEAP to conclude, with no additional benefit.</t>
          <t>When the Identity-Hint is used, the peer can signal which identities it has available, which enables the server to choose an inner method which is appropriate for that identity.</t>
          <t>The peer SHOULD send an Identity-Hint TLV for each Identity-Type which is available to it.  For example, if the peer can do both Machine and User authentication, it can send two Identity-Hint TLVs, with values "host/name.example.com" (for a machine with hostname "name.example.com"), and "user@example.com" (for a person with identity "user@example.com").</t>
          <t>The contents of the Identity-Hint TLV SHOULD be in the format of an NAI <xref target="RFC7542"/>, but we note that as given in the example above, Machine identities might not follow that format.  As these identities are never used for AAA routing as discussed in <xref target="RFC7542"/> Section 3, the format and definition of these identities is entirely site local.  Robust implementations MUST support arbitrary data in the content of this TLV, including binary octets.</t>
          <t>As the Identity-Hint TLV is a "hint", server implementations are free to ignore the hints given, and do whatever is required by site-local policies.</t>
          <t>The Identity-Hint TLV is used only as a guide when selecting which inner methods to use.  This TLV has no other meaning, and it MUST NOT be used for any other purpose.  Specifically. server implementations MUST NOT compare the identities given this TLV to later identities given as part of the inner methods.  There is no issue with the hint(s) failing to match any subsequent identity which is used.</t>
          <t>The Identity-Hint TLV MUST NOT be used for Server Unauthenticated Provisioning.  This TLV is only used as a hint for normal authentication.</t>
          <t>The Identity-Hint TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                       Identity Hint                           |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 - Optional TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>19 - Identity-Hint</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>&gt;=2 octets</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="tlv-rules">
        <name>TLV Rules</name>
        <t>To save round trips, multiple TLVs can be sent in a single TEAP
packet.  However, multiple EAP Payload TLVs, multiple Basic Password
Authentication TLVs, or an EAP Payload TLV with a Basic Password
Authentication TLV within one single TEAP packet is not supported in
this version and MUST NOT be sent.  If the peer or EAP server
receives multiple EAP Payload TLVs, then it MUST terminate the
connection with the Result TLV.  The order in which TLVs are encoded in a TEAP packet does not
matter, however there is an order in which TLVs in a packet must be processed:</t>
        <ol spacing="normal" type="1"><li>Crypto-Binding TLV</li>
          <li>Intermediate-Result TLV</li>
          <li>Result TLV or Request-Action TLV</li>
          <li>Identity-Type TLV</li>
          <li>EAP-Payload TLV[Identity-Request] or Basic-Password-Auth-Req TLV</li>
          <li>Other TLVs</li>
        </ol>
        <t>That is, cryptographic binding is checked before any result is used,
and identities are checked before proposing an inner method, as the
identity may influence the chosen inner method.</t>
        <t>The following define the meaning of the table entries in the sections
below:</t>
        <artwork><![CDATA[
0     This TLV MUST NOT be present in the message.

0+    Zero or more instances of this TLV MAY be present in the
      message.

0-1   Zero or one instance of this TLV MAY be present in the message.

1     Exactly one instance of this TLV MUST be present in the
      message.
]]></artwork>
        <section anchor="outer-tlvs">
          <name>Outer TLVs</name>
          <t>The following table provides a guide to which TLVs may be included in
the TEAP packet outside the TLS channel, which kind of packets, and
in what quantity:</t>
          <artwork><![CDATA[
Request  Response    Success   Failure   TLVs
0-1      0           0         0         Authority-ID
0-1      0-1         0         0         Identity-Type
0+       0+          0         0         Vendor-Specific
]]></artwork>
          <t>Outer TLVs MUST be marked as optional.  Vendor TLVs inside of a
Vendor-Specific TLV MUST be marked as optional when included in Outer TLVs.
Outer TLVs MUST NOT be included in messages after the first two TEAP
messages sent by peer and EAP-server respectively.  That is the first
EAP-server-to-peer message and first peer-to-EAP-server message.  If
the message is fragmented, the whole set of messages is counted as
one message.  If Outer TLVs are included in messages after the first
two TEAP messages, they MUST be ignored.</t>
        </section>
        <section anchor="inner-tlvs">
          <name>Inner TLVs</name>
          <t>The following table provides a guide to which Inner TLVs may be
encapsulated in TLS in TEAP Phase 2, in which kind of packets, and in
what quantity.  The messages are as follows: Request is a TEAP
Request, Response is a TEAP Response, Success is a message containing
a successful Result TLV, and Failure is a message containing a failed
Result TLV.</t>
          <artwork><![CDATA[
Request  Response    Success   Failure   TLVs
0-1      0-1         0         0         Identity-Type
0-1      0-1         1         1         Result
0+       0+          0         0         NAK
0+       0+          0+        0+        Error
0-1      0-1         0         0         Channel-Binding
0+       0+          0+        0+        Vendor-Specific
0+       0+          0+        0+        Request-Action
0-1      0-1         0         0         EAP-Payload
0-1      0-1         0-1       0-1       Intermediate-Result
0-1      0-1         0-1       0-1       Crypto-Binding
0-1      0           0         0         Basic-Password-Auth-Req
0        0-1         0         0         Basic-Password-Auth-Resp
0-1      0           0-1       0         PKCS#7
0        0-1         0         0         PKCS#10
0-1      0-1         0-1       0         Trusted-Server-Root
0-1      0           0         0         CSR-Attributes TLV
0        0+          0         0         Identity-Hint TLV
]]></artwork>
          <t>NOTE: Vendor TLVs (included in Vendor-Specific TLVs) sent with a
Result TLV MUST be marked as optional.  Also, the CSR-Attributes TLV
is never transmitted by the peer, and so is treated as a request
in this table.</t>
        </section>
      </section>
    </section>
    <section anchor="cryptographic-calculations">
      <name>Cryptographic Calculations</name>
      <t>For key derivation and crypto-binding, TEAP uses the Pseudorandom
Function (PRF) and MAC algorithms negotiated in the underlying TLS
session.  Since these algorithms depend on the TLS version and
cipher suite, TEAP implementations need a mechanism to determine the
version and cipher suite in use for a particular session.  The
implementation can then use this information to determine which PRF
and MAC algorithm to use.</t>
      <section anchor="key-derivations">
        <name>TEAP Authentication Phase 1: Key Derivations</name>
        <t>With TEAPv1, the TLS master secret is generated as specified in TLS.
If session resumption is used, then the master secret is obtained as described in
<xref target="RFC5077"/>.</t>
        <t>TEAPv1 makes use of the TLS Keying Material Exporters defined in
<xref target="RFC5705"/> to derive the session_key_seed as follows:</t>
        <artwork><![CDATA[
   session_key_seed = TLS-Exporter(
                      "EXPORTER: teap session key seed",, 40)
]]></artwork>
        <t>No context data is used in the export process.</t>
        <t>The session_key_seed is used by the TEAP authentication Phase 2
conversation to both cryptographically bind the inner method(s) to
the tunnel as well as generate the resulting TEAP session keys.  The
other TLS keying materials are derived and used as defined in
<xref target="RFC5246"/>.</t>
      </section>
      <section anchor="intermediate-compound-key">
        <name>Intermediate Compound Key Derivations</name>
        <t>The session_key_seed derived as part of TEAP Phase 2 is used in TEAP
Phase 2 to generate an Intermediate Compound Key (IMCK) used to
verify the integrity of the TLS tunnel after each successful inner
authentication and in the generation of Master Session Key (MSK) and
Extended Master Session Key (EMSK) defined in <xref target="RFC3748"/>.  Note that
the IMCK MUST be recalculated after each successful inner method.</t>
        <t>The first step in these calculations is the generation of the base
compound key, IMCK[j] from the session_key_seed, and any session keys
derived from the successful execution of j'th inner
methods. The inner method(s) MUST
provide Inner Method Session Keys (IMSKs), IMSK[1]..IMSK[n], corresponding
to inner method 1 through n.  When a particular inner method
does not provide key material (such as with password exchange) then a special "all zero" IMSK
is used as described below.</t>
        <t>If an inner method supports export of an Extended Master Session Key
(EMSK), then the IMSK SHOULD be derived from the EMSK as defined in
<xref target="RFC5295"/>.  The optional data parameter is not used in the derivation.</t>
        <artwork><![CDATA[
   IMSK[j] = First 32 octets of TLS-PRF(
          EMSK[j],
          "TEAPbindkey@ietf.org",
          0x00 | 0x00 | 0x40)
]]></artwork>
        <ul empty="true">
          <li>
            <t>where "|" denotes concatenation and the TLS-PRF is defined in
<xref target="RFC5246"/> as:</t>
            <artwork><![CDATA[
   PRF(secret, label, seed) = P_<hash>(secret, label | seed)
]]></artwork>
            <t>The secret is the EMSK from the j'th inner method, the usage label used is
"TEAPbindkey@ietf.org" consisting of the ASCII value for the
label "TEAPbindkey@ietf.org" (without quotes), the seed
consists of the "\0" null delimiter (0x00) and 2-octet unsigned
integer length of 64 octets in network byte order (0x00 | 0x40) specified
in <xref target="RFC5295"/>.</t>
          </li>
        </ul>
        <t>If an inner method does not support export of an Extended Master
Session Key (EMSK), then the IMSK is derived from the MSK of the inner method.  The
MSK is truncated at 32 octets if it is longer than 32 octets or
padded to a length of 32 octets with zeros if it is less than 32
octets. In this case, IMSK[j] is the adjusted MSK.</t>
        <t>An inner method may not provider either EMSK or MSK, such as when basic password authentication
is used or when no inner method has been run and the crypto-binding TLV
for the Result TLV needs to be generated.  In this case, IMSK[j]
is set to all zeroes (i.e., IMSK[j] = MSK = 32 octets of 0x00s).</t>
        <t>Note that using a MSK of all zeroes opens up TEAP to on-path
attacks, as discussed below in {#separation-p1-p2}.  It is therefore
NOT RECOMMENDED to use inner methods which fail to generate an EMSK or
MSK.  These methods should only be used in conjunction with another
inner method which does provide for EMSK or MSK generation.  It is
also RECOMMENDED that TEAP peers order authentication such that
methods which generate EMSKs are performed before methods which do not
generate EMSKs.</t>
        <t>For example, Phase 2 could perform both Machine authentication using
EAP-TLS, followed by User authentication via the Basic Password
Authentication TLVs.  In that case, the use of EAP-TLS would allow an
attacker to be detected before the User password was sent.</t>
        <t>However, it is possible that the peer and server sides might not have
the same capability to export EMSK.  In order to maintain maximum
flexibility while prevent downgrading attack, the following mechanism
is in place.</t>
        <t>On the sender of the Crypto-Binding TLV side:</t>
        <ul empty="true">
          <li>
            <t>If the EMSK is not available, then the sender computes the Compound
MAC using the MSK of the inner method.</t>
            <t>If the EMSK is available and the sender's policy accepts MSK-based
MAC, then the sender computes two Compound MAC values.  The first
is computed with the EMSK.  The second one is computed using the
MSK.  Both MACs are then sent to the other side.</t>
            <t>If the EMSK is available but the sender's policy does not allow
downgrading to MSK-generated MAC, then the sender SHOULD only send
EMSK-based MAC.</t>
          </li>
        </ul>
        <t>On the receiver of the Crypto-Binding TLV side:</t>
        <ul empty="true">
          <li>
            <t>If the EMSK is not available and an MSK-based Compound MAC was
sent, then the receiver validates the Compound MAC and sends back
an MSK-based Compound MAC response.</t>
            <t>If the EMSK is not available and no MSK-based Compound MAC was
sent, then the receiver handles like an invalid Crypto-Binding TLV
with a fatal error.</t>
            <t>If the EMSK is available and an EMSK-based Compound MAC was sent,
then the receiver validates it and creates a response Compound MAC
using the EMSK.</t>
            <t>If the EMSK is available but no EMSK-based Compound MAC was sent
and its policy accepts MSK-based MAC, then the receiver validates
it using the MSK and, if successful, generates and returns an MSK-based
Compound MAC.</t>
            <t>If the EMSK is available but no EMSK Compound MAC was sent and its
policy does not accept MSK-based MAC, then the receiver handles
like an invalid Crypto-Binding TLV with a fatal error.</t>
          </li>
        </ul>
        <t>If an inner method results in failure, then it is not included in this
calculation.</t>
        <t>The derivation of S-IMCK is as follows:</t>
        <artwork><![CDATA[
   S-IMCK[0] = session_key_seed
   For j = 1 to n-1 do
        IMCK[j] = the first 60 octets of TLS-PRF(S-IMCK[j-1],
             "Inner Methods Compound Keys",
             IMSK[j])
        S-IMCK[j] = first 40 octets of IMCK[j]
        CMK[j] = last 20 octets of IMCK[j]
]]></artwork>
        <t>where TLS-PRF is the PRF described above negotiated as
part of TLS handshake <xref target="RFC5246"/>.  The value j refers to a
corresponding inner method 1 through n.  The special value of
S-IMCK[0] is used to bootstrap the calculations, and can be done as
soon as the TLS connection is established, and before any inner
methods are run.</t>
        <t>In practice, the requirement to use either MSK or EMSK means that an
implement MUST track two independent derivations of IMCK[j], one which
depends on the MSK, and another which depends on EMSK.  That is, we
have both values derived from MSK:</t>
        <artwork><![CDATA[
   IMSK_MSK[j]
   S-IMCK_MSK[j]
   CMK_MSK[j]
]]></artwork>
        <t>and then also values derived from EMSK:</t>
        <artwork><![CDATA[
   IMSK_EMSK[j]
   S-IMCK_EMSK[j]
   CMK_EMSK[j]
]]></artwork>
      </section>
      <section anchor="computing-compound-mac">
        <name>Computing the Compound MAC</name>
        <t>For inner methods that generate keying material, further
protection against on-path attacks is provided through
cryptographically binding keying material established by both TEAP
Phase 1 and TEAP Phase 2 conversations.  After each successful inner
EAP authentication, EAP EMSK and/or MSKs are cryptographically
combined with key material from TEAP Phase 1 to generate a Compound
Session Key (CMK).  The CMK is used to calculate the Compound MAC as
part of the Crypto-Binding TLV described in <xref target="crypto-binding-tlv"/>, which
helps provide assurance that the same entities are involved in all
communications in TEAP.  During the calculation of the Compound MAC,
the MAC field is filled with zeros.</t>
        <t>The Compound MAC computation is as follows:</t>
        <artwork><![CDATA[
   Compound-MAC = the first 20 octets of MAC( CMK[n], BUFFER )
]]></artwork>
        <t>where n is the number of the last successfully executed inner
method, MAC is the MAC function negotiated in TLS (e.g. TLS 1.2 in <xref target="RFC5246"/>), and
BUFFER is created after concatenating these fields in the following
order:</t>
        <ol spacing="normal" type="1"><li>The entire Crypto-Binding TLV attribute with both the EMSK and MSK
 Compound MAC fields zeroed out.</li>
          <li>The EAP Type sent by the other party in the first TEAP message,
which MUST be TEAP, encoded as one octet of 0x37.</li>
          <li>All the Outer TLVs from the first TEAP message sent by EAP server
to peer.  If a single TEAP message is fragmented into multiple
TEAP packets, then the Outer TLVs in all the fragments of that
message MUST be included.</li>
          <li>All the Outer TLVs from the first TEAP message sent by the peer to
the EAP server.  If a single TEAP message is fragmented into
multiple TEAP packets, then the Outer TLVs in all the fragments of
that message MUST be included.</li>
        </ol>
        <t>If no inner method is run, then no EMSK or MSK
will be generated.  If an IMSK needs to be generated then the MSK
and therefore the IMSK is set to all zeroes (i.e., IMSK = MSK = 32 octets of 0x00s).</t>
        <t>Note that there is no boundary marker between the fields in steps (3)
and (4).  However, the server calculates the compound MAC using the
outer TLVs it sent, and the outer TLVs it received from the peer.  On
the other side, the peer calculates the compound MAC using the outer
TLVs it sent, and the outer TLVs it received from the server.  As a
result, and modification in transit of the outer TLVs will be detected
because the two sides will calculate different values for the compound
MAC.</t>
        <t>If no key generating inner method is run then no EMSK or MSK will be
generated. If an IMSK needs to be generated then the MSK and therefore
the IMSK is set to all zeroes (i.e., IMSK = MSK = 32 octets of 0x00s)</t>
      </section>
      <section anchor="eap-master-session-key-generation">
        <name>EAP Master Session Key Generation</name>
        <t>TEAP authentication assures the Master Session Key (MSK) and Extended
Master Session Key (EMSK) output from running TEAP are the combined result
of all inner methods by generating an Intermediate
Compound Key (IMCK).  The IMCK is mutually derived by the peer and
the server as described in <xref target="intermediate-compound-key"/> by combining the MSKs from
inner methods with key material from TEAP Phase 1.  The resulting
MSK and EMSK are generated from the final ("n"th) inner method, as part of the IMCK[n] key hierarchy via the
following derivation:</t>
        <artwork><![CDATA[
   MSK  = the first 64 octets of TLS-PRF(S-IMCK[n],
          "Session Key Generating Function")
   EMSK = the first 64 octets of TLS-PRF(S-IMCK[n],
          "Extended Session Key Generating Function")
]]></artwork>
        <t>The TLS-PRF is defined in <xref target="RFC5246"/> as</t>
        <artwork><![CDATA[
   PRF(secret, label, seed) = P_<hash>(secret, label | seed).
]]></artwork>
        <t>where "|" denotes concatenation. The secret is S-IMCK[n] where n is the
number of the last generated
S-IMCK[j] from <xref target="intermediate-compound-key"/>.  The label is the ASCII
value for the string without quotes.  The seed is empty (0 length) and
is omitted from the derivation.</t>
        <t>The EMSK is typically only known to the TEAP peer and server and is
not provided to a third party.  The derivation of additional keys and
transportation of these keys to a third party are outside the scope
of this document.</t>
        <t>If no inner method has created an EMSK or MSK, the MSK
and EMSK will be generated directly from the session_key_seed meaning
S-IMCK[0] = session_key_seed.</t>
        <t>As we noted above, not all inner methods generate both MSK and EMSK,
so we have to maintain two independent derivations of S-IMCK[j], one
for each of MSK[j] and EMSK[j].  The final derivation using
S-IMCK[n] must choose only one of these keys.</t>
        <t>If the Crypto-Binding TLV contains an EMSK compound MAC, then the
derivation is taken from the S_IMCK_EMSK[n].  Otherwise it is taken
from the S_IMCK_MSK[n].</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This section provides guidance to the Internet Assigned Numbers
Authority (IANA) regarding registration of values related to the TEAP
protocol, in accordance with BCP 26 <xref target="RFC5226"/>.</t>
      <t>Except as noted below, IANA is instructed to update the "Tunnel
Extensible Authentication Protocol (TEAP) Parameters" registry to
change the Reference field in all tables from <xref target="RFC7170"/> to [THIS-DOCUMENT].</t>
      <section anchor="teap-tlv-types">
        <name>TEAP TLV Types</name>
        <t>IANA is instructed to update the references in the "TEAP TLV Types"
registry as follows.  Most references to <xref target="RFC7170"/> are changed to
this document.  TLV 11 is deprecated.  TLV 18 and TLV 19 are new
additions to the registry.</t>
        <artwork><![CDATA[
Value,Description,Reference
0,Unassigned,
1,Authority-ID TLV,[THIS-DOCUMENT]
2,Identity-Type TLV,[THIS-DOCUMENT]
3,Result TLV,[THIS-DOCUMENT]
4,NAK TLV,[THIS-DOCUMENT]
5,Error TLV,[THIS-DOCUMENT]
6,Channel-Binding TLV,[THIS-DOCUMENT]
7,Vendor-Specific TLV,[THIS-DOCUMENT]
8,Request-Action TLV,[THIS-DOCUMENT]
9,EAP-Payload TLV,[THIS-DOCUMENT]
10,Intermediate-Result TLV,[THIS-DOCUMENT]
11,PAC TLV,(DEPRECATED) [RFC7170][THIS-DOCUMENT]
12,Crypto-Binding TLV,[THIS-DOCUMENT]
13,Basic-Password-Auth-Req TLV,[THIS-DOCUMENT]
14,Basic-Password-Auth-Resp TLV,[THIS-DOCUMENT]
15,PKCS#7 TLV,[THIS-DOCUMENT]
16,PKCS#10 TLV,[THIS-DOCUMENT]
17,Trusted-Server-Root TLV,[THIS-DOCUMENT]
18,CSR-Attributes TLV,[THIS-DOCUMENT]
19,Identity-Hint TLV,[THIS-DOCUMENT]
20-16383,Unassigned,
]]></artwork>
        <t>IANA is instructed to update the "TEAP PAC TLV (value 11) PAC
Attribute Type Codes" and "TEAP PAC TLV (value 11) PAC-Type Type
Codes" registries with a NOTE:</t>
        <artwork><![CDATA[
This registry has been closed. See [THIS-DOCUMENT].
]]></artwork>
      </section>
      <section anchor="teap-error-tlv-value-5-error-codes">
        <name>TEAP Error TLV (value 5) Error Codes</name>
        <t>IANA is instructed to update the "TEAP Error TLV (value 5) Error Codes" registry to add the following entry:</t>
        <artwork><![CDATA[
Value,Description,Reference
1032,Inner method not supported,[THIS-DOCUMENT]
]]></artwork>
      </section>
      <section anchor="tls-exporter-labels">
        <name>TLS Exporter Labels</name>
        <t>IANA is instructed to update the "TLS Exporter Labels" registry to change the Reference field for Value "EXPORTER: teap session key seed" as follows:</t>
        <artwork><![CDATA[
Value,DTLS-OK,Recommended,Reference
EXPORTER: teap session key seed,N,Y,[THIS-DOCUMENT]
]]></artwork>
      </section>
      <section anchor="extended-master-session-key-emsk-parameters">
        <name>Extended Master Session Key (EMSK) Parameters</name>
        <t>IANA is instructed to update the "User Specific Root Keys (USRK) Key Labels" registry to change the Reference field for Value "TEAPbindkey@ietf.org" as follows:</t>
        <artwork><![CDATA[
Value,Description,Reference
TEAPbindkey@ietf.org,TEAP binding usage label,[THIS-DOCUMENT]
]]></artwork>
      </section>
      <section anchor="extensible-authentication-protocol-eap-registry">
        <name>Extensible Authentication Protocol (EAP) Registry</name>
        <t>IANA is instructed to update the "Method Types" regisry to change the Reference field for Value "55" as follows:</t>
        <artwork><![CDATA[
Value,Description,Reference
55,TEAP,[THIS-DOCUMENT]
]]></artwork>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TEAP is designed with a focus on wireless media, where the medium
itself is inherent to eavesdropping.  Whereas in wired media an
attacker would have to gain physical access to the wired medium,
wireless media enables anyone to capture information as it is
transmitted over the air, enabling passive attacks.  Thus, physical
security can not be assumed, and security vulnerabilities are far
greater.  The threat model used for the security evaluation of TEAP
is defined in EAP <xref target="RFC3748"/>.</t>
      <section anchor="mutual-authentication-and-integrity-protection">
        <name>Mutual Authentication and Integrity Protection</name>
        <t>As a whole, TEAP provides message and integrity protection by
establishing a secure tunnel for protecting the inner
method(s).  The confidentiality and integrity protection is defined
by TLS and provides the same security strengths afforded by TLS
employing a strong entropy shared master secret.  The integrity of
the key generating inner methods executed within the TEAP
tunnel is verified through the calculation of the Crypto-Binding TLV.
This ensures that the tunnel endpoints are the same as the inner
method endpoints.</t>
        <t>Where Server Unauthenticated Provisioning is performed, TEAP requires
that the inner provisioning method provide for mutual authentication.</t>
      </section>
      <section anchor="method-negotiation">
        <name>Method Negotiation</name>
        <t>As is true for any negotiated EAP protocol, EAP NAK message used to
suggest an alternate EAP authentication method are sent unprotected and,
as such, are subject to spoofing.  During unprotected EAP method
negotiation, NAK packets may be interjected as active attacks to
bid-down to a weaker form of authentication, such as EAP-MD5
(which only provides one-way authentication and does not derive a
key).  Both the peer and server should have a method selection policy
that prevents them from negotiating down to weaker methods.  Inner
method negotiation resists attacks because it is protected by the
mutually authenticated TLS tunnel established.  Selection of TEAP as
an authentication method does not limit the potential inner
methods, so TEAP should be selected when available.</t>
        <t>An attacker cannot readily determine the inner method used,
except perhaps by traffic analysis.  It is also important that peer
implementations limit the use of credentials with an unauthenticated
or unauthorized server.</t>
      </section>
      <section anchor="separation-p1-p2">
        <name>Separation of Phase 1 and Phase 2 Servers</name>
        <t>Separation of the TEAP Phase 1 from the Phase 2 conversation is NOT
RECOMMENDED.  Allowing the Phase 1 conversation to be terminated at a
different server than the Phase 2 conversation can introduce
vulnerabilities if there is not a proper trust relationship and
protection for the protocol between the two servers.  Some
vulnerabilities include:</t>
        <ul spacing="normal">
          <li>Loss of identity protection</li>
          <li>Offline dictionary attacks</li>
          <li>Lack of policy enforcement</li>
          <li>on-path active attacks (as described in <xref target="RFC7029"/>)</li>
        </ul>
        <t>There may be cases where a trust relationship exists between the
Phase 1 and Phase 2 servers, such as on a campus or between two
offices within the same company, where there is no danger in
revealing the inner identity and credentials of the peer to entities
between the two servers.  In these cases, using a proxy solution
without end-to-end protection of TEAP MAY be used.  The TEAP
encrypting/decrypting gateway MUST, at a minimum, provide support for
IPsec, TLS, or similar protection in order to provide confidentiality
for the portion of the conversation between the gateway and the EAP
server.  In addition, separation of the TEAP server and Inner servers
allows for crypto-binding based on the inner method MSK to be
thwarted as described in <xref target="RFC7029"/>.
If the inner method derives an EMSK, then this threat is mitigated as
TEAP uses the Crypto-Binding TLV tie the inner EMSK to the TLS session via the TLS-PRF, as described above in <xref target="cryptographic-calculations"/>.</t>
        <t>On the other hand, if the inner method is not deriving EMSK as with
password authentication or unauthenticated provisioning, then this
threat still exists.  Implementations therefore need to limit the use of
inner methods as discussed above in <xref target="inner-method-limitations"/></t>
      </section>
      <section anchor="mitigation-of-known-vulnerabilities-and-protocol-deficiencies">
        <name>Mitigation of Known Vulnerabilities and Protocol Deficiencies</name>
        <t>TEAP addresses the known deficiencies and weaknesses in some EAP
authentication methods.  By employing a shared secret between the peer and server to
establish a secured tunnel, TEAP enables:</t>
        <ul spacing="normal">
          <li>Per-packet confidentiality and integrity protection</li>
          <li>User identity protection</li>
          <li>Better support for notification messages</li>
          <li>Protected inner method negotiation, including EAP method</li>
          <li>Sequencing of inner methods, including EAP methods</li>
          <li>Strong mutually derived MSKs</li>
          <li>Acknowledged success/failure indication</li>
          <li>Faster re-authentications through session resumption</li>
          <li>Mitigation of offline dictionary attacks</li>
          <li>Mitigation of on-path attacks</li>
          <li>Mitigation of some denial-of-service attacks</li>
        </ul>
        <t>It should be noted that in TEAP, as in many other authentication
protocols, a denial-of-service attack can be mounted by adversaries
sending erroneous traffic to disrupt the protocol.  This is a problem
in many authentication or key agreement protocols and is therefore
noted for TEAP as well.</t>
        <t>TEAP was designed with a focus on protected inner methods
that typically rely on weak credentials, such as password-based
secrets.  To that extent, the TEAP authentication mitigates several
vulnerabilities, such as offline dictionary attacks, by protecting the weak
credential-based inner method.  The protection is based on
strong cryptographic algorithms in TLS to provide message
confidentiality and integrity.  The keys derived for the protection
relies on strong random challenges provided by both peer and server
as well as an established key with strong entropy.  Implementations
should follow the recommendation in <xref target="RFC4086"/> when generating random
numbers.</t>
        <section anchor="user-identity-protection-and-verification">
          <name>User Identity Protection and Verification</name>
          <t>The initial identity request response exchange is sent in cleartext
outside the protection of TEAP.  Typically, the Network Access
Identifier (NAI) <xref target="RFC7542"/> in the identity response is useful only
for the realm of information that is used to route the authentication
requests to the right EAP server.  This means that the identity
response may contain an anonymous identity and just contain realm
information.  In other cases, the identity exchange may be eliminated
altogether if there are other means for establishing the destination
realm of the request.  In no case should an intermediary place any
trust in the identity information in the identity response since it
is unauthenticated and may not have any relevance to the
authenticated identity.  TEAP implementations should not attempt to
compare any identity disclosed in the initial cleartext EAP Identity
response packet with those Identities authenticated in Phase 2.</t>
          <t>When the server is authenticated, identity request/response exchanges
sent after the TEAP tunnel is established are protected from
modification and eavesdropping by attackers.  For server
unauthenticated provisioning, the outer TLS session provides little
security, and the provisioning method must necessarily provide this
protection instead.</t>
          <t>When a client certificate is sent outside of the TLS tunnel in Phase
1, the peer MUST include Identity-Type as an outer TLV, in order to
signal the type of identity which that client certificate is for.
Further, when a client certificate is sent outside of the TLS tunnel,
the server MUST proceed with Phase 2.  If there is no Phase 2 data,
then the EAP server MUST reject the session.</t>
          <t>Issues related to confidentiality of a client certificate are
discussed above in <xref target="client-certs-phase1"/></t>
          <t>Note that the Phase 2 data could simply be a Result TLV with value
Success, along with a Crypto-Binding TLV.
This Phase 2 data serves as a protected success indication as
discussed in <xref target="RFC9190"/> Section 2.1.1</t>
        </section>
      </section>
      <section anchor="dictionary-attack-resistance">
        <name>Dictionary Attack Resistance</name>
        <t>TEAP was designed with a focus on protected inner methods
that typically rely on weak credentials, such as password-based
secrets.  TEAP mitigates offline dictionary attacks by allowing the
establishment of a mutually authenticated encrypted TLS tunnel
providing confidentiality and integrity to protect the weak
credential-based inner method.</t>
        <t>TEAP mitigates dictionary attacks by permitting inner methods such as
EAP-pwd which are not vulnerable to dictionary attacks.</t>
        <t>TEAP implementations can mitigate online "brute force"
dictionary attempts by limiting the number of failed authentication
attempts for a particular identity.</t>
        <section anchor="protection-against-on-path-attacks">
          <name>Protection against On-Path Attacks</name>
          <t>TEAP provides protection from on-path attacks in a few ways:</t>
          <ol spacing="normal" type="1"><li>By using a certificates or a session ticket to mutually
authenticate the peer and server during TEAP authentication Phase 1
establishment of a secure TLS tunnel.</li>
            <li>When the TLS tunnel is not secured, by using the keys generated by the inner method
(if the inner methods are key generating) in the crypto-binding
exchange and in the generation of the key material exported by
the inner method described in <xref target="cryptographic-calculations"/>.</li>
          </ol>
          <t>TEAP crypto binding does not guarantee protection from on-path attacks
if the client allows a connection to an untrusted server, such as in
the case where the client does not properly validate the server's
certificate.  If the TLS cipher suite derives the master secret solely
from the contribution of secret data from one side of the
conversation (such as cipher suites based on RSA key transport), then
an attacker who can convince the client to connect and engage in
authentication can impersonate the client to another server even if a
strong inner method is executed within the tunnel.  If the TLS
cipher suite derives the master secret from the contribution of
secrets from both sides of the conversation (such as in cipher suites
based on Diffie-Hellman), then crypto binding can detect an attacker
in the conversation if a strong inner method is used.</t>
        </section>
      </section>
      <section anchor="protecting-against-forged-cleartext-eap-packets">
        <name>Protecting against Forged Cleartext EAP Packets</name>
        <t>EAP Success and EAP Failure packets are, in general, sent in
cleartext and may be forged by an attacker without detection.  Forged
EAP Failure packets can be used to attempt to convince an EAP peer to
disconnect.  Forged EAP Success packets may be used to attempt to
convince a peer that authentication has succeeded, even though the
authenticator has not authenticated itself to the peer.</t>
        <t>By providing message confidentiality and integrity, TEAP provides
protection against these attacks.  Once the peer and authentication
server (AS) initiate the TEAP authentication Phase 2, compliant TEAP
implementations MUST silently discard all cleartext EAP messages,
unless both the TEAP peer and server have indicated success or
failure using a protected mechanism.  Protected mechanisms include
the TLS alert mechanism and the protected termination mechanism
described in <xref target="protected-termination"/>.</t>
        <t>The success/failure decisions within the TEAP tunnel indicate the
final decision of the TEAP authentication conversation.  After a
success/failure result has been indicated by a protected mechanism,
the TEAP peer can process unprotected EAP Success and EAP Failure
messages; however, the peer MUST ignore any unprotected EAP Success
or Failure messages where the result does not match the result of the
protected mechanism.</t>
        <t>To abide by <xref target="RFC3748"/>, the server sends a cleartext EAP Success or
EAP Failure packet to terminate the EAP conversation.  However, since
EAP Success and EAP Failure packets are not retransmitted, the final
packet may be lost.  While a TEAP-protected EAP Success or EAP
Failure packet should not be a final packet in a TEAP conversation,
it may occur based on the conditions stated above, so an EAP peer
should not rely upon the unprotected EAP Success and Failure
messages.</t>
      </section>
      <section anchor="use-of-clear-text-passwords">
        <name>Use of Clear-text Passwords</name>
        <t>TEAP can carry clear-text passwords in the Basic-Password-Auth-Resp
TLV.  Implementations should take care to protect this data.  For
example, passwords should not normally be logged, and password data
should be securely scrubbed from memory when it is no longer needed.</t>
      </section>
      <section anchor="security-claims">
        <name>Security Claims</name>
        <t>This section provides the needed security claim requirement for EAP
<xref target="RFC3748"/>.</t>
        <artwork><![CDATA[
Auth. mechanism:         Certificate-based, shared-secret-based, and
                         various tunneled authentication mechanisms.

Cipher Suite negotiation: Yes

Mutual authentication:   Yes

Integrity protection:    Yes.  Any method executed within the TEAP
                         tunnel is integrity protected.  The
                         cleartext EAP headers outside the tunnel are
                         not integrity protected.  Server
                         unauthenticated provisioning provides its own
                         protection mechanisms.

Replay protection:       Yes

Confidentiality:         Yes

Key derivation:          Yes

Key strength:            See Note 1 below.

Dictionary attack prot.: See Note 2 below.

Fast reconnect:          Yes

Cryptographic binding:   Yes

Session independence:    Yes

Fragmentation:           Yes

Key Hierarchy:           Yes

Channel binding:         Yes
]]></artwork>
        <t>Notes</t>
        <t>Note 1. BCP 86 <xref target="RFC3766"/> offers advice on appropriate key sizes.  The
National Institute for Standards and Technology (NIST) also
offers advice on appropriate key sizes in <xref target="NIST-SP-800-57"/>.
<xref target="RFC3766"/>, <xref target="cryptographic-calculations"/> advises use of the following required RSA or
DH (Diffie-Hellman) module and DSA (Digital Signature Algorithm)
subgroup size in bits for a given level of attack resistance in
bits.  Based on the table below, a 2048-bit RSA key is required
to provide 112-bit equivalent key strength:</t>
        <artwork><![CDATA[
    Attack Resistance     RSA or DH Modulus            DSA subgroup
     (bits)                  size (bits)                size (bits)
    -----------------     -----------------            ------------
       70                        947                        129
       80                       1228                        148
       90                       1553                        167
      100                       1926                        186
      150                       4575                        284
      200                       8719                        383
      250                      14596                        482
]]></artwork>
        <t>Note 2. TEAP protects against offline dictionary attacks when secure inner
methods are used.  TEAP protects against online dictionary attacks by
limiting the number of failed authentications for a particular
identity.</t>
      </section>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Nearly all of the text in this document was taken directly from
<xref target="RFC7170"/>. We are grateful to the original authors and reviewers for
that document.  The acknowledgments given here are only for the
changes which resulted in this document.</t>
      <t>Alexander Clouter provided substantial and detailed technical feedback
on nearly every aspect of the specification.  The corrections in this
document are based on his work.</t>
      <t>We wish to thank the many reviewers and commenters in the EMU WG,
including Eliot Lear, Jouni Malinen, Joe Salowey, Heikki Vatiainen,
Bruno Pereria Vidal, and Michael Richardson.  Many corner cases and
edge conditions were caught and corrected as a result of their
feedback.</t>
    </section>
    <section anchor="changes-from-rfc-7170">
      <name>Changes from RFC 7170</name>
      <t>Alan DeKok was added as editor.</t>
      <t>The document was converted to Markdown, from the <xref target="RFC7170"/> text output.</t>
      <t>Any formatting changes mostly result from differences between using Markdown
versus XML for source.</t>
      <t>The IANA considerations section was replaced with a note to change the
IANA registry references to this document.</t>
      <t>A new section was added to explain that the inner EAP-MSCHAPv2
derivation follows EAP-FAST.  This is the largest technical change
from the previous revision of this document, and follows existing implementations.</t>
      <t>Many small changes have been made throughout the document to correct
inconsistencies, and to address mistakes.  At a high level:</t>
      <ul spacing="normal">
        <li>All open errata have been addressed.</li>
        <li>A new term "inner method" has been defined.</li>
        <li>The definitions and derivation of IMSK, S-IMCK, etc. have been corrected and clarified.</li>
        <li>The diagrams in Appendix C have been updated to match the TEAP state machine</li>
      </ul>
      <t>All uses of the PAC were removed.  It had not been implemented, and
there were no plans by implementors to use it.</t>
      <t>Text was added on recommendations for inner and outer identities.</t>
    </section>
    <section numbered="false" anchor="appendix-a-evaluation-against-tunnel-based-eap-method-requirements">
      <name>Appendix A Evaluation against Tunnel-Based EAP Method Requirements</name>
      <t>This section evaluates all tunnel-based EAP method requirements
described in <xref target="RFC6678"/> against TEAP version 1.</t>
      <section numbered="false" anchor="a1-requirement-411-rfc-compliance">
        <name>A.1.  Requirement 4.1.1: RFC Compliance</name>
        <t>TEAPv1 meets this requirement by being compliant with RFC 3748
<xref target="RFC3748"/>, RFC 4017 <xref target="RFC4017"/>, RFC 5247 <xref target="RFC5247"/>, and RFC 4962
<xref target="RFC4962"/>.  It is also compliant with the "cryptographic algorithm
agility" requirement by leveraging TLS 1.2 for all cryptographic
algorithm negotiation.</t>
      </section>
      <section numbered="false" anchor="a2-requirement-421-tls-requirements">
        <name>A.2.  Requirement 4.2.1: TLS Requirements</name>
        <t>TEAPv1 meets this requirement by mandating TLS version 1.2 support as
defined in <xref target="phase1"/>.</t>
      </section>
      <section numbered="false" anchor="a3-requirement-42111-cipher-suite-negotiation">
        <name>A.3.  Requirement 4.2.1.1.1: Cipher Suite Negotiation</name>
        <t>TEAPv1 meets this requirement by using TLS to provide protected
cipher suite negotiation.</t>
      </section>
      <section numbered="false" anchor="a4-requirement-42112-tunnel-data-protection-algorithms">
        <name>A.4.  Requirement 4.2.1.1.2: Tunnel Data Protection Algorithms</name>
        <t>TEAPv1 meets this requirement by mandating cipher suites
as defined in <xref target="phase1"/>.</t>
      </section>
      <section numbered="false" anchor="a5-requirement-42113-tunnel-authentication-and-key-establishment">
        <name>A.5.  Requirement 4.2.1.1.3: Tunnel Authentication and Key Establishment</name>
        <t>TEAPv1 meets this requirement by mandating cipher suites which only
include cipher suites that use strong cryptographic algorithms.  They
do not include cipher suites providing mutually anonymous
authentication or static Diffie-Hellman cipher suites as defined in
<xref target="phase1"/>.</t>
      </section>
      <section numbered="false" anchor="a6-requirement-4212-tunnel-replay-protection">
        <name>A.6.  Requirement 4.2.1.2: Tunnel Replay Protection</name>
        <t>TEAPv1 meets this requirement by using TLS to provide sufficient
replay protection.</t>
      </section>
      <section numbered="false" anchor="a7-requirement-4213-tls-extensions">
        <name>A.7.  Requirement 4.2.1.3: TLS Extensions</name>
        <t>TEAPv1 meets this requirement by allowing TLS extensions, such as TLS
Certificate Status Request extension <xref target="RFC6066"/> and SessionTicket
extension <xref target="RFC5077"/>, to be used during TLS tunnel establishment.</t>
      </section>
      <section numbered="false" anchor="a8-requirement-4214-peer-identity-privacy">
        <name>A.8.  Requirement 4.2.1.4: Peer Identity Privacy</name>
        <t>TEAPv1 meets this requirement by establishment of the TLS tunnel and
protection identities specific to the inner method.  In addition, the
peer certificate can be sent confidentially (i.e., encrypted).</t>
      </section>
      <section numbered="false" anchor="a9-requirement-4215-session-resumption">
        <name>A.9.  Requirement 4.2.1.5: Session Resumption</name>
        <t>TEAPv1 meets this requirement by mandating support of TLS session
resumption as defined in <xref target="resume-server-state"/> and TLS session
resumption using the methods defined in <xref target="RFC9190"/></t>
      </section>
      <section numbered="false" anchor="a10-requirement-422-fragmentation">
        <name>A.10.  Requirement 4.2.2: Fragmentation</name>
        <t>TEAPv1 meets this requirement by leveraging fragmentation support
provided by TLS as defined in <xref target="fragmentation"/>.</t>
      </section>
      <section numbered="false" anchor="a11-requirement-423-protection-of-data-external-to-tunnel">
        <name>A.11.  Requirement 4.2.3: Protection of Data External to Tunnel</name>
        <t>TEAPv1 meets this requirement by including the TEAP version number
received in the computation of the Crypto-Binding TLV as defined in
<xref target="crypto-binding-tlv"/>.</t>
      </section>
      <section numbered="false" anchor="a12-requirement-431-extensible-attribute-types">
        <name>A.12.  Requirement 4.3.1: Extensible Attribute Types</name>
        <t>TEAPv1 meets this requirement by using an extensible TLV data layer
inside the tunnel as defined in <xref target="teap-tlv-format"/>.</t>
      </section>
      <section numbered="false" anchor="a13-requirement-432-requestchallenge-response-operation">
        <name>A.13.  Requirement 4.3.2: Request/Challenge Response Operation</name>
        <t>TEAPv1 meets this requirement by allowing multiple TLVs to be sent in
a single EAP request or response packet, while maintaining the half-duplex
operation typical of EAP.</t>
      </section>
      <section numbered="false" anchor="a14-requirement-433-indicating-criticality-of-attributes">
        <name>A.14.  Requirement 4.3.3: Indicating Criticality of Attributes</name>
        <t>TEAPv1 meets this requirement by having a mandatory bit in each TLV
to indicate whether it is mandatory to support or not as defined in
<xref target="teap-tlv-format"/>.</t>
      </section>
      <section numbered="false" anchor="a15-requirement-434-vendor-specific-support">
        <name>A.15.  Requirement 4.3.4: Vendor-Specific Support</name>
        <t>TEAPv1 meets this requirement by having a Vendor-Specific TLV to
allow vendors to define their own attributes as defined in
<xref target="vendor-specific-tlv"/>.</t>
      </section>
      <section numbered="false" anchor="a16-requirement-435-result-indication">
        <name>A.16.  Requirement 4.3.5: Result Indication</name>
        <t>TEAPv1 meets this requirement by having a Result TLV to exchange the
final result of the TEAP authentication so both the peer and server
have a synchronized state as defined in <xref target="result-tlv"/>.</t>
      </section>
      <section numbered="false" anchor="a17-requirement-436-internationalization-of-display-strings">
        <name>A.17.  Requirement 4.3.6: Internationalization of Display Strings</name>
        <t>TEAPv1 meets this requirement by supporting UTF-8 format in the
Basic-Password-Auth-Req TLV as defined in <xref target="bp-auth-req-tlv"/> and the
Basic-Password-Auth-Resp TLV as defined in Section 4.2.15.</t>
      </section>
      <section numbered="false" anchor="a18-requirement-44-eap-channel-binding-requirements">
        <name>A.18.  Requirement 4.4: EAP Channel-Binding Requirements</name>
        <t>TEAPv1 meets this requirement by having a Channel-Binding TLV to
exchange the EAP channel-binding data as defined in <xref target="channel-binding-tlv"/>.</t>
      </section>
      <section numbered="false" anchor="a19-requirement-4511-confidentiality-and-integrity">
        <name>A.19.  Requirement 4.5.1.1: Confidentiality and Integrity</name>
        <t>TEAPv1 meets this requirement by running the password authentication
inside a protected TLS tunnel.</t>
      </section>
      <section numbered="false" anchor="a20-requirement-4512-authentication-of-server">
        <name>A.20.  Requirement 4.5.1.2: Authentication of Server</name>
        <t>TEAPv1 meets this requirement by mandating authentication of the
server before establishment of the protected TLS and then running
inner password authentication as defined in <xref target="phase1"/>.</t>
      </section>
      <section numbered="false" anchor="a21-requirement-4513-server-certificate-revocation-checking">
        <name>A.21.  Requirement 4.5.1.3: Server Certificate Revocation Checking</name>
        <t>TEAPv1 meets this requirement by supporting TLS Certificate Status
Request extension <xref target="RFC6066"/> during tunnel establishment.</t>
      </section>
      <section numbered="false" anchor="a22-requirement-452-internationalization">
        <name>A.22.  Requirement 4.5.2: Internationalization</name>
        <t>TEAPv1 meets this requirement by supporting UTF-8 format in
Basic-Password-Auth-Req TLV as defined in <xref target="bp-auth-req-tlv"/> and
Basic-Password-Auth-Resp TLV as defined in Section 4.2.15.</t>
      </section>
      <section numbered="false" anchor="a23-requirement-453-metadata">
        <name>A.23.  Requirement 4.5.3: Metadata</name>
        <t>TEAPv1 meets this requirement by supporting Identity-Type TLV as
defined in <xref target="identity-type-tlv"/> to indicate whether the authentication is
for a user or a machine.</t>
      </section>
      <section numbered="false" anchor="a24-requirement-454-password-change">
        <name>A.24.  Requirement 4.5.4: Password Change</name>
        <t>TEAPv1 meets this requirement by supporting multiple
Basic-Password-Auth-Req TLV and Basic-Password-Auth-Resp TLV exchanges within a
single EAP authentication, which allows "housekeeping"" functions
such as password change.</t>
      </section>
      <section numbered="false" anchor="a25-requirement-461-method-negotiation">
        <name>A.25.  Requirement 4.6.1: Method Negotiation</name>
        <t>TEAPv1 meets this requirement by supporting inner EAP method
negotiation within the protected TLS tunnel.</t>
      </section>
      <section numbered="false" anchor="a26-requirement-462-chained-methods">
        <name>A.26.  Requirement 4.6.2: Chained Methods</name>
        <t>TEAPv1 meets this requirement by supporting inner EAP method chaining
within protected TLS tunnels as defined in <xref target="inner-eap"/>.</t>
      </section>
      <section numbered="false" anchor="a27-requirement-463-cryptographic-binding-with-the-tls-tunnel">
        <name>A.27.  Requirement 4.6.3: Cryptographic Binding with the TLS Tunnel</name>
        <t>TEAPv1 meets this requirement by supporting cryptographic binding of
the inner EAP method keys with the keys derived from the TLS tunnel
as defined in <xref target="crypto-binding-tlv"/>.</t>
      </section>
      <section numbered="false" anchor="a28-requirement-464-peer-initiated-eap-authentication">
        <name>A.28.  Requirement 4.6.4: Peer-Initiated EAP Authentication</name>
        <t>TEAPv1 meets this requirement by supporting the Request-Action TLV as
defined in <xref target="request-action-tlv"/> to allow a peer to initiate another inner
EAP method.</t>
      </section>
      <section numbered="false" anchor="a29-requirement-465-method-metadata">
        <name>A.29.  Requirement 4.6.5: Method Metadata</name>
        <t>TEAPv1 meets this requirement by supporting the Identity-Type TLV as
defined in <xref target="identity-type-tlv"/> to indicate whether the authentication is
for a user or a machine.</t>
      </section>
    </section>
    <section numbered="false" anchor="appendix-b-major-differences-from-eap-fast">
      <name>Appendix B.  Major Differences from EAP-FAST</name>
      <t>This document is a new standard tunnel EAP method based on revision
of EAP-FAST version 1 <xref target="RFC4851"/> that contains improved flexibility,
particularly for negotiation of cryptographic algorithms.  The major
changes are:</t>
      <ol spacing="normal" type="1"><li>The EAP method name has been changed from EAP-FAST to TEAP; this
change thus requires that a new EAP Type be assigned.</li>
        <li>This version of TEAP MUST support TLS 1.2 <xref target="RFC5246"/>.  TLS 1.1 and earlier MUST NOT be used with TEAP.</li>
        <li>The key derivation now makes use of TLS keying material exporters
<xref target="RFC5705"/> and the PRF and hash function negotiated in TLS.  This
is to simplify implementation and better support cryptographic
algorithm agility.</li>
        <li>TEAP is in full conformance with TLS ticket extension <xref target="RFC5077"/>.</li>
        <li>Support is provided for passing optional Outer TLVs in the first
two message exchanges, in addition to the Authority-ID TLV data
in EAP-FAST.</li>
        <li>Basic password authentication on the TLV level has been added in
addition to the existing inner EAP method.</li>
        <li>Additional TLV types have been defined to support EAP channel
binding and metadata.  They are the Identity-Type TLV and
Channel-Binding TLVs, defined in <xref target="teap-tlv-format"/>.</li>
      </ol>
    </section>
    <section numbered="false" anchor="appendix-c-examples">
      <name>Appendix C.  Examples</name>
      <section numbered="false" anchor="c1-successful-authentication">
        <name>C.1.  Successful Authentication</name>
        <t>The following exchanges show a successful TEAP authentication with
basic password authentication.  The
conversation will appear as follows:</t>
        <artwork><![CDATA[
   Authenticating Peer     Authenticator
   -------------------     -------------
                           <- EAP-Request/
                           Identity
   EAP-Response/
   Identity (MyID1) ->
                           <- EAP-Request/
                           EAP-Type=TEAP, V=1
                           (TEAP Start, S bit set, Authority-ID)

   EAP-Response/
   EAP-Type=TEAP, V=1
   (TLS client_hello) ->

                           <- EAP-Request/
                           EAP-Type=TEAP, V=1
                           (TLS server_hello,
                           (TLS change_cipher_spec,
                            TLS finished)

   EAP-Response/
   EAP-Type=TEAP, V=1 ->
   (TLS change_cipher_spec,
    TLS finished)

   TLS channel established
   (messages sent within the TLS channel)

                          <- Basic-Password-Auth-Req TLV, Challenge

   Basic-Password-Auth-Resp TLV, Response with both
   username and password) ->

   optional additional exchanges (new pin mode,
   password change, etc.) ...

                        <- Intermediate-Result TLV (Success),
                            Crypto-Binding TLV (Request),
                            Result TLV (Success)

   Intermediate-Result TLV (Success),
   Crypto-Binding TLV(Response),
   Result TLV (Success) ->

   TLS channel torn down
   (messages sent in cleartext)

                           <- EAP-Success
]]></artwork>
      </section>
      <section numbered="false" anchor="c2-failed-authentication">
        <name>C.2.  Failed Authentication</name>
        <t>The following exchanges show a failed TEAP authentication due to
wrong user credentials.  The conversation will appear as follows:</t>
        <artwork><![CDATA[
   Authenticating Peer     Authenticator
   -------------------     -------------
                           <- EAP-Request/Identity

   EAP-Response/
   Identity (MyID1) ->


                           <- EAP-Request/
                           EAP-Type=TEAP, V=1
                           (TEAP Start, S bit set, Authority-ID)

   EAP-Response/
   EAP-Type=TEAP, V=1
   (TLS client_hello) ->

                           <- EAP-Request/
                           EAP-Type=TEAP, V=1
                           (TLS server_hello,
                           (TLS change_cipher_spec,
                            TLS finished)

   EAP-Response/
   EAP-Type=TEAP, V=1 ->
   (TLS change_cipher_spec,
    TLS finished)

   TLS channel established
   (messages sent within the TLS channel)

                          <- Basic-Password-Auth-Req TLV, Challenge

   Basic-Password-Auth-Resp TLV, Response with both
   username and password) ->

                           <- Intermediate-Result TLV (Failure),
                              Result TLV (Failure)

   Intermediate-Result TLV (Failure),
   Result TLV (Failure) ->

   TLS channel torn down
   (messages sent in cleartext)

                           <- EAP-Failure
]]></artwork>
      </section>
      <section numbered="false" anchor="c3-full-tls-handshake-using-certificate-based-cipher-suite">
        <name>C.3.  Full TLS Handshake Using Certificate-Based Cipher Suite</name>
        <t>In the case within TEAP Phase 1 where an abbreviated TLS handshake is
tried, fails, and falls back to the certificate-based full TLS
handshake, the conversation will appear as follows:</t>
        <artwork><![CDATA[
  Authenticating Peer    Authenticator
  -------------------    -------------
                         <- EAP-Request/Identity
  EAP-Response/
  Identity (MyID1) ->

  // Identity sent in the clear.  May be a hint to help route
     the authentication request to EAP server, instead of the
     full user identity.

                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TEAP Start, S bit set, Authority-ID)
  EAP-Response/
  EAP-Type=TEAP, V=1
  (TLS client_hello with
  SessionTicket extension)->

  // If the server rejects the session resumption,
     it falls through to the full TLS handshake.

                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS server_hello,
                           TLS certificate,
                          [TLS server_key_exchange,]
                          [TLS certificate_request,]
                           TLS server_hello_done)

  EAP-Response/
  EAP-Type=TEAP, V=1
  ([TLS certificate,]
   TLS client_key_exchange,
  [TLS certificate_verify,]
   TLS change_cipher_spec,
   TLS finished) ->
                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS change_cipher_spec,
                           TLS finished,
                           EAP-Payload TLV[EAP-Request/
                           Identity])

  // TLS channel established
     (messages sent within the TLS channel)

  // First EAP Payload TLV is coalesced with the TLS Finished as
     Application Data and protected by the TLS tunnel.

  EAP-Payload TLV
  [EAP-Response/Identity (MyID2)]->

  // identity protected by TLS.

                           <- EAP-Payload TLV
                           [EAP-Request/EAP-Type=X]

  EAP-Payload TLV
  [EAP-Response/EAP-Type=X] ->

  // Method X exchanges followed by Protected Termination

                       <- Intermediate-Result TLV (Success),
                           Crypto-Binding TLV (Request),
                           Result TLV (Success)

  Intermediate-Result TLV (Success),
  Crypto-Binding TLV (Response),
  Result TLV (Success) ->

  // TLS channel torn down
  (messages sent in cleartext)

                          <- EAP-Success
]]></artwork>
      </section>
      <section numbered="false" anchor="c4-client-authentication-during-phase-1-with-identity-privacy">
        <name>C.4.  Client Authentication during Phase 1 with Identity Privacy</name>
        <t>In the case where a certificate-based TLS handshake occurs within
TEAP Phase 1 and client certificate authentication and identity
privacy is desired (and therefore TLS renegotiation is being used to
transmit the peer credentials in the protected TLS tunnel), the
conversation will appear as follows for TLS 1.2:</t>
        <artwork><![CDATA[
  Authenticating Peer     Authenticator
  -------------------     -------------
                         <- EAP-Request/Identity
  EAP-Response/
  Identity (MyID1) ->

  // Identity sent in the clear.  May be a hint to help route
     the authentication request to EAP server, instead of the
     full user identity.

                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TEAP Start, S bit set, Authority-ID)
  EAP-Response/
  EAP-Type=TEAP, V=1
  (TLS client_hello)->
                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS server_hello,
                           TLS certificate,
                          [TLS server_key_exchange,]
                          [TLS certificate_request,]
                           TLS server_hello_done)
  EAP-Response/
  EAP-Type=TEAP, V=1
  (TLS client_key_exchange,
   TLS change_cipher_spec,
   TLS finished) ->
                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS change_cipher_spec,
                           TLS finished,
                           EAP-Payload TLV[EAP-Request/
                           Identity])

  // TLS channel established
     (EAP Payload messages sent within the TLS channel)

  // peer sends TLS client_hello to request TLS renegotiation
  TLS client_hello ->

                          <- TLS server_hello,
                           TLS certificate,
                           [TLS server_key_exchange,]
                           [TLS certificate_request,]
                           TLS server_hello_done
  [TLS certificate,]
   TLS client_key_exchange,
  [TLS certificate_verify,]
   TLS change_cipher_spec,
   TLS finished ->

                          <- TLS change_cipher_spec,
                             TLS finished,
                             Crypto-Binding TLV (Request),
                             Result TLV (Success)

  Crypto-Binding TLV (Response),
  Result TLV (Success)) ->

  //TLS channel torn down
  (messages sent in cleartext)

                          <- EAP-Success
]]></artwork>
      </section>
      <section numbered="false" anchor="c5-fragmentation-and-reassembly">
        <name>C.5.  Fragmentation and Reassembly</name>
        <t>In the case where TEAP fragmentation is required, the conversation
will appear as follows:</t>
        <artwork><![CDATA[
  Authenticating Peer     Authenticator
  -------------------     -------------
                          <- EAP-Request/
                          Identity
  EAP-Response/
  Identity (MyID) ->
                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TEAP Start, S bit set, Authority-ID)

  EAP-Response/
  EAP-Type=TEAP, V=1
  (TLS client_hello)->

                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS server_hello,
                           TLS certificate,
                          [TLS server_key_exchange,]
                          [TLS certificate_request,]
                           TLS server_hello_done)
                          (Fragment 1: L, M bits set)

  EAP-Response/
  EAP-Type=TEAP, V=1 ->

                          <- EAP-Request/
                             EAP-Type=TEAP, V=1
                          (Fragment 2: M bit set)
  EAP-Response/
  EAP-Type=TEAP, V=1 ->
                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (Fragment 3)
  EAP-Response/
  EAP-Type=TEAP, V=1
  ([TLS certificate,]
   TLS client_key_exchange,
  [TLS certificate_verify,]
   TLS change_cipher_spec,
   TLS finished)
   (Fragment 1: L, M bits set)->

                           <- EAP-Request/
                          EAP-Type=TEAP, V=1
  EAP-Response/
  EAP-Type=TEAP, V=1
  (Fragment 2)->
                         <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS change_cipher_spec,
                           TLS finished,
                          [EAP-Payload TLV[
                          EAP-Request/Identity]])

  // TLS channel established
     (messages sent within the TLS channel)

  // First EAP Payload TLV is coalesced with the TLS Finished as
     Application Data and protected by the TLS tunnel.

  EAP-Payload TLV
  [EAP-Response/Identity (MyID2)]->

  // identity protected by TLS.

                           <- EAP-Payload TLV
                           [EAP-Request/EAP-Type=X]

  EAP-Payload TLV
  [EAP-Response/EAP-Type=X] ->

  // Method X exchanges followed by Protected Termination

                       <- Intermediate-Result TLV (Success),
                           Crypto-Binding TLV (Request),
                           Result TLV (Success)

  Intermediate-Result TLV (Success),
  Crypto-Binding TLV (Response),
  Result TLV (Success) ->

  // TLS channel torn down
  (messages sent in cleartext)

                          <- EAP-Success
]]></artwork>
      </section>
      <section numbered="false" anchor="c6-sequence-of-eap-methods">
        <name>C.6.  Sequence of EAP Methods</name>
        <t>When TEAP is negotiated with a sequence of EAP method X followed by
method Y, the conversation will occur as follows:</t>
        <artwork><![CDATA[
  Authenticating Peer     Authenticator
  -------------------     -------------
                          <- EAP-Request/
                          Identity
  EAP-Response/
  Identity (MyID1) ->
                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TEAP Start, S bit set, Authority-ID)

  EAP-Response/
  EAP-Type=TEAP, V=1
  (TLS client_hello)->

                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS server_hello,
                           TLS certificate,
                          [TLS server_key_exchange,]
                          [TLS certificate_request,]
                           TLS server_hello_done)
  EAP-Response/
  EAP-Type=TEAP, V=1
  ([TLS certificate,]
   TLS client_key_exchange,
  [TLS certificate_verify,]
   TLS change_cipher_spec,
   TLS finished) ->
                         <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS change_cipher_spec,
                           TLS finished,
                           Identity-Type TLV,
                          EAP-Payload TLV[
                          EAP-Request/Identity])

  // TLS channel established
     (messages sent within the TLS channel)

  // First EAP Payload TLV is coalesced with the TLS Finished as
     Application Data and protected by the TLS tunnel

  Identity_Type TLV
  EAP-Payload TLV
  [EAP-Response/Identity] ->

                          <- EAP-Payload TLV
                        [EAP-Request/EAP-Type=X]

  EAP-Payload TLV
  [EAP-Response/EAP-Type=X] ->

         // Optional additional X Method exchanges...

                         <- EAP-Payload TLV
                        [EAP-Request/EAP-Type=X]

  EAP-Payload TLV
  [EAP-Response/EAP-Type=X]->

                          <- Intermediate Result TLV (Success),
                           Crypto-Binding TLV (Request),
                           Identity-Type TLV,
                          EAP-Payload TLV[
                          EAP-Request/Identity])

  // Compound MAC calculated using keys generated from
     EAP method X and the TLS tunnel.

  // Next EAP conversation started (with EAP-Request/Identity)
     after successful completion of previous method X.  The
     Intermediate-Result and Crypto-Binding TLVs are sent in
     the next packet to minimize round trips.

  Intermediate Result TLV (Success),
  Crypto-Binding TLV (Response),
  EAP-Payload TLV [EAP-Response/Identity (MyID2)] ->

         // Optional additional EAP method Y exchanges...

                         <- EAP Payload TLV [
                         EAP-Type=Y]

  EAP Payload TLV
  [EAP-Type=Y] ->

                         <- Intermediate-Result TLV (Success),
                           Crypto-Binding TLV (Request),
                           Result TLV (Success)

  Intermediate-Result TLV (Success),
  Crypto-Binding TLV (Response),
  Result TLV (Success) ->

  // Compound MAC calculated using keys generated from EAP
     methods X and Y and the TLS tunnel.  Compound keys are
     generated using keys generated from EAP methods X and Y
     and the TLS tunnel.

  // TLS channel torn down (messages sent in cleartext)

                          <- EAP-Success
]]></artwork>
      </section>
      <section numbered="false" anchor="c7-failed-crypto-binding">
        <name>C.7.  Failed Crypto-Binding</name>
        <t>The following exchanges show a failed crypto-binding validation.  The
conversation will appear as follows:</t>
        <artwork><![CDATA[
  Authenticating Peer     Authenticator
  -------------------     -------------
                          <- EAP-Request/
                          Identity
  EAP-Response/
  Identity (MyID1) ->
                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TEAP Start, S bit set, Authority-ID)

  EAP-Response/
  EAP-Type=TEAP, V=1
  (TLS client_hello) ->
                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS Server Key Exchange
                           TLS Server Hello Done)
  EAP-Response/
  EAP-Type=TEAP, V=1 ->
  (TLS Client Key Exchange
   TLS change_cipher_spec,
   TLS finished)

                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS change_cipher_spec
                           TLS finished)
                           EAP-Payload TLV[
                           EAP-Request/Identity])

     // TLS channel established
        (messages sent within the TLS channel)

     // First EAP Payload TLV is coalesced with the TLS Finished as
        Application Data and protected by the TLS tunnel.

  EAP-Payload TLV/
  EAP Identity Response ->

                         <-  EAP Payload TLV, EAP-Request,
                             (EAP-MSCHAPV2, Challenge)

  EAP Payload TLV, EAP-Response,
  (EAP-MSCHAPV2, Response) ->

                         <-  EAP Payload TLV, EAP-Request,
                             (EAP-MSCHAPV2, Success Request)

  EAP Payload TLV, EAP-Response,
  (EAP-MSCHAPV2, Success Response) ->

                       <- Intermediate-Result TLV (Success),
                           Crypto-Binding TLV (Request),
                              Result TLV (Success)

     Intermediate-Result TLV (Success),
     Result TLV (Failure)
     Error TLV with
     (Error Code = 2001) ->

  // TLS channel torn down
     (messages sent in cleartext)

                       <- EAP-Failure
]]></artwork>
      </section>
      <section numbered="false" anchor="c8-sequence-of-eap-method-with-vendor-specific-tlv-exchange">
        <name>C.8.  Sequence of EAP Method with Vendor-Specific TLV Exchange</name>
        <t>When TEAP is negotiated with a sequence of EAP methods followed by a
Vendor-Specific TLV exchange, the conversation will occur as follows:</t>
        <artwork><![CDATA[
  Authenticating Peer     Authenticator
  -------------------     -------------
                          <- EAP-Request/
                          Identity
  EAP-Response/
  Identity (MyID1) ->
                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TEAP Start, S bit set, Authority-ID)

  EAP-Response/
  EAP-Type=TEAP, V=1
  (TLS client_hello)->
                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS server_hello,
                           TLS certificate,
                   [TLS server_key_exchange,]
                   [TLS certificate_request,]
                       TLS server_hello_done)

  EAP-Response/
  EAP-Type=TEAP, V=1
  ([TLS certificate,]
   TLS client_key_exchange,
  [TLS certificate_verify,]
   TLS change_cipher_spec,
   TLS finished) ->
                         <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS change_cipher_spec,
                           TLS finished,
                          EAP-Payload TLV[
                          EAP-Request/Identity])

  // TLS channel established
     (messages sent within the TLS channel)

  // First EAP Payload TLV is coalesced with the TLS Finished as
     Application Data and protected by the TLS tunnel.

  EAP-Payload TLV
  [EAP-Response/Identity] ->

                        <- EAP-Payload TLV
                        [EAP-Request/EAP-Type=X]

  EAP-Payload TLV
  [EAP-Response/EAP-Type=X] ->

                         <- EAP-Payload TLV
                        [EAP-Request/EAP-Type=X]

  EAP-Payload TLV
  [EAP-Response/EAP-Type=X]->

                          <- Intermediate Result TLV (Success),
                           Crypto-Binding TLV (Request),
                           Vendor-Specific TLV,

  // Vendor-Specific TLV exchange started after successful
     completion of previous method X.  The Intermediate-Result
     and Crypto-Binding TLVs are sent with Vendor-Specific TLV
     in next packet to minimize round trips.

  // Compound MAC calculated using keys generated from
     EAP method X and the TLS tunnel.

  Intermediate Result TLV (Success),
  Crypto-Binding TLV (Response),
  Vendor-Specific TLV ->

      // Optional additional Vendor-Specific TLV exchanges...

                         <- Vendor-Specific TLV

  Vendor-Specific TLV ->
                         <- Result TLV (Success)

  Result TLV (Success) ->

  // TLS channel torn down (messages sent in cleartext)

                          <- EAP-Success
]]></artwork>
      </section>
      <section numbered="false" anchor="c9-peer-requests-inner-method-after-server-sends-result-tlv">
        <name>C.9.  Peer Requests Inner Method after Server Sends Result TLV</name>
        <t>In the case where the peer is authenticated during Phase 1 and the
server sends back a Result TLV but the peer wants to request another
inner method, the conversation will appear as follows:</t>
        <artwork><![CDATA[
  Authenticating Peer    Authenticator
  -------------------    -------------
                         <- EAP-Request/Identity
  EAP-Response/
  Identity (MyID1) ->

  // Identity sent in the clear.  May be a hint to help route
     the authentication request to EAP server, instead of the
     full user identity. TLS client certificate is also sent.

                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TEAP Start, S bit set, Authority-ID)
  EAP-Response/
  EAP-Type=TEAP, V=1
  (TLS client_hello)->
                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS server_hello,
                           TLS certificate,
                          [TLS server_key_exchange,]
                          [TLS certificate_request,]
                           TLS server_hello_done)

  EAP-Response/
  EAP-Type=TEAP, V=1
  [TLS certificate,]
   TLS client_key_exchange,
  [TLS certificate_verify,]
   TLS change_cipher_spec,
   TLS finished ->
                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS change_cipher_spec,
                           TLS finished,
                           Crypto-Binding TLV (Request),
                            Result TLV (Success))

  // TLS channel established
     (TLV Payload messages sent within the TLS channel)

   Crypto-Binding TLV(Response),
   Request-Action TLV
   (Status=Failure, Action=Negotiate-EAP)->

                        <- EAP-Payload TLV
                            [EAP-Request/Identity]

  EAP-Payload TLV
  [EAP-Response/Identity] ->

                        <- EAP-Payload TLV
                        [EAP-Request/EAP-Type=X]

  EAP-Payload TLV
  [EAP-Response/EAP-Type=X] ->

                         <- EAP-Payload TLV
                        [EAP-Request/EAP-Type=X]

  EAP-Payload TLV
  [EAP-Response/EAP-Type=X]->

                          <- Intermediate Result TLV (Success),
                             Crypto-Binding TLV (Request),
                             Result TLV (Success)

  Intermediate Result TLV (Success),
  Crypto-Binding TLV (Response),
  Result TLV (Success)) ->

  // TLS channel torn down
  (messages sent in cleartext)

                          <- EAP-Success
]]></artwork>
      </section>
      <section numbered="false" anchor="c10-channel-binding">
        <name>C.10.  Channel Binding</name>
        <t>The following exchanges show a successful TEAP authentication with
basic password authentication and channel binding using a
Request-Action TLV.  The conversation will appear as follows:</t>
        <artwork><![CDATA[
   Authenticating Peer     Authenticator
   -------------------     -------------
                           <- EAP-Request/
                           Identity
   EAP-Response/
   Identity (MyID1) ->

                           <- EAP-Request/
                           EAP-Type=TEAP, V=1
                           (TEAP Start, S bit set, Authority-ID)

   EAP-Response/
   EAP-Type=TEAP, V=1
   (TLS client_hello) ->

                           <- EAP-Request/
                           EAP-Type=TEAP, V=1
                           (TLS server_hello,
                           (TLS change_cipher_spec,
                            TLS finished)

   EAP-Response/
   EAP-Type=TEAP, V=1 ->
   (TLS change_cipher_spec,
    TLS finished)

   TLS channel established
   (messages sent within the TLS channel)

                          <- Basic-Password-Auth-Req TLV, Challenge

   Basic-Password-Auth-Resp TLV, Response with both
   username and password) ->

   optional additional exchanges (new pin mode,
   password change, etc.) ...

                        <- Crypto-Binding TLV (Request),
                            Result TLV (Success),

   Crypto-Binding TLV(Response),
   Request-Action TLV
   (Status=Failure, Action=Process TLV,
   TLV=Channel-Binding TLV)->

                            <- Channel-Binding TLV (Response),
                            Result TLV (Success),

   Result TLV (Success) ->

   TLS channel torn down
   (messages sent in cleartext)

                           <- EAP-Success
]]></artwork>
      </section>
      <section numbered="false" anchor="c11-pkcs-exchange">
        <name>C.11. PKCS Exchange</name>
        <t>The following exchanges show the peer sending a PKCS#10 TLV, and
server replying with a PKCS7 TLV. The exchange below assumes that the
EAP peer is authenticated in Phase 1, either via bi-directional
certificate exchange, or some other TLS method such as a proof of
knowledge (TLS-POK).  The conversation will appear as follows:</t>
        <artwork><![CDATA[
,----.                                             ,-------.
|Peer|                                             |AuthSrv|
`-+--'                                             `---+---'
  |               EAP-Request / Identity               |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                    |
  |           EAP-Response / Identity (MYID1)          |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - >
  |                                                    |
  |             EAP-Request/EAP-Type=TEAP,             |
  |              V=1(TEAP Start,                       |
  |              S bit set,                            |
  |              Authority-ID)                         |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                    |
  |             EAP-Response/EAP-Type=TEAP,            |
  |              V=1(TLS client_hello)                 |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - >
  |                                                    |
  |             EAP-Request/ EAP-Type=TEAP,            |
  |              V=1(TLS server_hello,                 |
  |              TLS certificate,                      |
  |              TLS certificate_request,              |
  |              TLS finished)                         |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                    |
  |        EAP-Response/EAP-Type=TEAP,                 |
  |         V=1(TLS change_cipher_spec,                |
  |             TLS certificate,                       |
  |        TLS finished) TLS channel established       |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - >
  |                                                    |
  |               Send Request Action TLV              |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                    |
  |                   Send PKCS10 TLV                  |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - >
  |                                                    |
  | Sign the CSR and send PKCS7 TLV Intermediate-Result|
  | TLV request(Success),                              |
  |  Crypto-Binding TLV(Request),                      |
  |  Result TLV(Success)                               |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                    |
  |     Intermediate-Result TLV response(Success),     |
  |      Crypto-Binding TLV(Response),                 |
  |      Result TLV(Success)                           |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - >
  |                                                    |
  |                     EAP Success                    |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - -
]]></artwork>
      </section>
      <section numbered="false" anchor="c12-failure-scenario">
        <name>C.12. Failure Scenario</name>
        <t>The following exchanges shows a failure scenario. The conversation
will appear as follows:</t>
        <artwork><![CDATA[
,----.                                                  ,-------.
|Peer|                                                  |AuthSrv|
`-+--'                                                  `---+---'
  |                  EAP-Request / Identity                 |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                         |
  |             EAP-Response / Identity (MYID1)             |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - - - ->
  |                                                         |
  |          EAP-Request/EAP-Type=TEAP, V=1                 |
  |          (TEAP Start, S bit set, Authority-ID)          |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                         |
  |    EAP-Response/EAP-Type=TEAP, V=1(TLS client_hello)    |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - - - ->
  |                                                         |
  | EAP-Request/ EAP-Type=TEAP, V=1                         |
  | (TLS server_hello,(TLS change_cipher_spec, TLS finished)|
  | <- - - - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                         |
  |             EAP-Response/EAP-Type=TEAP, V=1             |
  |             (TLS change_cipher_spec,                    |
  |             TLS finished)                               |
  |             TLS channel established                     |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - - - ->
  |                                                         |
  |                    Request Action TLV                   |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                         |
  |                      Bad PKCS10 TLV                     |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - - - ->
  |                                                         |
  |        Intermediate-Result TLV request(Failure),        |
  |        Result TLV(Failure)                              |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                         |
  |        Intermediate-Result TLV response(Failure),       |
  |        Result TLV(Failure)                              |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - - - ->
  |                                                         |
  |                       EAP Failure                       |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - - - -
]]></artwork>
      </section>
      <section numbered="false" anchor="c13-client-certificate-in-phase-1">
        <name>C.13. Client certificate in Phase 1</name>
        <t>The following exchanges shows a scenario where the client certificate
is sent in Phase 1, and no additional authentication or provisioning
is performed in Phase 2. The conversation will appear as follows:</t>
        <artwork><![CDATA[
,----.                                    ,-------.
|Peer|                                    |AuthSrv|
`-+--'                                    `---+---'
  |           EAP-Request / Identity          |
  | <- - - - - - - - - - - - - - - - - - - - -
  |                                           |
  |      EAP-Response / Identity (MYID1)      |
  |  - - - - - - - - - - - - - - - - - - - - ->
  |                                           |
  |         EAP-Request/EAP-Type=TEAP,        |
  |          V=1(TEAP Start,                  |
  |          S bit set,                       |
  |          Authority-ID)                    |
  | <- - - - - - - - - - - - - - - - - - - - -
  |                                           |
  |        EAP-Response/EAP-Type=TEAP,        |
  |         V=1(TLS client_hello)             |
  |  - - - - - - - - - - - - - - - - - - - - ->
  |                                           |
  |        EAP-Request/ EAP-Type=TEAP,        |
  |         V=1(TLS server_hello,             |
  |         TLS certificate,                  |
  |         TLS certificate_request,          |
  |         TLS change_cipher_spec,           |
  |         TLS finished)                     |
  | <- - - - - - - - - - - - - - - - - - - - -
  |                                           |
  |   EAP-Response/EAP-Type=TEAP,             |
  |    V=1(TLS certificate,                   |
  |        TLS change_cipher_spec,            |
  |   TLS finished) TLS channel established   |
  |  - - - - - - - - - - - - - - - - - - - - ->
  |                                           |
  |        Crypto-Binding TLV(Request),       |
  |        Result TLV(Success)                |
  | <- - - - - - - - - - - - - - - - - - - - -
  |                                           |
  |  Crypto-Binding TLV(Response),            |
  |  Result TLV(Success)                      |
  |  - - - - - - - - - - - - - - - - - - - - ->
  |                                           |
  |                EAP Success                |
  | <- - - - - - - - - - - - - - - - - - - - -
]]></artwork>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="BCP14">
          <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="RFC2985">
          <front>
            <title>PKCS #9: Selected Object Classes and Attribute Types Version 2.0</title>
            <author fullname="M. Nystrom" initials="M." surname="Nystrom"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="November" year="2000"/>
            <abstract>
              <t>This memo represents a republication of PKCS #9 v2.0 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process. The body of this document, except for the security considerations section, is taken directly from that specification. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2985"/>
          <seriesInfo name="DOI" value="10.17487/RFC2985"/>
        </reference>
        <reference anchor="RFC2986">
          <front>
            <title>PKCS #10: Certification Request Syntax Specification Version 1.7</title>
            <author fullname="M. Nystrom" initials="M." surname="Nystrom"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="November" year="2000"/>
            <abstract>
              <t>This memo represents a republication of PKCS #10 v1.7 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process. The body of this document, except for the security considerations section, is taken directly from the PKCS #9 v2.0 or the PKCS #10 v1.7 document. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2986"/>
          <seriesInfo name="DOI" value="10.17487/RFC2986"/>
        </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="RFC5077">
          <front>
            <title>Transport Layer Security (TLS) Session Resumption without Server-Side State</title>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>This document describes a mechanism that enables the Transport Layer Security (TLS) server to resume sessions and avoid keeping per-client session state. The TLS server encapsulates the session state into a ticket and forwards it to the client. The client can subsequently resume a session using the obtained ticket. This document obsoletes RFC 4507. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5077"/>
          <seriesInfo name="DOI" value="10.17487/RFC5077"/>
        </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="RFC5246">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.2</title>
            <author fullname="T. Dierks" initials="T." surname="Dierks"/>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>This document specifies Version 1.2 of the Transport Layer Security (TLS) protocol. The TLS protocol provides communications security over the Internet. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5246"/>
          <seriesInfo name="DOI" value="10.17487/RFC5246"/>
        </reference>
        <reference anchor="RFC5295">
          <front>
            <title>Specification for the Derivation of Root Keys from an Extended Master Session Key (EMSK)</title>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="L. Dondeti" initials="L." surname="Dondeti"/>
            <author fullname="V. Narayanan" initials="V." surname="Narayanan"/>
            <author fullname="M. Nakhjiri" initials="M." surname="Nakhjiri"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP) defined the Extended Master Session Key (EMSK) generation, but reserved it for unspecified future uses. This memo reserves the EMSK for the sole purpose of deriving root keys. Root keys are master keys that can be used for multiple purposes, identified by usage definitions. This document also specifies a mechanism for avoiding conflicts between root keys by deriving them in a manner that guarantees cryptographic separation. Finally, this document also defines one such root key usage: Domain-Specific Root Keys are root keys made available to and used within specific key management domains. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5295"/>
          <seriesInfo name="DOI" value="10.17487/RFC5295"/>
        </reference>
        <reference anchor="RFC5705">
          <front>
            <title>Keying Material Exporters for Transport Layer Security (TLS)</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="March" year="2010"/>
            <abstract>
              <t>A number of protocols wish to leverage Transport Layer Security (TLS) to perform key establishment but then use some of the keying material for their own purposes. This document describes a general mechanism for allowing that. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5705"/>
          <seriesInfo name="DOI" value="10.17487/RFC5705"/>
        </reference>
        <reference anchor="RFC5746">
          <front>
            <title>Transport Layer Security (TLS) Renegotiation Indication Extension</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="M. Ray" initials="M." surname="Ray"/>
            <author fullname="S. Dispensa" initials="S." surname="Dispensa"/>
            <author fullname="N. Oskov" initials="N." surname="Oskov"/>
            <date month="February" year="2010"/>
            <abstract>
              <t>Secure Socket Layer (SSL) and Transport Layer Security (TLS) renegotiation are vulnerable to an attack in which the attacker forms a TLS connection with the target server, injects content of his choice, and then splices in a new TLS connection from a client. The server treats the client's initial TLS handshake as a renegotiation and thus believes that the initial data transmitted by the attacker is from the same entity as the subsequent client data. This specification defines a TLS extension to cryptographically tie renegotiations to the TLS connections they are being performed over, thus preventing this attack. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5746"/>
          <seriesInfo name="DOI" value="10.17487/RFC5746"/>
        </reference>
        <reference anchor="RFC5929">
          <front>
            <title>Channel Bindings for TLS</title>
            <author fullname="J. Altman" initials="J." surname="Altman"/>
            <author fullname="N. Williams" initials="N." surname="Williams"/>
            <author fullname="L. Zhu" initials="L." surname="Zhu"/>
            <date month="July" year="2010"/>
            <abstract>
              <t>This document defines three channel binding types for Transport Layer Security (TLS), tls-unique, tls-server-end-point, and tls-unique-for-telnet, in accordance with RFC 5056 (On Channel Binding).</t>
              <t>Note that based on implementation experience, this document changes the original definition of 'tls-unique' channel binding type in the channel binding type IANA registry. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5929"/>
          <seriesInfo name="DOI" value="10.17487/RFC5929"/>
        </reference>
        <reference anchor="RFC6677">
          <front>
            <title>Channel-Binding Support for Extensible Authentication Protocol (EAP) Methods</title>
            <author fullname="S. Hartman" initials="S." role="editor" surname="Hartman"/>
            <author fullname="T. Clancy" initials="T." surname="Clancy"/>
            <author fullname="K. Hoeper" initials="K." surname="Hoeper"/>
            <date month="July" year="2012"/>
            <abstract>
              <t>This document defines how to implement channel bindings for Extensible Authentication Protocol (EAP) methods to address the "lying Network Access Service (NAS)" problem as well as the "lying provider" problem. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6677"/>
          <seriesInfo name="DOI" value="10.17487/RFC6677"/>
        </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="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC8996">
          <front>
            <title>Deprecating TLS 1.0 and TLS 1.1</title>
            <author fullname="K. Moriarty" initials="K." surname="Moriarty"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <date month="March" year="2021"/>
            <abstract>
              <t>This document formally deprecates Transport Layer Security (TLS) versions 1.0 (RFC 2246) and 1.1 (RFC 4346). Accordingly, those documents have been moved to Historic status. These versions lack support for current and recommended cryptographic algorithms and mechanisms, and various government and industry profiles of applications using TLS now mandate avoiding these old TLS versions. TLS version 1.2 became the recommended version for IETF protocols in 2008 (subsequently being obsoleted by TLS version 1.3 in 2018), providing sufficient time to transition away from older versions. Removing support for older versions from implementations reduces the attack surface, reduces opportunity for misconfiguration, and streamlines library and product maintenance.</t>
              <t>This document also deprecates Datagram TLS (DTLS) version 1.0 (RFC 4347) but not DTLS version 1.2, and there is no DTLS version 1.1.</t>
              <t>This document updates many RFCs that normatively refer to TLS version 1.0 or TLS version 1.1, as described herein. This document also updates the best practices for TLS usage in RFC 7525; hence, it is part of BCP 195.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="195"/>
          <seriesInfo name="RFC" value="8996"/>
          <seriesInfo name="DOI" value="10.17487/RFC8996"/>
        </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="RFC9427">
          <front>
            <title>TLS-Based Extensible Authentication Protocol (EAP) Types for Use with TLS 1.3</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="June" year="2023"/>
            <abstract>
              <t>The Extensible Authentication Protocol-TLS (EAP-TLS) (RFC 5216) has been updated for TLS 1.3 in RFC 9190. Many other EAP Types also depend on TLS, such as EAP-Flexible Authentication via Secure Tunneling (EAP-FAST) (RFC 4851), EAP-Tunneled TLS (EAP-TTLS) (RFC 5281), the Tunnel Extensible Authentication Protocol (TEAP) (RFC 7170). It is possible that many vendor-specific EAP methods, such as the Protected Extensible Authentication Protocol (PEAP), depend on TLS as well. This document updates those methods in order to use the new key derivation methods available in TLS 1.3. Additional changes necessitated by TLS 1.3 are also discussed.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9427"/>
          <seriesInfo name="DOI" value="10.17487/RFC9427"/>
        </reference>
        <reference anchor="RFC9525">
          <front>
            <title>Service Identity in TLS</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="R. Salz" initials="R." surname="Salz"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>Many application technologies enable secure communication between two entities by means of Transport Layer Security (TLS) with Internet Public Key Infrastructure using X.509 (PKIX) certificates. This document specifies procedures for representing and verifying the identity of application services in such interactions.</t>
              <t>This document obsoletes RFC 6125.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9525"/>
          <seriesInfo name="DOI" value="10.17487/RFC9525"/>
        </reference>
        <reference anchor="I-D.ietf-lamps-rfc7030-csrattrs">
          <front>
            <title>Clarification of RFC7030 CSR Attributes definition</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Owen Friel" initials="O." surname="Friel">
              <organization>Cisco</organization>
            </author>
            <author fullname="David von Oheimb" initials="D." surname="von Oheimb">
              <organization>Siemens</organization>
            </author>
            <author fullname="Dan Harkins" initials="D." surname="Harkins">
              <organization>The Industrial Lounge</organization>
            </author>
            <date day="4" month="April" year="2024"/>
            <abstract>
              <t>   The Enrollment over Secure Transport (EST, RFC7030) is ambiguous in
   its specification of the CSR Attributes Response.  This has resulted
   in implementation challenges and implementor confusion.

   This document updates RFC7030 (EST) and clarifies how the CSR
   Attributes Response can be used by an EST server to specify both CSR
   attribute OIDs and also CSR attribute values, in particular X.509
   extension values, that the server expects the client to include in
   subsequent CSR request.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc7030-csrattrs-09"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="IEEE.802-1X.2020">
          <front>
            <title>*** BROKEN REFERENCE ***</title>
            <author>
              <organization/>
            </author>
            <date/>
          </front>
        </reference>
        <reference anchor="KAMATH">
          <front>
            <title>Microsoft EAP CHAP Extensions</title>
            <author initials="R. H. and A." surname="Palekar" fullname="Ryan Hurst and Ashwin Palekar">
              <organization/>
            </author>
            <date year="2007" month="June"/>
          </front>
        </reference>
        <reference anchor="MSCHAP" target="https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-chap/5a860bf5-2aeb-485b-82ee-fac1e8e6b76f">
          <front>
            <title>Master Session Key (MSK) Derivation</title>
            <author initials="M." surname="Corporation" fullname="Microsoft Corporation">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="NIST-SP-800-57">
          <front>
            <title>Recommendation for Key Management</title>
            <author initials="N. I. of S. and" surname="Technology" fullname="National Institute of Standards and Technology">
              <organization/>
            </author>
            <date year="2012" month="July"/>
          </front>
        </reference>
        <reference anchor="PEAP">
          <front>
            <title>[MS-PEAP]: Protected Extensible Authentication Protocol (PEAP)</title>
            <author initials="M." surname="Corporation" fullname="Microsoft Corporation">
              <organization/>
            </author>
            <date year="2014" month="February"/>
          </front>
        </reference>
        <reference anchor="RFC2315">
          <front>
            <title>PKCS #7: Cryptographic Message Syntax Version 1.5</title>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="March" year="1998"/>
            <abstract>
              <t>This document describes a general syntax for data that may have cryptography applied to it, such as digital signatures and digital envelopes. This memo provides information for the Internet community. It does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2315"/>
          <seriesInfo name="DOI" value="10.17487/RFC2315"/>
        </reference>
        <reference anchor="RFC3579">
          <front>
            <title>RADIUS (Remote Authentication Dial In User Service) Support For Extensible Authentication Protocol (EAP)</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="P. Calhoun" initials="P." surname="Calhoun"/>
            <date month="September" year="2003"/>
            <abstract>
              <t>This document defines Remote Authentication Dial In User Service (RADIUS) support for the Extensible Authentication Protocol (EAP), an authentication framework which supports multiple authentication mechanisms. In the proposed scheme, the Network Access Server (NAS) forwards EAP packets to and from the RADIUS server, encapsulated within EAP-Message attributes. This has the advantage of allowing the NAS to support any EAP authentication method, without the need for method- specific code, which resides on the RADIUS server. While EAP was originally developed for use with PPP, it is now also in use with IEEE 802. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3579"/>
          <seriesInfo name="DOI" value="10.17487/RFC3579"/>
        </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="RFC3766">
          <front>
            <title>Determining Strengths For Public Keys Used For Exchanging Symmetric Keys</title>
            <author fullname="H. Orman" initials="H." surname="Orman"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="April" year="2004"/>
            <abstract>
              <t>Implementors of systems that use public key cryptography to exchange symmetric keys need to make the public keys resistant to some predetermined level of attack. That level of attack resistance is the strength of the system, and the symmetric keys that are exchanged must be at least as strong as the system strength requirements. The three quantities, system strength, symmetric key strength, and public key strength, must be consistently matched for any network protocol usage. While it is fairly easy to express the system strength requirements in terms of a symmetric key length and to choose a cipher that has a key length equal to or exceeding that requirement, it is harder to choose a public key that has a cryptographic strength meeting a symmetric key strength requirement. This document explains how to determine the length of an asymmetric key as a function of a symmetric key strength requirement. Some rules of thumb for estimating equivalent resistance to large-scale attacks on various algorithms are given. The document also addresses how changing the sizes of the underlying large integers (moduli, group sizes, exponents, and so on) changes the time to use the algorithms for key exchange. 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="86"/>
          <seriesInfo name="RFC" value="3766"/>
          <seriesInfo name="DOI" value="10.17487/RFC3766"/>
        </reference>
        <reference anchor="RFC4017">
          <front>
            <title>Extensible Authentication Protocol (EAP) Method Requirements for Wireless LANs</title>
            <author fullname="D. Stanley" initials="D." surname="Stanley"/>
            <author fullname="J. Walker" initials="J." surname="Walker"/>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>The IEEE 802.11i MAC Security Enhancements Amendment makes use of IEEE 802.1X, which in turn relies on the Extensible Authentication Protocol (EAP). This document defines requirements for EAP methods used in IEEE 802.11 wireless LAN deployments. The material in this document has been approved by IEEE 802.11 and is being presented as an IETF RFC for informational purposes. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4017"/>
          <seriesInfo name="DOI" value="10.17487/RFC4017"/>
        </reference>
        <reference anchor="RFC4072">
          <front>
            <title>Diameter Extensible Authentication Protocol (EAP) Application</title>
            <author fullname="P. Eronen" initials="P." role="editor" surname="Eronen"/>
            <author fullname="T. Hiller" initials="T." surname="Hiller"/>
            <author fullname="G. Zorn" initials="G." surname="Zorn"/>
            <date month="August" year="2005"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP) provides a standard mechanism for support of various authentication methods. This document defines the Command-Codes and AVPs necessary to carry EAP packets between a Network Access Server (NAS) and a back-end authentication server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4072"/>
          <seriesInfo name="DOI" value="10.17487/RFC4072"/>
        </reference>
        <reference anchor="RFC4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="J. Schiller" initials="J." surname="Schiller"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts. However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities. The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult. This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities. It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications. 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="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </reference>
        <reference anchor="RFC4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC4851">
          <front>
            <title>The Flexible Authentication via Secure Tunneling Extensible Authentication Protocol Method (EAP-FAST)</title>
            <author fullname="N. Cam-Winget" initials="N." surname="Cam-Winget"/>
            <author fullname="D. McGrew" initials="D." surname="McGrew"/>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <date month="May" year="2007"/>
            <abstract>
              <t>This document defines the Extensible Authentication Protocol (EAP) based Flexible Authentication via Secure Tunneling (EAP-FAST) protocol. EAP-FAST is an EAP method that enables secure communication between a peer and a server by using the Transport Layer Security (TLS) to establish a mutually authenticated tunnel. Within the tunnel, Type-Length-Value (TLV) objects are used to convey authentication related data between the peer and the EAP server. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4851"/>
          <seriesInfo name="DOI" value="10.17487/RFC4851"/>
        </reference>
        <reference anchor="RFC4945">
          <front>
            <title>The Internet IP Security PKI Profile of IKEv1/ISAKMP, IKEv2, and PKIX</title>
            <author fullname="B. Korver" initials="B." surname="Korver"/>
            <date month="August" year="2007"/>
            <abstract>
              <t>The Internet Key Exchange (IKE) and Public Key Infrastructure for X.509 (PKIX) certificate profile both provide frameworks that must be profiled for use in a given application. This document provides a profile of IKE and PKIX that defines the requirements for using PKI technology in the context of IKE/IPsec. The document complements protocol specifications such as IKEv1 and IKEv2, which assume the existence of public key certificates and related keying materials, but which do not address PKI issues explicitly. This document addresses those issues. The intended audience is implementers of PKI for IPsec. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4945"/>
          <seriesInfo name="DOI" value="10.17487/RFC4945"/>
        </reference>
        <reference anchor="RFC4962">
          <front>
            <title>Guidance for Authentication, Authorization, and Accounting (AAA) Key Management</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <date month="July" year="2007"/>
            <abstract>
              <t>This document provides guidance to designers of Authentication, Authorization, and Accounting (AAA) key management protocols. The guidance is also useful to designers of systems and solutions that include AAA key management protocols. Given the complexity and difficulty in designing secure, long-lasting key management algorithms and protocols by experts in the field, it is almost certainly inappropriate for IETF working groups without deep expertise in the area to be designing their own key management algorithms and protocols based on Authentication, Authorization, and Accounting (AAA) protocols. The guidelines in this document apply to documents requesting publication as IETF RFCs. Further, these guidelines will be useful to other standards development organizations (SDOs) that specify AAA key management. 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="132"/>
          <seriesInfo name="RFC" value="4962"/>
          <seriesInfo name="DOI" value="10.17487/RFC4962"/>
        </reference>
        <reference anchor="RFC5226">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <author fullname="H. Alvestrand" initials="H." surname="Alvestrand"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>Many protocols make use of identifiers consisting of constants and other well-known values. Even after a protocol has been defined and deployment has begun, new values may need to be assigned (e.g., for a new option type in DHCP, or a new encryption or authentication transform for IPsec). To ensure that such quantities have consistent values and interpretations across all implementations, their assignment must be administered by a central authority. For IETF protocols, that role is provided by the Internet Assigned Numbers Authority (IANA).</t>
              <t>In order for IANA to manage a given namespace prudently, it needs guidelines describing the conditions under which new values can be assigned or when modifications to existing values can be made. If IANA is expected to play a role in the management of a namespace, IANA must be given clear and concise instructions describing that role. This document discusses issues that should be considered in formulating a policy for assigning values to a namespace and provides guidelines for authors on the specific text that must be included in documents that place demands on IANA.</t>
              <t>This document obsoletes RFC 2434. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5226"/>
          <seriesInfo name="DOI" value="10.17487/RFC5226"/>
        </reference>
        <reference anchor="RFC5247">
          <front>
            <title>Extensible Authentication Protocol (EAP) Key Management Framework</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="D. Simon" initials="D." surname="Simon"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, enables extensible network access authentication. This document specifies the EAP key hierarchy and provides a framework for the transport and usage of keying material and parameters generated by EAP authentication algorithms, known as "methods". It also provides a detailed system-level security analysis, describing the conditions under which the key management guidelines described in RFC 4962 can be satisfied. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5247"/>
          <seriesInfo name="DOI" value="10.17487/RFC5247"/>
        </reference>
        <reference anchor="RFC5272">
          <front>
            <title>Certificate Management over CMS (CMC)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <author fullname="M. Myers" initials="M." surname="Myers"/>
            <date month="June" year="2008"/>
            <abstract>
              <t>This document defines the base syntax for CMC, a Certificate Management protocol using the Cryptographic Message Syntax (CMS). This protocol addresses two immediate needs within the Internet Public Key Infrastructure (PKI) community:</t>
              <t>1. The need for an interface to public key certification products and services based on CMS and PKCS #10 (Public Key Cryptography Standard), and</t>
              <t>2. The need for a PKI enrollment protocol for encryption only keys due to algorithm or hardware design.</t>
              <t>CMC also requires the use of the transport document and the requirements usage document along with this document for a full definition. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5272"/>
          <seriesInfo name="DOI" value="10.17487/RFC5272"/>
        </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="RFC5281">
          <front>
            <title>Extensible Authentication Protocol Tunneled Transport Layer Security Authenticated Protocol Version 0 (EAP-TTLSv0)</title>
            <author fullname="P. Funk" initials="P." surname="Funk"/>
            <author fullname="S. Blake-Wilson" initials="S." surname="Blake-Wilson"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>EAP-TTLS is an EAP (Extensible Authentication Protocol) method that encapsulates a TLS (Transport Layer Security) session, consisting of a handshake phase and a data phase. During the handshake phase, the server is authenticated to the client (or client and server are mutually authenticated) using standard TLS procedures, and keying material is generated in order to create a cryptographically secure tunnel for information exchange in the subsequent data phase. During the data phase, the client is authenticated to the server (or client and server are mutually authenticated) using an arbitrary authentication mechanism encapsulated within the secure tunnel. The encapsulated authentication mechanism may itself be EAP, or it may be another authentication protocol such as PAP, CHAP, MS-CHAP, or MS-CHAP-V2. Thus, EAP-TTLS allows legacy password-based authentication protocols to be used against existing authentication databases, while protecting the security of these legacy protocols against eavesdropping, man-in-the-middle, and other attacks. The data phase may also be used for additional, arbitrary data exchange. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5281"/>
          <seriesInfo name="DOI" value="10.17487/RFC5281"/>
        </reference>
        <reference anchor="RFC5421">
          <front>
            <title>Basic Password Exchange within the Flexible Authentication via Secure Tunneling Extensible Authentication Protocol (EAP-FAST)</title>
            <author fullname="N. Cam-Winget" initials="N." surname="Cam-Winget"/>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>The Flexible Authentication via Secure Tunneling Extensible Authentication Protocol (EAP-FAST) method enables secure communication between a peer and a server by using Transport Layer Security (TLS) to establish a mutually authenticated tunnel. Within this tunnel, a basic password exchange, based on the Generic Token Card method (EAP-GTC), may be executed to authenticate the peer. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5421"/>
          <seriesInfo name="DOI" value="10.17487/RFC5421"/>
        </reference>
        <reference anchor="RFC5422">
          <front>
            <title>Dynamic Provisioning Using Flexible Authentication via Secure Tunneling Extensible Authentication Protocol (EAP-FAST)</title>
            <author fullname="N. Cam-Winget" initials="N." surname="Cam-Winget"/>
            <author fullname="D. McGrew" initials="D." surname="McGrew"/>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>The Flexible Authentication via Secure Tunneling Extensible Authentication Protocol (EAP-FAST) method enables secure communication between a peer and a server by using Transport Layer Security (TLS) to establish a mutually authenticated tunnel. EAP- FAST also enables the provisioning credentials or other information through this protected tunnel. This document describes the use of EAP-FAST for dynamic provisioning. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5422"/>
          <seriesInfo name="DOI" value="10.17487/RFC5422"/>
        </reference>
        <reference anchor="RFC5652">
          <front>
            <title>Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="September" year="2009"/>
            <abstract>
              <t>This document describes the Cryptographic Message Syntax (CMS). This syntax is used to digitally sign, digest, authenticate, or encrypt arbitrary message content. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="70"/>
          <seriesInfo name="RFC" value="5652"/>
          <seriesInfo name="DOI" value="10.17487/RFC5652"/>
        </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="RFC6066">
          <front>
            <title>Transport Layer Security (TLS) Extensions: Extension Definitions</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <date month="January" year="2011"/>
            <abstract>
              <t>This document provides specifications for existing TLS extensions. It is a companion document for RFC 5246, "The Transport Layer Security (TLS) Protocol Version 1.2". The extensions specified are server_name, max_fragment_length, client_certificate_url, trusted_ca_keys, truncated_hmac, and status_request. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6066"/>
          <seriesInfo name="DOI" value="10.17487/RFC6066"/>
        </reference>
        <reference anchor="RFC6124">
          <front>
            <title>An EAP Authentication Method Based on the Encrypted Key Exchange (EKE) Protocol</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="G. Zorn" initials="G." surname="Zorn"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="S. Fluhrer" initials="S." surname="Fluhrer"/>
            <date month="February" year="2011"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP) describes a framework that allows the use of multiple authentication mechanisms. This document defines an authentication mechanism for EAP called EAP-EKE, based on the Encrypted Key Exchange (EKE) protocol. This method provides mutual authentication through the use of a short, easy to remember password. Compared with other common authentication methods, EAP-EKE is not susceptible to dictionary attacks. Neither does it require the availability of public-key certificates. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6124"/>
          <seriesInfo name="DOI" value="10.17487/RFC6124"/>
        </reference>
        <reference anchor="RFC6678">
          <front>
            <title>Requirements for a Tunnel-Based Extensible Authentication Protocol (EAP) Method</title>
            <author fullname="K. Hoeper" initials="K." surname="Hoeper"/>
            <author fullname="S. Hanna" initials="S." surname="Hanna"/>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <author fullname="J. Salowey" initials="J." role="editor" surname="Salowey"/>
            <date month="July" year="2012"/>
            <abstract>
              <t>This memo defines the requirements for a tunnel-based Extensible Authentication Protocol (EAP) Method. This tunnel method will use Transport Layer Security (TLS) to establish a secure tunnel. The tunnel will provide support for password authentication, EAP authentication, and the transport of additional data for other purposes. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6678"/>
          <seriesInfo name="DOI" value="10.17487/RFC6678"/>
        </reference>
        <reference anchor="RFC6960">
          <front>
            <title>X.509 Internet Public Key Infrastructure Online Certificate Status Protocol - OCSP</title>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="M. Myers" initials="M." surname="Myers"/>
            <author fullname="R. Ankney" initials="R." surname="Ankney"/>
            <author fullname="A. Malpani" initials="A." surname="Malpani"/>
            <author fullname="S. Galperin" initials="S." surname="Galperin"/>
            <author fullname="C. Adams" initials="C." surname="Adams"/>
            <date month="June" year="2013"/>
            <abstract>
              <t>This document specifies a protocol useful in determining the current status of a digital certificate without requiring Certificate Revocation Lists (CRLs). Additional mechanisms addressing PKIX operational requirements are specified in separate documents. This document obsoletes RFCs 2560 and 6277. It also updates RFC 5912.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6960"/>
          <seriesInfo name="DOI" value="10.17487/RFC6960"/>
        </reference>
        <reference anchor="RFC6961">
          <front>
            <title>The Transport Layer Security (TLS) Multiple Certificate Status Request Extension</title>
            <author fullname="Y. Pettersen" initials="Y." surname="Pettersen"/>
            <date month="June" year="2013"/>
            <abstract>
              <t>This document defines the Transport Layer Security (TLS) Certificate Status Version 2 Extension to allow clients to specify and support several certificate status methods. (The use of the Certificate Status extension is commonly referred to as "OCSP stapling".) Also defined is a new method based on the Online Certificate Status Protocol (OCSP) that servers can use to provide status information about not only the server's own certificate but also the status of intermediate certificates in the chain.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6961"/>
          <seriesInfo name="DOI" value="10.17487/RFC6961"/>
        </reference>
        <reference anchor="RFC7029">
          <front>
            <title>Extensible Authentication Protocol (EAP) Mutual Cryptographic Binding</title>
            <author fullname="S. Hartman" initials="S." surname="Hartman"/>
            <author fullname="M. Wasserman" initials="M." surname="Wasserman"/>
            <author fullname="D. Zhang" initials="D." surname="Zhang"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>As the Extensible Authentication Protocol (EAP) evolves, EAP peers rely increasingly on information received from the EAP server. EAP extensions such as channel binding or network posture information are often carried in tunnel methods; peers are likely to rely on this information. Cryptographic binding is a facility described in RFC 3748 that protects tunnel methods against man-in-the-middle attacks. However, cryptographic binding focuses on protecting the server rather than the peer. This memo explores attacks possible when the peer is not protected from man-in-the-middle attacks and recommends cryptographic binding based on an Extended Master Session Key, a new form of cryptographic binding that protects both peer and server along with other mitigations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7029"/>
          <seriesInfo name="DOI" value="10.17487/RFC7029"/>
        </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="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="RFC9325">
          <front>
            <title>Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <date month="November" year="2022"/>
            <abstract>
              <t>Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) are used to protect data exchanged over a wide range of application protocols and can also form the basis for secure transport protocols. Over the years, the industry has witnessed several serious attacks on TLS and DTLS, including attacks on the most commonly used cipher suites and their modes of operation. This document provides the latest recommendations for ensuring the security of deployed services that use TLS and DTLS. These recommendations are applicable to the majority of use cases.</t>
              <t>RFC 7525, an earlier version of the TLS recommendations, was published when the industry was transitioning to TLS 1.2. Years later, this transition is largely complete, and TLS 1.3 is widely available. This document updates the guidance given the new environment and obsoletes RFC 7525. In addition, this document updates RFCs 5288 and 6066 in view of recent attacks.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="195"/>
          <seriesInfo name="RFC" value="9325"/>
          <seriesInfo name="DOI" value="10.17487/RFC9325"/>
        </reference>
        <reference anchor="X.690">
          <front>
            <title>SN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)</title>
            <author initials="" surname="ITU-T" fullname="ITU-T">
              <organization/>
            </author>
            <date year="2008" month="November"/>
          </front>
        </reference>
        <reference anchor="RFC4949">
          <front>
            <title>Internet Security Glossary, Version 2</title>
            <author fullname="R. Shirey" initials="R." surname="Shirey"/>
            <date month="August" year="2007"/>
            <abstract>
              <t>This Glossary provides definitions, abbreviations, and explanations of terminology for information system security. The 334 pages of entries offer recommendations to improve the comprehensibility of written material that is generated in the Internet Standards Process (RFC 2026). The recommendations follow the principles that such writing should (a) use the same term or definition whenever the same concept is mentioned; (b) use terms in their plainest, dictionary sense; (c) use terms that are already well-established in open publications; and (d) avoid terms that either favor a particular vendor or favor a particular technology or mechanism over other, competing techniques that already exist or could be developed. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="FYI" value="36"/>
          <seriesInfo name="RFC" value="4949"/>
          <seriesInfo name="DOI" value="10.17487/RFC4949"/>
        </reference>
        <reference anchor="RFC6238">
          <front>
            <title>TOTP: Time-Based One-Time Password Algorithm</title>
            <author fullname="D. M'Raihi" initials="D." surname="M'Raihi"/>
            <author fullname="S. Machani" initials="S." surname="Machani"/>
            <author fullname="M. Pei" initials="M." surname="Pei"/>
            <author fullname="J. Rydell" initials="J." surname="Rydell"/>
            <date month="May" year="2011"/>
            <abstract>
              <t>This document describes an extension of the One-Time Password (OTP) algorithm, namely the HMAC-based One-Time Password (HOTP) algorithm, as defined in RFC 4226, to support the time-based moving factor. The HOTP algorithm specifies an event-based OTP algorithm, where the moving factor is an event counter. The present work bases the moving factor on a time value. A time-based variant of the OTP algorithm provides short-lived OTP values, which are desirable for enhanced security.</t>
              <t>The proposed algorithm can be used across a wide range of network applications, from remote Virtual Private Network (VPN) access and Wi-Fi network logon to transaction-oriented Web applications. The authors believe that a common and shared algorithm will facilitate adoption of two-factor authentication on the Internet by enabling interoperability across commercial and open-source implementations. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6238"/>
          <seriesInfo name="DOI" value="10.17487/RFC6238"/>
        </reference>
        <reference anchor="RFC8146">
          <front>
            <title>Adding Support for Salted Password Databases to EAP-pwd</title>
            <author fullname="D. Harkins" initials="D." surname="Harkins"/>
            <date month="April" year="2017"/>
            <abstract>
              <t>EAP-pwd is an Extensible Authentication Protocol (EAP) method that utilizes a shared password for authentication using a technique that is resistant to dictionary attacks. It includes support for raw keys and double hashing of a password in the style of Microsoft Challenge Handshake Authentication Protocol version 2 (MSCHAPv2), but it does not include support for salted passwords. There are many existing databases of salted passwords, and it is desirable to allow their use with EAP-pwd.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8146"/>
          <seriesInfo name="DOI" value="10.17487/RFC8146"/>
        </reference>
        <reference anchor="RFC7299">
          <front>
            <title>Object Identifier Registry for the PKIX Working Group</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="July" year="2014"/>
            <abstract>
              <t>When the Public-Key Infrastructure using X.509 (PKIX) Working Group was chartered, an object identifier arc was allocated by IANA for use by that working group. This document describes the object identifiers that were assigned in that arc, returns control of that arc to IANA, and establishes IANA allocation policies for any future assignments within that arc.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7299"/>
          <seriesInfo name="DOI" value="10.17487/RFC7299"/>
        </reference>
        <reference anchor="RFC4334">
          <front>
            <title>Certificate Extensions and Attributes Supporting Authentication in Point-to-Point Protocol (PPP) and Wireless Local Area Networks (WLAN)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="T. Moore" initials="T." surname="Moore"/>
            <date month="February" year="2006"/>
            <abstract>
              <t>This document defines two Extensible Authentication Protocol (EAP) extended key usage values and a public key certificate extension to carry Wireless LAN (WLAN) System Service identifiers (SSIDs). This document obsoletes RFC 3770. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4334"/>
          <seriesInfo name="DOI" value="10.17487/RFC4334"/>
        </reference>
      </references>
    </references>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="H." surname="Zhou" fullname="Han Zhou">
        <organization/>
        <address>
      </address>
      </contact>
      <contact initials="J." surname="Salowey" fullname="Joseph Salowey">
        <organization/>
        <address>
          <email>joe@salowey.net</email>
        </address>
      </contact>
      <contact initials="N." surname="Cam-Winget" fullname="Nancy Cam-Winget">
        <organization/>
        <address>
          <email>ncamwing@cisco.com</email>
        </address>
      </contact>
      <contact initials="S." surname="Hanna" fullname="Steve Hanna">
        <organization/>
        <address>
          <email>steve.hanna@infineon.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
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
zFVRxSLxbLvxBUVZiD3RqsxFSKxrCQiT6Jfs7FxbZF6Go+azzPDjwAHhmqfj
fUlw0zFGZSNQsp0/xEFZwo3ESRl60YZPkh8tsYRakwDgEHXpECJf5gLwiBPL
pTnxhH7es2kofoDC38YWZBm6OsSNvqOQGdFEPdb5BuVZ5N5+glIPrjGNLHPG
KAoUy7sEyhm3L43b6qJjfVnklZhjcxO6GSTVqz28FipUVhwNIFB3jsYLEKra
KQa9rySyi+4VsyokLu72AYyD8qMED3Uj1ygrM2A49ANWQ9qU0TkPMMgtwEpm
Cu03lhtnRvHT3aMdkefluckgOsEux1QLTiQ1oQsNIxzEEyWCwiXHkt0TJAyb
UFaB9Xiqqt61rD9XlrbW85IEtpAeHz9GEAB2mbX90OpWEX5VVsLYZfYeLe5w
HG9OzrfoJLvPZPrNlpZ0aifmpY1h0E7aMLfbNVkRPFsBfUN4EYysyWcom7Ww
Rq2/9TF0wMK3R02H4sA86cmuJz4+gznSyWyGdj4KDT05Odkx/EdzZTm/wX0i
JwlanFDp8T28hbU/SpUPB74A4CPR7MrqUzbM2U7dHVYDS9TktLZhTR6D2wLB
i4YlBAScRxe//6rG/Mrl3HKR2ZRynKlbCC+Bb+yh5PccIb0Sgt7EfptjVkJX
+wjCcJ8fpZehV3aKDiiwOmFkeD1d29zSvkiQVfkTO7iOJ6mgONa2y93J+x6g
oDEII1Vq+KSm+cIqELejy2CNGaCbZKmMDUtC3QVKdSb3ZCJaz8t59TsrzF3o
sUz6jFHY80izcGJRhdetMzDM+/ZNltUlc4r+zzitd47AxoD6Yvg+tjIy4UHB
J44sLmJ+iW1KwpAotqPsWOIypaIXJzz3y4ZL4bV3J1mZEIE82mL6v2D/b/ax
7xH+sZ+rKZnALl2TfEuaWyrtKMY55/FQCwwOQXaQBq59McTQWVkUV6SsN2RM
KSuLULy86woOM3EgROmYGZQZwWBMLaOnBg48gSMQX0xJFZBuK0aP2VVYn71s
+LM/8tnByGeH+Po+fHWYPcqOsuPscfYke/pTPgv/OP0b/xd+oKFQTgb94N8R
rYn/tp+vGBfA//zws42BoItsDF8gBAj89i0MwsagO9kbx7OfYQzPsvs7ietg
kCnyxM/Web9ht8j2Gwp0L9BNtLv7sy2867l9ULsCU4VEg9mp5L5BArJwCwpD
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
flzmzz8zTIBLLyfJShAlB0kt7v8DqTBZ0UDUAgA=

-->

</rfc>
