<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc2629 version 1.5.26 (Ruby 2.6.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-emu-rfc7170bis-07" category="std" consensus="true" submissionType="IETF" 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-07"/>
    <author initials="A." surname="DeKok (Ed)" fullname="Alan DeKok">
      <organization/>
      <address>
        <email>aland@freeradius.org</email>
      </address>
    </author>
    <date year="2023" month="July" day="03"/>
    <area>Internet</area>
    <workgroup>EMU working group</workgroup>
    <keyword>Internet-Draft</keyword>
    <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.  This document obsoletes RFC 7170.</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/"/>.
      </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>
    <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>Since its introduction, EAP-FAST <xref target="RFC4851"/> has been widely adopted in
a variety of devices and platforms.  It has been adopted by the EMU
working group as the basis for the standard tunnel-based EAP method.
This document describes the Tunnel Extensible Authentication Protocol
(TEAP) version 1, based on EAP-FAST <xref target="RFC4851"/> with some minor changes
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 TLS 1.2 and earlier.  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>
      <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.</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="I-D.ietf-emu-tls-eap-types"/> Section 3.1, the outer EAP Identity
SHOULD be an anonymous NAI Network Access Identifier (NAI)
<xref target="RFC7542"/>.  Any inner identities (EAP or otherwise) SHOULD also
follow the recommendations of <xref target="I-D.ietf-emu-tls-eap-types"/> 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.</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 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 conversations in the TEAP
protected tunnel are encapsulated in a TLV layer.</t>
        <t>TEAP packets may include TLVs both inside and outside the TLS tunnel.
The term "Outer TLVs" 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 messages is counted as one message.  The term "Inner
TLVs" 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 the TEAP conversation, TLS
records may encapsulate zero or more Inner TLVs, but no Outer TLVs.</t>
        <t>Methods for encapsulating EAP within carrier protocols are already
defined.  For example, IEEE 802.1X <xref target="IEEE.802-1X.2013"/> 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>
    <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 modification of 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>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>
      </section>
      <section anchor="teap-authentication-phase-1-tunnel-establishment">
        <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
ciphersuites:</t>
        <ul empty="true">
          <li>
            <t>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256
TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</t>
          </li>
        </ul>
        <t>Other ciphersuites MAY be supported.  It is REQUIRED that anonymous
ciphersuites 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 man-in-the-middle
and dictionary attacks.  TLS ciphersuites that do not provide
confidentiality MUST NOT be used.  During the TEAP Phase 1
conversation, 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 ciphersuites 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 ciphersuite.  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>
        <t>The following sections describe resuming a TLS session based on
server-side or client-side state.</t>
        <section anchor="resume-server-state">
          <name>TLS Session Resume Using Server State</name>
          <t>TEAP session resumption is achieved in the same manner TLS achieves
session resume.  To support session resumption, the server and peer
minimally cache the Session ID, master secret, and ciphersuite.  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.  After a
successful conclusion of the TEAP Phase 1 conversation, the
conversation then continues on to Phase 2.</t>
        </section>
        <section anchor="tls-session-resumption">
          <name>TLS Session Resumption</name>
          <t>TEAP supports the resumption of sessions based on server 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>The TLV exchange includes the execution of zero or more inner
methods within the protected tunnel as described in <xref target="inner-eap"/>
and <eref 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 proprietary 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 inner EAP authentication methods
and inner password authentication.  Implementations which support
multiple authentication methods MUST support 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 signalled 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 man-in-the-middle
attacks.  TEAP addresses man-in-the-middle 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 EAP methods are executed serially
in a sequence.  This version of TEAP does not support initiating
multiple inner EAP methods simultaneously in parallel.  The inner EAP 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>Inner EAP method 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
authentication method fails, the server may attempt to authenticate
the peer with a different method (EAP or password).</t>
          <t>If a particular authentication method succeeds, the server SHOULD NOT
attempt a subsequent authentication method.  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 EAP method,
or via a password.</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>Multiple round trips of password authentication requests and responses
MAY be used to support some "housecleaning" 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.</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 RFC 5421 <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="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 EAP conversation 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 EAP authentication 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>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>
      </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 the
EAP conversation in Phase 2 are expected to be handled by
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 conversation so as to allow the peer to
inform the user of the cause of the failure and possibly allow for a
restart of the conversation.  The peer MUST send a TEAP response to
an alert message.  The EAP-Response packet sent by the peer may
encapsulate a TLS ClientHello handshake message, in which case the
TEAP server MAY allow the TEAP conversation to be restarted, or it
MAY contain a TEAP response with a zero-length message, in which case
the server MUST terminate the conversation with an EAP Failure
packet.  It is up to the TEAP server whether or not to allow
restarts, and, if allowed, how many times the conversation can be
restarted.  Per TLS <xref target="RFC8446"/>, TLS restart is only allowed for non-
fatal alerts.  A TEAP server implementing restart capability SHOULD
impose a limit on the number of restarts, so as to protect against
denial-of-service attacks.  If the TEAP server does not allow
restarts, it MUST terminate the conversation with an EAP Failure
packet.</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.  The server may restart
the conversation by sending a TEAP request packet encapsulating the
TLS HelloRequest handshake message.  The peer may allow the TEAP
conversation to be restarted, or it may terminate the conversation by
sending a TEAP response with a zero-length message.</t>
        </section>
        <section anchor="phase-2-errors">
          <name>Phase 2 Errors</name>
          <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.  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.  For errors involving a tunnel
compromise, the error code is Tunnel Compromise Error.  Upon sending
a Result TLV with a fatal Error TLV, the sender terminates the TLS
tunnel.  Note that a server will still wait for a message from the
peer after it sends a failure; however, the server does not need to
process the contents of the response message.</t>
          <t>For the inner method, retransmission is not needed and SHOULD NOT be
attempted, as the Outer TLS tunnel can be considered a reliable
transport.  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.
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 inner method
instead or to send back a Result TLV to terminate the TEAP
authentication session.</t>
          <t>If a server receives a Result TLV of failure with a fatal Error TLV,
it MUST send a cleartext EAP Failure.  If a peer receives a Result
TLV of failure, it MUST respond with a Result TLV indicating failure.
If the server has sent a Result TLV of failure, it ignores the peer
response, and it MUST send a cleartext EAP Failure.</t>
        </section>
      </section>
      <section anchor="fragmentation">
        <name>Fragmentation</name>
        <t>Fragmentation of EAP packets is dicussed 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 from it.</t>
        <t>Peer implementations MUST be configurated so that by default, the
current authentication session fails if the server cannot be
authenticated.  However, it is possible to have a configuration flag
which permits access to networks where the server cannot be
authenticated.  Such configurations are NOT recommended, and further
discussion is outside of the scope of this specification.</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>
        <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"/> degenerate (i.e. unsigned) "Certificates
Only" message encoded into the body of a PKCS#7 TLV (see
<xref target="pkcs7-tlv"/>), only after an authentication 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 ciphersuite 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="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 EAP method in Phase 2 that supports mutual authentication and key
derivation that is resistant to attacks such as man-in-the-middle and
dictionary attacks.  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 ciphersuite
negotiated does not provide authentication and in which the
ciphersuite 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 EAP authentication 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 a man-in-the-middle attack has not
been attempted.</t>
          <t>Support for the Server Unauthenticated Provisioning Mode is optional.
