<?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-04" 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-04"/>
    <author initials="A." surname="DeKok (Ed)" fullname="Alan DeKok">
      <organization/>
      <address>
        <email>aland@freeradius.org</email>
      </address>
    </author>
    <date year="2023" month="March" day="06"/>
    <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="RFC5246"/> 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>
      <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="RFC5246"/> 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 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="RFC5246"/> 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_RSA_WITH_AES_128_CBC_SHA <xref target="RFC5246"/></t>
            <t>TLS_DHE_RSA_WITH_AES_128_CBC_SHA <xref target="RFC5246"/></t>
          </li>
        </ul>
        <t>This version of the TEAP implementation SHOULD support the following
TLS ciphersuite:</t>
        <ul empty="true">
          <li>
            <t>TLS_RSA_WITH_AES_256_CBC_SHA <xref target="RFC5246"/></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.  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.  The peer MUST
respond to the Intermediate-Result TLV indicating its result.  If the
result indicates success, the servers 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"/>.  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 identies 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="RFC5246"/>, 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 with the appropriate error code.  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 the
value Inner Method Error.  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>A single TLS record may be up to 16384 octets in length, but a TLS
message may span multiple TLS records, and a TLS certificate message
may, in principle, be as long as 16 MB.  This is larger than the
maximum size for a message on most media types; therefore, it is
desirable to support fragmentation.  Note that in order to protect
against reassembly lockup and denial-of-service attacks, it may be
desirable for an implementation to set a maximum size for one such
group of TLS messages.  Since a typical certificate chain is rarely
longer than a few thousand octets, and no other field is likely to be
anywhere near as long, a reasonable choice of maximum acceptable
message length might be 64 KB.  This is still a fairly large message
packet size so a TEAP implementation MUST provide its own support for
fragmentation and reassembly.  Section 3.1 of <xref target="RFC3748"/> discusses
determining the MTU usable by EAP, and Section 4.3 of <xref target="RFC3748"/> discusses
retransmissions in EAP.</t>
        <t>Since EAP is a lock-step protocol, fragmentation support can be added
in a simple manner.  In EAP, fragments that are lost or damaged in
transit will be retransmitted, and since sequencing information is
provided by the Identifier field in EAP, there is no need for a
fragment offset field.</t>
        <t>TEAP fragmentation support is provided through the addition of flag
bits within the EAP-Response and EAP-Request packets, as well as a
Message Length field of four octets.  Flags include the Length
included (L), More fragments (M), and TEAP Start (S) bits.  The L
flag is set to indicate the presence of the four-octet Message Length
field and MUST be set for the first fragment of a fragmented TLS
message or set of messages.  It MUST NOT be present for any other
message.  The M flag is set on all but the last fragment.  The S flag
is set only within the TEAP start message sent from the EAP server to
the peer.  The Message Length field is four octets and provides the
total length of the message that may be fragmented over the data
fields of multiple packets; this simplifies buffer allocation.</t>
        <t>When a TEAP peer receives an EAP-Request packet with the M bit set,
it MUST respond with an EAP-Response with EAP Type of TEAP and no
data.  This serves as a fragment ACK.  The EAP server MUST wait until
it receives the EAP-Response before sending another fragment.  In
order to prevent errors in processing of fragments, the EAP server
MUST increment the Identifier field for each fragment contained
within an EAP-Request, and the peer MUST include this Identifier
value in the fragment ACK contained within the EAP-Response.
Retransmitted fragments will contain the same Identifier value.</t>
        <t>Similarly, when the TEAP server receives an EAP-Response with the M
bit set, it responds with an EAP-Request with EAP Type of TEAP and no
data.  This serves as a fragment ACK.  The EAP peer MUST wait until
it receives the EAP-Request before sending another fragment.  In
order to prevent errors in the processing of fragments, the EAP
server MUST increment the Identifier value for each fragment ACK
contained within an EAP-Request, and the peer MUST include this
Identifier value in the subsequent fragment contained within an EAP-
Response.</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 "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>
            </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>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 by both the peer and the server in
response to a successful or failed Result TLV.  It allows the peer or
server to request the other side to negotiate additional inner methods
or process TLVs specified in the response packet.  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>
      <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
]]></artwork>
          <t>NOTE: Vendor TLVs (included in Vendor-Specific TLVs) sent with a
Result TLV MUST be marked as optional.</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 zero (i.e., MSK = 32 octets of 0x00s).</t>
          </li>
        </ul>
        <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>IANA is instructed to update the references in the "Tunnel Extensible
Authentication Protocol (TEAP) Parameters" 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-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="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"/>.
If the inner method is deriving EMSK, then this threat is mitigated
as TEAP utilizes the mutual crypto-binding based on EMSK as described
in <xref target="RFC7029"/>.</t>
        <t>On the other hand, if the inner method is not deriving EMSK as with