The ciphersuite TLS_DH_anon_WITH_AES_128_CBC_SHA is RECOMMENDED when
using Server Unauthenticated Provisioning Mode, but other anonymous
ciphersuites MAY be supported as long as the TLS pre-master secret is
generated from contribution from both peers.  Phase 2 EAP authentication methods
used in Server Unauthenticated Provisioning Mode MUST provide mutual
authentication, provide key generation, and be resistant to
dictionary attack.  Example inner methods include EAP-pwd <xref target="RFC5931"/>
and EAP-EKE <xref target="RFC6124"/>, but not EAP-FAST-MSCHAPv2.</t>
          <t>When a strong inner method is not used with Server Unauthenticated
Provisioning Mode, it is possible for an attacker to perform a
man-in-the-middle 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>
        </section>
        <section anchor="channel-binding">
          <name>Channel Binding</name>
          <t><xref target="RFC6677"/> defines EAP channel bindings to 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 acknowledgement 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 NOT send a NAK
TLV for a TLV that is not marked mandatory.  If all TLVs in a message
are marked optional and none are understood by the peer, then a NAK
TLV or Result TLV could be sent to the other side in order to
continue the conversation.</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 empty="true">
          <li>
            <t>Authority-ID TLV</t>
            <t>Identity-Type TLV</t>
            <t>Result TLV</t>
            <t>NAK TLV</t>
            <t>Error TLV</t>
            <t>Request-Action TLV</t>
            <t>EAP-Payload TLV</t>
            <t>Intermediate-Result TLV</t>
            <t>Crypto-Binding TLV</t>
            <t>Basic-Password-Auth-Req TLV</t>
            <t>Basic-Password-Auth-Resp TLV</t>
          </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.</t>
              <t>After processing the TLVs or inner method in the request, another