password authentication or unauthenticated provisioning, then this
thread still exists.</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.

                          <- 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>
  </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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="L. Blunk" initials="L." surname="Blunk">
              <organization/>
            </author>
            <author fullname="J. Vollbrecht" initials="J." surname="Vollbrecht">
              <organization/>
            </author>
            <author fullname="J. Carlson" initials="J." surname="Carlson">
              <organization/>
            </author>
            <author fullname="H. Levkowetz" initials="H." role="editor" surname="Levkowetz">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="H. Zhou" initials="H." surname="Zhou">
              <organization/>
            </author>
            <author fullname="P. Eronen" initials="P." surname="Eronen">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="B. Aboba" initials="B." surname="Aboba">
              <organization/>
            </author>
            <author fullname="R. Hurst" initials="R." surname="Hurst">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="H. Alvestrand" initials="H." surname="Alvestrand">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="L. Dondeti" initials="L." surname="Dondeti">
              <organization/>
            </author>
            <author fullname="V. Narayanan" initials="V." surname="Narayanan">
              <organization/>
            </author>
            <author fullname="M. Nakhjiri" initials="M." surname="Nakhjiri">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="M. Ray" initials="M." surname="Ray">
              <organization/>
            </author>
            <author fullname="S. Dispensa" initials="S." surname="Dispensa">
              <organization/>
            </author>
            <author fullname="N. Oskov" initials="N." surname="Oskov">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="N. Williams" initials="N." surname="Williams">
              <organization/>
            </author>
            <author fullname="L. Zhu" initials="L." surname="Zhu">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="T. Clancy" initials="T." surname="Clancy">
              <organization/>
            </author>
            <author fullname="K. Hoeper" initials="K." surname="Hoeper">
              <organization/>
            </author>
            <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="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">
              <organization/>
            </author>
            <author fullname="N. Cam-Winget" initials="N." surname="Cam-Winget">
              <organization/>
            </author>
            <author fullname="J. Salowey" initials="J." surname="Salowey">
              <organization/>
            </author>
            <author fullname="S. Hanna" initials="S." surname="Hanna">
              <organization/>
            </author>
            <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="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">
              <organization/>
            </author>
            <author fullname="M. Sethi" initials="M." surname="Sethi">
              <organization/>
            </author>
            <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="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 EAP types and 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>   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-FAST (RFC 4851), EAP-
   TTLS (RFC 5281), TEAP (RFC 7170), and possibly many vendor specific
   EAP methods.  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>
      </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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="P. Calhoun" initials="P." surname="Calhoun">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="J. Walker" initials="J." surname="Walker">
              <organization/>
            </author>
            <author fullname="B. Aboba" initials="B." surname="Aboba">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="T. Hiller" initials="T." surname="Hiller">
              <organization/>
            </author>
            <author fullname="G. Zorn" initials="G." surname="Zorn">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="J. Schiller" initials="J." surname="Schiller">
              <organization/>
            </author>
            <author fullname="S. Crocker" initials="S." surname="Crocker">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="D. McGrew" initials="D." surname="McGrew">
              <organization/>
            </author>
            <author fullname="J. Salowey" initials="J." surname="Salowey">
              <organization/>
            </author>
            <author fullname="H. Zhou" initials="H." surname="Zhou">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="B. Aboba" initials="B." surname="Aboba">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="D. Simon" initials="D." surname="Simon">
              <organization/>
            </author>
            <author fullname="P. Eronen" initials="P." surname="Eronen">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="M. Myers" initials="M." surname="Myers">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen">
              <organization/>
            </author>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="W. Polk" initials="W." surname="Polk">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="S. Blake-Wilson" initials="S." surname="Blake-Wilson">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="H. Zhou" initials="H." surname="Zhou">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="D. McGrew" initials="D." surname="McGrew">
              <organization/>
            </author>
            <author fullname="J. Salowey" initials="J." surname="Salowey">
              <organization/>
            </author>
            <author fullname="H. Zhou" initials="H." surname="Zhou">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="G. Zorn" initials="G." surname="Zorn">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="G. Zorn" initials="G." surname="Zorn">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <author fullname="S. Fluhrer" initials="S." surname="Fluhrer">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="S. Hanna" initials="S." surname="Hanna">
              <organization/>
            </author>
            <author fullname="H. Zhou" initials="H." surname="Zhou">
              <organization/>
            </author>
            <author fullname="J. Salowey" initials="J." role="editor" surname="Salowey">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="M. Myers" initials="M." surname="Myers">
              <organization/>
            </author>
            <author fullname="R. Ankney" initials="R." surname="Ankney">
              <organization/>
            </author>
            <author fullname="A. Malpani" initials="A." surname="Malpani">
              <organization/>
            </author>
            <author fullname="S. Galperin" initials="S." surname="Galperin">
              <organization/>
            </author>
            <author fullname="C. Adams" initials="C." surname="Adams">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <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">
              <organization/>
            </author>
            <author fullname="M. Wasserman" initials="M." surname="Wasserman">
              <organization/>
            </author>
            <author fullname="D. Zhang" initials="D." surname="Zhang">
              <organization/>
            </author>
            <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="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">
              <organization/>
            </author>
            <author fullname="P. Yee" initials="P." role="editor" surname="Yee">
              <organization/>
            </author>
            <author fullname="D. Harkins" initials="D." role="editor" surname="Harkins">
              <organization/>
            </author>
            <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="RFC7542" target="https://www.rfc-editor.org/info/rfc7542">
          <front>
            <title>The Network Access Identifier</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok">
              <organization/>
            </author>
            <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:
H4sIAFOSBmQAA+y9aXMbR5Yu/D1/RQX9oclogCZIilo8rRhaosa8FiW9ItXT
87odjiJQIMsCqjBVBVFsWfPb71kzT9YC0u1l5k6YM9GGgKpcT54863PG47Fr
8maRPUku1kWRLZKTj01W1PnlIkuO1811VjT5NG3yskjeVGVTTstFsn1xcvxm
J/lrVtX4/cSll5dV9gGagO/drJwW6RIanFXpvBnnWTMfZ8v1uJpPH04e7l3m
9Xjv0Lm6SYvZD+miLODRplpnLl9V9Klu9vf2Hu/tu7TK0ifJadFkVZE17ubq
SXJy9i65Kav3eXGVXFXleuXe34RHxs+xSwfjfZLUzczV68tlXuMgL25X0M3p
ycUL51b5kwT+vkimaZGs6yxJqyq9TbbzeZIuFsltVu8kZZVcp/V1cp1VmUsS
mPcT/AE+1mXVVNm8fkJNzLJ5ul40NTyhv98u+Wf8p0thCcvqiXPjJC/gy+Pd
5Hn2bfk+2T6Z7cDTvFLHCxgJfQ9fZcs0XzyBocD6/Ou8yrIqneXreresrpwr
ymoJu/EhewJPfv3szeTwSfL2xbNHk4eH8AV8Onh4+OgJf3yw9/ChftyfHPmP
++HjYfj4+IF+fLgXPoYHHu8/lo9HR75d3FD5+HjymD6ejp/v+j1vFvU4S1fj
Bpa/hlXIi7mdwOnJycnuo7398eRvu/t7kwP8Dhab6XHrZTlNFwmsQnKWNVW5
Khc50ExyDFSRvMoaJANY0TewH+Ov0zqb6ZfJ8XSa1XXyrCzgtcUWNTpLG2jz
eTbNlpdZlUBvD+l73aCE/ng7cFjwxbfHZ8cX38hPOqizfFqVdTlvEqD15Nk3
8D9yYsqi5q6kr/+zLjLoZ4/7aXUkPb29hQl9s67qhuZ5XF/f5HDQ0kX2Pq3g
0bNz7KE9hLQGck/OM6Ls5NsMaPfs/NsdmF2Vf6CzurWhzzCDZ2W1Kit6gR/h
zfHPX/zt4kly3TSr+smXXy6ytCp2l/ry7rRcfpkV43X9ZbmC6a+yaf0lDH5W
3tQ/rIRT1F8u6/H0Ol19+SB9dLR3OX8w3k+zy/HhoweX40f7WTaep9NJ9ig7
unx4NIduX52eX4zP34wf7e2NHzyMyeFtBl0us2LG3AjGSlM/S4v0KoPvG7vR
/2e9uMVN3h/c5K1X1A5Q2GlRQx/rJkvKeXKObCmtZjVtyEU2vS7KRXl1i42/
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
DEEqg4uWdJOB+LYWHNCX1/nyOcn2y6TbN6Rl6q9Px+MKCXdsahbOIv5wVPXK
/DEUR4zRvjPTMG/g+E8mYe43ev3Jj58iQVaZf3thgTBuVGSpz6qv8T5W8OVV
kc8aK/jCY/2zQgXLxwhWCw78BbMGv4HIwL2f//ZwGPMdUnfNnX+3+vc1+OQT
KkPLbNZZGoW6tGNvtf/mQm7rlPYYOslmuq2bFC7fRH+4lC/78wQKbtdjnlqn
cPs1uMRnLfBinvHU1M/u1bwWZxkbK8J/bt9vCrTCqBPzUZu4FQWiTTYD6Eyw
A6mLOTi+64sC/jXHE6h4vdrty4/ZbFRTxoByfpB7Jahacnpl8kY/FVBQ3OQB
MZNyZouA3fOx3KeM3qeMzvr31SKcVlmwO2HH3AE7/jMgnG6fHHM5swZeXSnx
dFFGzbgWgPyyRoVnHrPHzYkZfOSxlMco226Z5mIhl4d8h9q/2kD3htM3azj9
qYmqt6vfz89o/bywdyxiylzu+U0AAzfmVCcmFu6JAA64mKZKmcyLma+StXbe
4ytzsN9yP5a+Su85be85bb8lTtvPTMJ++0pi689W416NK4x/W/iv+/+PE4VB
FkluxVlI1NlM9HXFebg73O9wk4BTJ/t/XI8H+59qAgA=

-->

</rfc>