round of Result TLV exchange would 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 piggybacking 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="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 authentication 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>
          <t>o  The Crypto-Binding TLV version is supported.</t>
          <t>o  The MAC verifies correctly.</t>
          <t>o  The received version in the Crypto-Binding TLV matches the version
   sent by the receiver during the EAP version negotiation.</t>
          <t>o  The subtype is set to the correct value.</t>
          <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>&lt; 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="I-D.ietf-emu-tls-eap-types"/> 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 Acknowledgement (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 in 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 identies which the peer will be using during subsequent Phase 2 authentications.</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 authentication 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 use, the peer can signal which identies it has available, which enables the server to choose an inner authentication method which is appropriate for that identity.</t>
          <t>The peer SHOULD send an Identity-Hint TLV for each inner authentication method 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 to selecting which inner authentication 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 identies given as part of the inner authentication methods.  There is no issue with the hint(s) failing to match any subsequent identity which is used.</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 authentication method, as the
identity may influence the chosen authentication 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
ciphersuite, TEAP implementations need a mechanism to determine the
version and ciphersuite 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="phase1">
        <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 jth 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 authentication 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 usage label used is "TEAPbindkey@ietf.org", and the
length is 64 octets.  Optional data parameter is not used in the
derivation.</t>
        <artwork><![CDATA[
IMSK[j] = First 32 octets of TLS-PRF(secret, "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>
            <t>PRF(secret, label, seed) = P_&lt;hash&gt;(secret, label | seed).</t>
            <t>The secret is the EMSK or MSK from the j'th inner method, the label 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 in network byte order (0x00 | 0x40) specified
in <xref target="RFC5295"/>.</t>
            <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
EMSK or 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.</t>
            <t>If no inner EAP authentication method is run then no EMSK or MSK
will be generated (e.g. 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., MSK = 32 octets of 0x00s).</t>
          </li>
        </ul>
        <t>Note that using a MSK of all zeroes opens up TEAP to man-in-the-middle
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 conjuction 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 man-in-the-middle 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 EAP authentication 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 0 (e.g., 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 the EAP authentication method are the result
of all authentication conversations 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 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 EAP authentication methods have been negotiated inside the tunnel or no EAP
authentication methods have been successfully completed inside the tunnel, 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.</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]
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 was deprecated by [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>
    <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>The Result TLV is protected and conveys the true Success or Failure
of TEAP, and it should be used as the indicator of its success or
failure respectively.  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 that do not coincide with the status sent in the protected
Result TLV.</t>
      </section>
      <section anchor="method-negotiation">
        <name>Method Negotiation</name>
        <t>As is true for any negotiated EAP protocol, NAK packets 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
negotiate 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>
        <t>o  Loss of identity protection</t>
        <t>o  Offline dictionary attacks</t>
        <t>o  Lack of policy enforcement</t>
        <t>o  Man-in-the-middle attacks (as described in <xref target="RFC7029"/>)</t>
        <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"/>.  Implementation and deployment
SHOULD adopt various mitigation strategies described in <xref target="RFC7029"/> Section 3.2.
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.  For example, the EAP method defined in <xref target="RFC3748"/> Section 5 such as MD5-Challenge, One-Time Password (OTP), and Generic Token Card (GTC) do not derive an EMSK, and are vulnerable to man-in-the-middle 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 SHOULD 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>
      </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>
        <t>o  Per-packet confidentiality and integrity protection</t>
        <t>o  User identity protection</t>
        <t>o  Better support for notification messages</t>
        <t>o  Protected inner method negotiation, including EAP method</t>
        <t>o  Sequencing of inner methods, including EAP methods</t>
        <t>o  Strong mutually derived MSKs</t>
        <t>o  Acknowledged success/failure indication</t>
        <t>o  Faster re-authentications through session resumption</t>
        <t>o  Mitigation of offline dictionary attacks</t>
        <t>o  Mitigation of man-in-the-middle attacks</t>
        <t>o  Mitigation of some denial-of-service attacks</t>
        <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>Identity request/response exchanges sent after the TEAP tunnel is
established are protected from modification and eavesdropping by
attackers.</t>
          <t>Note that since TLS client certificates are sent in the clear with TLS 1.2 and earlier, 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
an EAP authentication method (for example, EAP-TLS) within the TLS session in TEAP
Phase 2 instead of using TLS handshake renegotiation.</t>
          <t>When a client certificate is sent outside of the TLS tunnel, 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, either for authentication or provisioning.  If there is
no Phase 2 data, then the EAP server MUST reject the session.  There
is no reason to have TEAP devolve to EAP-TLS.</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 against online "brute force"
dictionary attempts by limiting the number of failed authentication
attempts for a particular identity.</t>
        <section anchor="protection-against-man-in-the-middle-attacks">
          <name>Protection against Man-in-the-Middle Attacks</name>
          <t>Allowing authentication methods to be executed both with and without the protection
of a secure tunnel opens up a possibility of a man-in-the-middle
attack.  To avoid man-in-the-middle attacks it is recommended to
always deploy authentication methods with the protection of TEAP.
TEAP provides protection from man-in-the-middle attacks even if a
deployment chooses to execute inner methods both with and without
TEAP protection.  TEAP prevents this attack 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 tunnel.</li>
            <li>When the 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 EAP authentication method described in <xref target="cryptographic-calculations"/>.</li>
          </ol>
          <t>TEAP crypto binding does not guarantee man-in-the-middle protection
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 ciphersuite derives the master secret solely
from the contribution of secret data from one side of the
conversation (such as ciphersuites 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
ciphersuite derives the master secret from the contribution of
secrets from both sides of the conversation (such as in ciphersuites
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="server-certificate-validation">
        <name>Server Certificate Validation</name>
        <t>As part of the TLS negotiation, the server presents a certificate to
the peer.  The peer SHOULD verify the validity of the EAP server
certificate and SHOULD also examine the EAP server name presented in
the certificate in order to determine whether the EAP server can be
trusted.  When performing server certificate validation,
implementations MUST provide support for 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 might not be
turned on.  Please note that in the case where the EAP authentication
is remote, the EAP server will not reside on the same machine as the
authenticator, and therefore, the name in the EAP server's
certificate cannot be expected to match that of the intended
destination.  In this case, a more appropriate test might be whether
the EAP server's certificate is signed by a certification authority
(CA) controlling the intended domain and whether the authenticator
can be authorized by a server in that domain.</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.

Ciphersuite 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.

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>
        <ol spacing="normal" type="1"><li>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:</li>
        </ol>
        <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>
        <ol spacing="normal" type="1"><li>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.</li>
        </ol>
      </section>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</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 acknowledgements 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,
and Bruno Pereria Vidal.</t>
    </section>
    <section anchor="contributors">
      <name>Contributors</name>
      <artwork><![CDATA[
      Hao Zhou
      (Original Co-author of RFC 7170)

      Joseph Salowey
      Venafi
      joe@salowey.net
      (Original Co-author of RFC 7170)

      Nancy Cam-Winget
      Cisco
      email: ncamwing@cisco.com
      (Original Co-author of RFC 7170)

      Stephen Hanna
      email: steve.hanna@infineon.com
      (Original Co-author of RFC 7170)
]]></artwork>
    </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-ciphersuite-negotiation">
        <name>A.3.  Requirement 4.2.1.1.1: Ciphersuite Negotiation</name>
        <t>TEAPv1 meets this requirement by using TLS to provide protected
ciphersuite 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
TLS_RSA_WITH_AES_128_CBC_SHA as a mandatory-to-implement ciphersuite
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
TLS_RSA_WITH_AES_128_CBC_SHA as a mandatory-to-implement ciphersuite
that provides certificate-based authentication of the server and is
approved by NIST.  The mandatory-to-implement ciphersuites only
include ciphersuites that use strong cryptographic algorithms.  They
do not include ciphersuites providing mutually anonymous
authentication or static Diffie-Hellman ciphersuites 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 EAP 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-ciphersuite">
        <name>C.3.  Full TLS Handshake Using Certificate-Based Ciphersuite</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 piggybacked to 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:</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 piggybacked to 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 piggybacked to 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 piggybacked to 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 piggybacked to 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">
        <name>C.11.</name>
        <t>The following exchanges show the peer sending a PKCS#10 TLV, and
server replying with a PKCS7 TLV. 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       |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - >
  |                                                    |
  |               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">
        <name>C.12.</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>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="BCP14" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC3748" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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="RFC5226" target="https://www.rfc-editor.org/info/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="RFC5246" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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="RFC7170" target="https://www.rfc-editor.org/info/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="RFC8446" target="https://www.rfc-editor.org/info/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="RFC9190" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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="I-D.ietf-emu-tls-eap-types" target="https://datatracker.ietf.org/doc/html/draft-ietf-emu-tls-eap-types-13">
          <front>
            <title>TLS-Based Extensible Authentication Protocol (EAP) Types for Use with TLS 1.3</title>
            <author fullname="Alan DeKok" initials="A." surname="DeKok">
              <organization>FreeRADIUS</organization>
            </author>
            <date day="16" month="February" 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="Internet-Draft" value="draft-ietf-emu-tls-eap-types-13"/>
        </reference>
        <reference anchor="I-D.ietf-lamps-rfc7030-csrattrs" target="https://datatracker.ietf.org/doc/html/draft-ietf-lamps-rfc7030-csrattrs-04">
          <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="15" month="June" year="2023"/>
            <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-04"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="IEEE.802-1X.2013">
          <front>
            <title>Local and Metropolitan Area Networks: Port-Based Network Access Control</title>
            <author initials="" surname="IEEE" fullname="IEEE">
              <organization/>
            </author>
            <date year="2017" month="December"/>
          </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" target="https://www.rfc-editor.org/info/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="RFC2985" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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="RFC3579" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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="RFC5247" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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" target="https://www.rfc-editor.org/info/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="RFC7542" target="https://www.rfc-editor.org/info/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="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>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAAkXo2QAA+y9a3PbVpY2+n3/ChzlQ0vVpCLJtnzpadeoZWWiN/HlWEpP
z0lSKYiEJMQkwCFAKxrH89vPuu+1AZCSu5NMv1PRTHVoEtj3ve7rWePxOLRl
OyueZeerqipm2clPbVE15cWsyI5W7XVRteUkb8u6yt4s67ae1LNs+/zk6M1O
9tdi2eD3+yG/uFgW76EJ+D5M60mVz6HB6TK/bMdl0V6Oi/lqvLycPN5/vHdR
NuO9xyE0bV5Nf8hndQWPtstVEcrFkj417cHe3tO9g5Avi/xZdlq1xbIq2nBz
9Sw7eflNdlMv35XVVXa1rFeL8O4mPjJ+gV0GGO+zrGmnoVldzMsGB3l+u4Bu
Tk/OvwhhUT7L4O+zbJJX2aopsny5zG+z7fIyy2ez7LZodrJ6mV3nzXV2XSyL
kGUw72f4A3xs6mW7LC6bZ9TEtLjMV7O2gSf099s5/4z/DDksYb18FsI4Kyv4
8mg3e1F8Vb/Ltk+mO/A0r9TRDEZC38NXxTwvZ89gKLA+/3q5LIplPi1XzW69
vAqhqpdz2I33xTN48i/Hb/YfPsvefnH8ZP/xQ/gCPj14/PDJM/74aO/xY/14
sH9oHw/ix4fx49NH+vHxXvwYH3h68FQ+Hh5au4/3HuzpR9hb+fjkob32dP+p
fvv04QG9djp+sWuHop014yJfjFvYnyb5dZbPFw0dGuhjPGmWedsu4ZFQVpd+
EU5PTk52n+wdjPf/tnuwt/8Av4MN4zO99XU9yWcZrGT2smiX9aKelXDusiM4
WdmrosWjBLvyBvZ0/Je8Kab6ZXY0mRRNkx3XFbw226JGp3kLbb4oJsX8olhm
0Ntj+l43OaM/3lIcFnzx1dHLo/Mv5Scd1Mtysqyb+rLN4L5kx1/C/8itq6uG
u5K+/s+qKqCfPe6n05H09PYWJvTlatm0NM+j5vqmhMuaz4p3+RIefXmGPXSH
kDdwZbKzgm5H9lUB5//l2Vc7MLtl+Z7u+9aGPuMMjuvlol7SC/wIb449f/63
82fZddsummeffz4r8mW1O9eXdyf1/POiGq+az+sFTH9RTJrPYfDT+qb5YSHU
pvl83own1/ni80f5k8O9i8tH44O8uBg/fPLoYvzkoCjGl/lkv3hSHF48PryE
bl+dnp2Pz96Mn+ztjR89To/D2wK6nBfVlCkajJWm/jKv8qsCvm/9Rv+f1ewW
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

-->

</rfc>
