<?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-12" category="std" consensus="true" submissionType="IETF" obsoletes="7170" 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-12"/>
    <author initials="A." surname="DeKok (Ed)" fullname="Alan DeKok">
      <organization/>
      <address>
        <email>aland@freeradius.org</email>
      </address>
    </author>
    <date year="2023" month="August" day="18"/>
    <area>Internet</area>
    <workgroup>EMU working group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <t>This document defines the Tunnel Extensible Authentication Protocol
(TEAP) version 1.  TEAP is a tunnel-based EAP method that enables
secure communication between a peer and a server by using the
Transport Layer Security (TLS) protocol to establish a mutually
authenticated tunnel.  Within the tunnel, TLV objects are used to
convey authentication-related data between the EAP peer and the EAP
server.  This document obsoletes RFC 7170.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-emu-rfc7170bis/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        EMU Working Group mailing list (<eref target="mailto:emu@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/emu/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/emu-wg/rfc7170bis.git"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>A tunnel-based Extensible Authentication Protocol (EAP) method is an
EAP method that establishes a secure tunnel and executes other EAP
methods under the protection of that secure tunnel.  A tunnel-based
EAP method can be used in any lower-layer protocol that supports EAP
authentication.  There are several existing tunnel-based EAP methods
that use Transport Layer Security (TLS) <xref target="RFC8446"/> to establish the
secure tunnel.  EAP methods supporting this include Protected EAP
(PEAP) <xref target="PEAP"/>, EAP Tunneled Transport Layer Security (EAP-TTLS)
<xref target="RFC5281"/>, and EAP Flexible Authentication via Secure Tunneling (EAP-
FAST) <xref target="RFC4851"/>.  However, they all are either vendor-specific or
informational, and the industry calls for a Standards Track tunnel-
based EAP method.  <xref target="RFC6678"/> outlines the list of requirements for a
standard tunnel-based EAP method.</t>
      <t>This document describes the Tunnel Extensible Authentication Protocol
(TEAP) version 1, which is based on EAP-FAST <xref target="RFC4851"/>.  The changes from EAP-FAST to TEAP are largely minor, in order
to meet the requirements outlined in <xref target="RFC6678"/> for a standard tunnel-
based EAP method.</t>
      <t>This specification describes TEAPv1, and defines cryptographic
derivations for TLS 1.2 and earlier.  When TLS 1.3 is used, the
definitions of cryptographic derivations in <xref target="RFC9427"/> MUST be used
instead of the ones given here.</t>
      <section anchor="specification-requirements">
        <name>Specification Requirements</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 [RFC2119] [RFC8174] when, and only when, they
appear in all capitals, as shown here.</t>
      </section>
      <section anchor="terminology">
        <name>Terminology</name>
        <t>Much of the terminology in this document comes from <xref target="RFC3748"/>.
Additional terms are defined below:</t>
        <t>Type-Length-Value (TLV)</t>
        <ul empty="true">
          <li>
            <t>The TEAP protocol utilizes objects in TLV format.  The TLV format
is defined in <xref target="teap-tlv-format"/>.</t>
          </li>
        </ul>
        <t>Inner method</t>
        <ul empty="true">
          <li>
            <t>An authentication method which is sent as application data inside
of a TLS exchange which is carried over TEAP.  The inner method
can be an EAP authentication method, a username / password
authentication, or a vendor-specific authentication method.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="protocol-overview">
      <name>Protocol Overview</name>
      <t>TEAP authentication occurs in two phases after the initial EAP
Identity request/response exchange.  In the first phase, TEAP employs
the TLS <xref target="RFC8446"/> handshake to provide an authenticated key exchange
and to establish a protected tunnel.  Once the tunnel is established,
the second phase begins with the peer and server engaging in further
conversations to establish the required authentication and
authorization policies.  TEAP makes use of TLV objects to carry out
the inner authentication, results, and other information, such as
channel-binding information.</t>
      <t>As discussed in <xref target="RFC9190"/> Section 2.1.7 and <xref target="RFC9427"/> Section 3.1,
the outer EAP Identity SHOULD be an anonymous NAI Network Access
Identifier (NAI) <xref target="RFC7542"/>.  While <xref target="RFC3748"/> Section 5.1 places no
limits on the contents of the Identity field, <xref target="RFC7542"/> Section 2.6
states that Identities which do not follow the NAI format cannot be
transported in an Authentication, Authorization, and Accounting (AAA)
proxy network.  As such, Identities in non-NAI form are likely to not
work outside of limited and local networks.</t>
      <t>Any inner identities (EAP or otherwise) SHOULD also
follow the recommendations of <xref target="RFC9427"/> Section
3.1.</t>
      <t><xref target="RFC7170"/> defined a Protected Access Credential (PAC) to mirror
EAP-FAST <xref target="RFC4851"/>.  However, implementation experience and analysis
determined that the PAC was not necessary.  Instead, TEAP performs
session resumption using the NewSessionTicket message as defined in
<xref target="RFC9190"/> Section 2.1.2 and Section 2.1.3.  As such, the PAC has
been removed from this document.</t>
      <t>The TEAP conversation is used to establish or resume an existing
session to typically establish network connectivity between a peer
and the network.  Upon successful execution of TEAP, the EAP peer and
EAP server both derive strong session key material (Master Session Key <xref target="RFC3748"/>) that can then be
communicated to the network access server (NAS) for use in
establishing a link-layer security association.</t>
      <section anchor="architectural-model">
        <name>Architectural Model</name>
        <t>The network architectural model for TEAP usage is shown below:</t>
        <figure>
          <name>TEAP Architectural Model</name>
          <artwork><![CDATA[
 +----------+      +----------+      +----------+      +----------+
 |          |      |          |      |          |      |  Inner   |
 |   Peer   |<---->|  Authen- |<---->|   TEAP   |<---->|  Method  |
 |          |      |  ticator |      |  server  |      |  server  |
 |          |      |          |      |          |      |          |
 +----------+      +----------+      +----------+      +----------+
]]></artwork>
        </figure>
        <t>The Peer and Authenticator are defined in Section 1.2 of <xref target="RFC3748"/>.
The TEAP server is the "backend authentication server" defined in
Section 1.2 of <xref target="RFC3748"/>.  The "Inner Method server" is usually part of the
TEAP server, and handles the application data (inner methods, EAP, passwords, etc.)
inside of the TLS tunnel.</t>
        <t>The entities depicted above are logical entities and may or may not
correspond to separate network components.  For example, the TEAP
server and Inner Method server might be a single entity; the
authenticator and TEAP server might be a single entity; or the
functions of the authenticator, TEAP server, and Inner Method server
might be combined into a single physical device.  For example,
typical IEEE 802.11 deployments place the authenticator in an access
point (AP) while a RADIUS server may provide the TEAP and inner
method server components.  The above diagram illustrates the division
of labor among entities in a general manner and shows how a
distributed system might be constructed; however, actual systems
might be realized more simply.  The security considerations in
<xref target="separation-p1-p2"/> provide an additional discussion of the implications of
separating the TEAP server from the Inner Method server.</t>
      </section>
      <section anchor="protocol-layering-model">
        <name>Protocol-Layering Model</name>
        <t>TEAP packets are encapsulated within EAP; EAP in turn requires a
transport protocol.  TEAP packets encapsulate TLS, which is then used
to encapsulate user authentication information.  Thus, TEAP messaging
can be described using a layered model, where each layer encapsulates
the layer above it.  The following diagram clarifies the relationship
between protocols:</t>
        <figure>
          <name>Protocol-Layering Model</name>
          <artwork><![CDATA[
 +------------------------------------------+
 | Inner EAP Method | Other TLV information |
 |------------------------------------------|
 |         TLV Encapsulation (TLVs)         |
 |------------------------------------------+---------------------+
 |                      TLS                 | Optional Outer TLVs |
 |----------------------------------------------------------------|
 |                            TEAP                                |
 |----------------------------------------------------------------|
 |                            EAP                                 |
 |----------------------------------------------------------------|
 |     Carrier Protocol (EAP over LAN, RADIUS, Diameter, etc.)    |
 +----------------------------------------------------------------+
]]></artwork>
        </figure>
        <t>The TLV layer is a payload with TLV objects as defined in
<xref target="teap-tlv-format"/>.  The TLV objects are used to carry arbitrary parameters
between an EAP peer and an EAP server.  All conversations in the TEAP
protected tunnel are encapsulated in a TLV layer.</t>
        <t>Methods for encapsulating EAP within carrier protocols are already
defined.  For example, IEEE 802.1X <xref target="IEEE.802-1X.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 anchor="outer-tlvs-versus-inner-tlvs">
        <name>Outer TLVs versus Inner TLVs</name>
        <t>TEAP packets may include TLVs both inside and outside the TLS tunnel
defined as follows:</t>
        <t>Outer TLVs</t>
        <ul empty="true">
          <li>
            <t>This term is used to refer to optional TLVs outside the
TLS tunnel, which are only allowed in the first two messages in the
TEAP protocol.  That is the first EAP-server-to-peer message and
first peer-to-EAP-server message.  If the message is fragmented, the
whole set of fragments is counted as one message.</t>
          </li>
        </ul>
        <t>Inner TLVs</t>
        <ul empty="true">
          <li>
            <t>This term is used to refer to TLVs sent within the TLS tunnel.  In TEAP
Phase 1, Outer TLVs are used to help establish the TLS tunnel, but no
Inner TLVs are used.  In Phase 2 of the TEAP conversation, TLS
records may encapsulate zero or more Inner TLVs, but no Outer TLVs are used.</t>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="teap-protocol">
      <name>TEAP Protocol</name>
      <t>The operation of the protocol, including Phase 1 and Phase 2, is the
topic of this section.  The format of TEAP messages is given in
<xref target="message-formats"/>, and the cryptographic calculations are given in <xref target="cryptographic-calculations"/>.</t>
      <section anchor="version-negotiation">
        <name>Version Negotiation</name>
        <t>TEAP packets contain a 3-bit Version field, following the TLS Flags
field, which enables future TEAP implementations to be backward
compatible with previous versions of the protocol.  This
specification documents the TEAP version 1 protocol; implementations
of this specification MUST use a Version field set to 1.</t>
        <t>Version negotiation proceeds as follows:</t>
        <ol spacing="normal" type="1"><li>In the first EAP-Request sent with EAP type=TEAP, the EAP server
MUST set the Version field to the highest version it supports.</li>
          <li>If the EAP peer supports this version of the protocol, it responds
with an EAP-Response of EAP type=TEAP, including the version number
proposed by the TEAP server.</li>
          <li>If the TEAP peer does not support the proposed version but supports
a lower version, it responds with an EAP-Response of EAP type=TEAP and
sets the Version field to its highest supported version.</li>
          <li>If the TEAP peer only supports versions higher than the version
proposed by the TEAP server, then use of TEAP will not be possible.
In this case, the TEAP peer sends back an EAP-Nak either to negotiate
a different EAP type or to indicate no other EAP types are available.</li>
          <li>If the TEAP server does not support the version number proposed by
the TEAP peer, it MUST either terminate the conversation with an EAP
Failure or negotiate a new EAP type.</li>
          <li>If the TEAP server does support the version proposed by the TEAP
peer, then the conversation continues using the version proposed by
the TEAP peer.</li>
        </ol>
        <t>The version negotiation procedure guarantees that the TEAP peer and
server will agree to the latest version supported by both parties.
If version negotiation fails, then use of TEAP will not be possible,
and another mutually acceptable EAP method will need to be negotiated
if authentication is to proceed.</t>
        <t>The TEAP version is not protected by TLS and hence can be modified in
transit.  In order to detect a bid-down attack on the TEAP version, the
peers MUST exchange the TEAP version number received during version
negotiation using the Crypto-Binding TLV described in <xref target="crypto-binding-tlv"/>.
The receiver of the Crypto-Binding TLV MUST verify that the version
received in the Crypto-Binding TLV matches the version sent by the
receiver in the TEAP version negotiation.</t>
        <t>Intermediate results are signalled via the Intermediate-Result TLV.
However, the Crypto-Binding TLV MUST be validated before any
Intermediate-Result TLV or Result TLV is examined.  If the
Crypto-Binding TLV fails to be validated for any reason, then it is a
fatal error and is handled as described in <xref target="phase-2-errors"/>.</t>
        <t>The true success or failure of TEAP is conveyed by the Result TLV,
with value Success or Failure.  However, as EAP terminates with either
a cleartext EAP Success or Failure, a peer will also receive a
cleartext EAP Success or Failure.  The received cleartext EAP Success
or Failure MUST match that received in the Result TLV; the peer SHOULD
silently discard those cleartext EAP Success or Failure messages which
do not coincide with the status sent in the protected Result TLV.</t>
      </section>
      <section anchor="phase1">
        <name>TEAP Authentication Phase 1: Tunnel Establishment</name>
        <t>TEAP relies on the TLS handshake <xref target="RFC8446"/> to establish an
authenticated and protected tunnel.  The TLS version offered by the
peer and server MUST be TLS version 1.2 <xref target="RFC5246"/> or later.  This
version of the TEAP implementation MUST support the following TLS
ciphersuites:</t>
        <ul spacing="normal">
          <li>TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256</li>
          <li>TLS_ECDHE_ECDSA_WITH_AES_128_GCM_SHA256</li>
        </ul>
        <t>Other 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>
      </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 anchor="client-certs-phase1">
          <name>Client Certificates sent during Phase 1</name>
          <t>Note that since TLS client certificates are sent in the clear with TLS 1.2 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 TLS 1.3 or later is used, it is RECOMMENDED that client
certificates are sent in Phase 1, instead of via Phase 2 and EAP-TLS.
Doing so will reduce the number of round trips.  Further discussion of
this issue is given below in <xref target="inner-method-limitations"/></t>
        </section>
      </section>
      <section anchor="resumption">
        <name>Resumption</name>
        <t>For resumption, <xref target="RFC9190"/> Section 5.7 discusses EAP-TLS resumption
for all versions of TLS, and is incorporated herein by reference.
<xref target="RFC9427"/> Section 4 is also incorporated by reference, as it
provides generic discussion of resumption for TLS-based EAP methods
when TLS 1.3 is used.</t>
        <t>This document only describes TEAP issues when resumption is used for
TLS versions of 1.2 and earlier.  It also describes resumption issues
which are specific to TEAP for TLS 1.3.</t>
        <t>If the server agrees to resume the session, Phase 2 is bypassed
entirely.  If the server does not agree to resume the session, then
the server rejects the resumption as per <xref target="RFC9190"/> Section 5.7.  It
then continues with a full handshake.  After the full TLS handshake
has completed, both EAP server and peer MUST proceed with Phase 2.</t>
        <t>All TEAP implementations MUST support resumption.  Using resumption
can significanly improve the scalability and stability of
authentication systems.  For example, some environments such as
universities may have users re-authenticating multiple times a day, if
not hourly.  Failure to implement resumption would increase the load
on the user database by orders of magnitude, leading to unnecessary
cost.</t>
        <t>The following sections describe how a TEAP session can be resumed
based on server-side or client-side state.</t>
        <section anchor="resume-server-state">
          <name>TLS Session Resumption Using Server State</name>
          <t>TEAP session resumption is achieved in the same manner TLS achieves
session resumption.  To support session resumption, the server and peer
cache the Session ID, master secret, and 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.</t>
        </section>
        <section anchor="tls-session-resumption-using-client-state">
          <name>TLS Session Resumption Using Client State</name>
          <t>TEAP supports the resumption of sessions based on state being stored
on the client side using the TLS SessionTicket extension techniques
described in <xref target="RFC5077"/> and <xref target="RFC9190"/>.</t>
        </section>
      </section>
      <section anchor="teap-authentication-phase-2-tunneled-authentication">
        <name>TEAP Authentication Phase 2: Tunneled Authentication</name>
        <t>The second portion of the TEAP authentication occurs immediately
after successful completion of Phase 1.  Phase 2 occurs even if both
peer and authenticator are authenticated in the Phase 1 TLS
negotiation.  Phase 2 MUST NOT occur if the Phase 1 TLS handshake
fails, as that will compromise the security as the tunnel has not
been established successfully.  Phase 2 consists of a series of
requests and responses encapsulated in TLV objects defined in
<xref target="teap-tlv-format"/>.  Phase 2 MUST always end with a Crypto-Binding TLV
exchange described in <xref target="crypto-binding-tlv"/> and a protected termination
exchange described in <xref target="protected-termination"/>.</t>
        <t>If the peer is not authenticated in Phase 1, the TEAP peer SHOULD send
one or more Identity-Hint TLVs (<xref target="identity-hint-tlv"/> as soon as the
TLS connection has been established.  This information lets the TEAP
server choose an authentication type which is appropriate for that
identity.  When the TEAP peer does not provide an Identity-Hint TLV,
the TEAP server does not know which inner method is supported by the
peer.  It must necessarily choose an inner method, and propose it to
the peer, which may reject that inner method.  The result will be that
the peer fails to authenticate, and fails to obtain network access.</t>
        <t>The TLV exchange includes the execution of zero or more inner
methods within the protected tunnel as described in <xref target="inner-eap"/>
and <xref target="inner-password"/>.  A server MAY proceed directly to the
protected termination exchange, without performing any inner
authentication if it does not wish to request further authentication
from the peer.  A server MAY request one or more authentications
within the protected tunnel.  After completion of each inner method,
the server decides whether or not to begin another inner method, or
to send a Result TLV.</t>
        <t>Implementations MUST support at least two sequential inner methods,
which allows both Machine and User authentication to be performed.
Implementations SHOULD also limit the number of sequential inner
authentications, as there is no reason to perform a large number of inner
authentications in one TEAP conversation.</t>
        <t>Implementations wishing to use their own proprietary authentication
method, may substitute the EAP-Payload or Basic-Password-Auth-Req TLV
for the Vendor-Specific TLV which carries another authentication
method.  Any proprietary authentication method MUST support
calculation of the Crypto-Binding TLV, and MUST use
Intermediate-Result TLV and Result TLV as is done with other
authentication methods.</t>
        <t>Implementations SHOULD support both inner EAP authentication methods
and inner password authentication.  Implementations which support
multiple authentication methods MUST support those methods in any
order or combination.  That is, it is explicitly permitted to "mix
and match" inner methods.</t>
        <t>However, the peer and server MUST NOT assume that either will skip
inner methods or other TLV exchanges, as the other peer might have
a different security policy.  The peer may have roamed to a network
that requires conformance with a different authentication policy, or
the peer may request the server take additional action (e.g., channel
binding) through the use of the Request-Action TLV as defined in
<xref target="request-action-tlv"/>.</t>
        <t>The completion of each inner method is signalled by an
Intermediate-Result TLV.  Where the Intermediate-Result TLV indicates
failure, an Error TLV SHOULD also be included, using the most descriptive error code possible.  The
Intermediate-Result TLV may be accompanied by another TLV indicating
that the server wishes to perform a subsequent authentication.  When
the authentication sequence completes, the server MUST send a Result
TLV indicating success or failure instead of a TLV which carries an
inner method.</t>
        <section anchor="inner-eap">
          <name>Inner EAP Authentication</name>
          <t>EAP <xref target="RFC3748"/> prohibits use of multiple authentication methods within
a single EAP conversation in order to limit vulnerabilities to man-in-the-middle
attacks.  TEAP addresses man-in-the-middle attacks
through support for cryptographic protection of the inner EAP
exchange and cryptographic binding of the inner EAP
method(s) to the protected tunnel.  Inner EAP methods are executed serially
in a sequence.  This version of TEAP does not support initiating
multiple inner EAP methods simultaneously in parallel.  The inner EAP methods need
not be distinct.  For example, EAP-TLS (<xref target="RFC5216"/> and <xref target="RFC9190"/>) could be run twice as an inner
method, first using machine credentials followed by a second instance
using user credentials.</t>
          <t>Inner EAP method messages are carried within EAP-Payload TLVs defined in
<xref target="eap-payload-tlv"/>.  Note that in this use-case, TEAP is simply a
carrier for EAP, much as RADIUS is a carrier for EAP.  The full EAP
state machine is run as normal, and is carried over the EAP-Payload
TLV.  Each distinct EAP authentication MUST be managed as a separate
EAP state machine.</t>
          <t>A TEAP server therefore MUST begin an EAP authentication with an
EAP-Request/Identity (carried in an EAP-Payload TLV).  However, a TEAP
server MUST NOT finish the EAP conversation with an EAP Success or EAP
Failure packet, the Intermediate-Result TLV is used instead.</t>
          <t>Upon completion of each EAP authentication in the tunnel, the server MUST send
an Intermediate-Result TLV indicating the result of that authentication.  When the result indicates, success it MUST be accompanied by a Crypto-Binding TLV. The peer MUST respond to the Intermediate-Result TLV indicating its own result and similarly on success MUST accompany the TLV with it's own Crypto-Binding TLV.
The Crypto-Binding TLV is
further discussed in <xref target="crypto-binding-tlv"/> and
<xref target="computing-compound-mac"/>.  The Intermediate-Result TLVs can be
included with other TLVs which indicate a subsequent authentication,
or with the Result TLV used in the protected termination
exchange.</t>
          <t>If both peer and server indicate success, then the authentication is
considered successful.  If either indicates failure, then the authentication is
considered failed.  The result of failure of an EAP authentication does not
always imply a failure of the overall authentication.  If one
authentication method fails, the server may attempt to authenticate
the peer with a different method (EAP or password).</t>
          <t>If a particular authentication method succeeds, the server MUST NOT
attempt a subsequent authentication method for the same Identity-Type.  For example, if a user is
authenticated via an inner method of EAP-TLS, there is no benefit to
also requesting additional authentication via a different 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>The basic password authenticaton defined here is similar in functionality to that used by EAP-TTLS (<xref target="RFC5281"/>) with inner password authentication.  It shares a similar security and risk analyis.</t>
          <t>Multiple round trips of password authentication requests and responses
MAY be used to support some "housekeeping" functions such as a
password or pin change before a user is considered to be
authenticated.  Multiple rounds MAY also be used to communicate a
users password, and separately a one-time password such as TOTP <xref target="RFC6238"/>.</t>
          <t>Implementations MUST limit the number of rounds trips for password
authentication.  It is reasonable to use one or two round trips.
Further round trips are likely to be problematic, and SHOULD be
avoided.</t>
          <t>The first Basic-Password-Auth-Req TLV received in a session MUST
include a prompt, which the peer displays to the user.  Subsequent
authentication rounds SHOULD include a prompt, but it is not always
necessary.</t>
          <t>When the peer first receives a Basic-Password-Auth-Req TLV, it should
allow the user to enter both a Username and a Password, which are then
placed in the Basic-Password-Auth-Resp TLV.  If the peer receives
subsequent Basic-Password-Auth-Req TLVs in the same authentication
session, it MUST NOT prompt for a Username, and instead allow the user
to enter only a password.  The peer MUST copy the Username used in the
first Basic-Password-Auth-Resp TLV into all subsequent
Basic-Password-Auth-Resp TLVs.</t>
          <t>Servers MUST track the Username across multiple password rounds, and
reject authentication if the identity changes from one
Basic-Password-Auth-Resp TLV to the next.  There is no reason for a
user (or machine) to change identities in the middle of authentication.</t>
          <t>Upon reception of a Basic-Password-Auth-Resp TLV in
the tunnel, the server MUST send an Intermediate-Result TLV
indicating the result.  The peer MUST respond
to the Intermediate-Result TLV indicating its result.  If the result
indicates success, the Intermediate-Result TLV MUST be accompanied by
a Crypto-Binding TLV.  The Crypto-Binding TLV is further discussed in
<xref target="crypto-binding-tlv"/> and <xref target="computing-compound-mac"/>.</t>
          <t>The Intermediate-Result TLVs can be included with other TLVs which
indicate a subsequent authentication, or with the Result TLV used in
the protected termination exchange.</t>
          <t>The use of EAP-FAST-GTC as defined in 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="inner-method-limitations">
          <name>Limitations on inner methods</name>
          <t>Tunneled EAP methods such as (PEAP) <xref target="PEAP"/>, EAP-TTLS <xref target="RFC5281"/>, and
EAP- FAST <xref target="RFC4851"/> MUST NOT be used for inner EAP authentication.
There is no reason to have multiple layers of TLS to protect a
password exchange.</t>
          <t>The EAP methods defined in <xref target="RFC3748"/> Section 5 such as
MD5-Challenge, One-Time Password (OTP), and Generic Token Card (GTC)
do not derive an EMSK, and are vulnerable to man-in-the-middle
attacks.  The construction of the OTP and GTC methods makes this
attack less relevant, as the information being sent is a one-time
token.  However, MD5-Challenge has no such safety, and TEAP
implementations MUST NOT permit the use of MD5-Challenge or other
inner methods which fail to perform crypto-binding of the inner method
to the TLS session.</t>
          <t>Similarly, EAP-OTP and EAP-GTC MUST NOT be used for inner EAP
authentication.  They offer no benefit over the basic password
authentication defined in <xref target="inner-password"/>.</t>
          <t>Implementations SHOULD limit the permitted inner EAP methods to a
small set such as EAP-TLS, EAP-MSCHAPv2, and perhaps EAP-pwd.  There
are few reasons for allowing all possible EAP methods to be used in
Phase 2.</t>
          <t>Implementations MUST NOT permit resumption for the inner EAP methods
such as EAP-TLS.  If the user or machine needs to be authenticated, it
should use a full authentication method.  If the user or machine needs
to do resumption, it can perform a full authentication once, and then
rely on the outer TLS session for resumption.</t>
          <t>EAP-TLS is permitted in Phase 2 for two use-cases.  The first is when
TLS 1.2 is used, as the client certificate is not protected as with
TLS 1.3.  It is therefore RECOMMENDED that when TLS 1.3 is used, the
client certificate is sent in Phase 1, instead of doing EAP-TLS in
Phase 2.</t>
          <t>The second use-case for EAP-TLS in Phase 2 is where both the user and
machine use client certificates for authentication.  Since TLS only
permits one client certificate to be presented, only one certificate
can be used in Phase 1.  The second certificate is then presented via
EAP-TLS in Phase 2.</t>
          <t>For basic password authentication, it is RECOMMENDED that this method
be only used for the exchange of one-time passwords.  The existence of
password-based EAP methods such as EAP-pwd (<xref target="RFC5931"/> and
<xref target="RFC8146"/>) makes most clear-text password exchanges unnecessary.
The updates to EAP-pwd in <xref target="RFC8146"/> permit it to be used with
databases which store passwords in "salted" form, which greatly
increases security.</t>
          <t>Where the inner method does not provide an MSK or EMSK, the
Crypto-Binding TLV offers little protection, as it cannot tie the
inner EMSK to the TLS session via the TLS-PRF.  As a result, the TEAP
session will be vulnerable to on-path active attacks.  Implementations
and deployments SHOULD adopt various mitigation strategies described in
<xref target="RFC7029"/> Section 3.2.</t>
        </section>
        <section anchor="protected-termination">
          <name>Protected Termination and Acknowledged Result Indication</name>
          <t>A successful TEAP Phase 2 conversation MUST always end in a
successful Crypto-Binding TLV and Result TLV exchange.  A TEAP server
may initiate the Crypto-Binding TLV and Result TLV exchange without
initiating any 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>For TLS 1.2 and earlier, the EAP session identifier <xref target="RFC5247"/> is constructed using the tls-unique
from the Phase 1 outer tunnel at the beginning of Phase 2 as
defined by Section 3.1 of <xref target="RFC5929"/>.  The Session-Id is defined as
follows:</t>
        <artwork><![CDATA[
   Session-Id = teap_type | tls-unique
]]></artwork>
        <ul empty="true">
          <li>
            <t>where | denotes concatenation, and teap_type is the EAP Type assigned to TEAP</t>
            <t>tls-unique = tls-unique from the Phase 1 outer tunnel at the
beginning of Phase 2 as defined by Section 3.1 of <xref target="RFC5929"/></t>
          </li>
        </ul>
        <t>The Session-Id derivation for TLS 1.3 is given in <xref target="RFC9427"/> Section 2.1</t>
      </section>
      <section anchor="error-handling">
        <name>Error Handling</name>
        <t>TEAP uses the error-handling rules summarized below:</t>
        <ol spacing="normal" type="1"><li>Errors in the outer EAP packet layer are handled as defined in
<xref target="outer-layer-errors"/>.</li>
          <li>Errors in the TLS layer are communicated via TLS alert messages
in all phases of TEAP.</li>
          <li>The Intermediate-Result TLVs carry success or failure indications
of the individual inner methods in TEAP Phase 2.  Errors within 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.  The TEAP peer MUST send a TEAP response to
an alert message.  The EAP-Response packet sent by the peer SHOULD contain a TEAP response with a zero-length message.
The server MUST terminate the conversation with an EAP Failure
packet, no matter what the client says.</t>
          <t>If the TEAP peer detects an error at any point in the TLS layer, the
TEAP peer SHOULD send a TEAP response encapsulating a TLS record
containing the appropriate TLS alert message, and which contains a zero-length message.  The server then MUST terminate the converation with an EAP failure, as discused in the previous paragraph.</t>
          <t>While <xref target="RFC8446"/> allows for the TLS conversation to be restarted, it is not clear when that would use useful (or used) for TEAP.  Fatal TLS errors will cause the TLS conversation to fail.  Non-fatal TLS errors can likely be ignored entirely.  As a result, TEAP implementations MUST NOT permit TLS restarts.</t>
        </section>
        <section anchor="phase-2-errors">
          <name>Phase 2 Errors</name>
          <t>There are a large number of situations where errors can occur during
Phase 2 processing.  This section describes both those errors, and the
recommended processing of them.</t>
          <t>When the server receives a Result TLV with a fatal Error TLV from the
peer, it MUST terminate the TLS tunnel and reply with an EAP Failure.</t>
          <t>When the peer receives a Result TLV with a fatal Error TLV from the
server, it MUST  respond with a Result TLV indicating failure.
The server MUST discard any data it receives from the peer, and reply
with an EAP Failure.  The final message from the peer is required by
the EAP state machine, and serves only to allow the server to reply
to the peer with the EAP Failure.</t>
          <t>The following items describe specific errors and processing in more
detail.</t>
          <t>Fatal Error processing a TLV</t>
          <ul empty="true">
            <li>
              <t>Any time the peer or the server finds a fatal error outside of the
TLS layer during Phase 2 TLV processing, it MUST send a Result TLV of
failure and an Error TLV using the most descriptive error code possible.</t>
            </li>
          </ul>
          <t>Fatal Error during TLV Exchanges</t>
          <ul empty="true">
            <li>
              <t>For errors involving the processing of the sequence of exchanges,
such as a violation of TLV rules (e.g., multiple EAP-Payload TLVs),
the error code is Unexpected TLVs Exchanged.</t>
            </li>
          </ul>
          <t>Fatal Error due to tunnel compromise</t>
          <ul empty="true">
            <li>
              <t>For errors involving a tunnel compromise such as when the
Crypto-Binding TLV fails validation, the error code is Tunnel
Compromise Error.</t>
            </li>
          </ul>
          <t>Non-Fatal Error due to inner method</t>
          <ul empty="true">
            <li>
              <t>If there is a non-fatal error while running the inner method, the
receiving side SHOULD NOT silently drop the inner method exchange.
Instead, it SHOULD reply with an Error TLV containing using the most
descriptive error code possible.</t>
              <t>If there is no error code which matches the particular issue, then the value Inner Method Error (1001) SHOULD be used. This response is a positive indication that
there was an error processing the current inner method.  The side
receiving a non-fatal Error TLV MAY decide to start a new inner method
instead or to send back a Result TLV to terminate the TEAP
authentication session.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="fragmentation">
        <name>Fragmentation</name>
        <t>Fragmentation of EAP packets is dicussed in <xref target="RFC5216"/> Section 2.1.5.
There is no special handling of fragments for TEAP.</t>
      </section>
      <section anchor="services-requested-by-the-peer">
        <name>Services Requested by the Peer</name>
        <t>Several TEAP operations, including server unauthenticated
provisioning, certificate provisioning, and channel binding, depend on
the peer trusting the TEAP server. If the peer trusts the provided
server certificate, then the server is authenticated.</t>
        <t>Typically, this authentication process involves the peer both
validating the certificate to a trust anchor and confirming that the
entity named by the certificate is the intended server.  Server
authentication also occurs when the procedures in <xref target="phase1"/> are used
to resume a session where the peer and server were previously mutually
authenticated.  Alternatively, the server is deemed to be
authenticated if an inner EAP method provides mutual authentication
along with a Master Session Key (MSK) and/or Extended Master Session
Key (EMSK).  The inner method MUST also provide for cryptographic
binding via the Compound Message Authentication Code (MAC), as
discussed in <xref target="crypto-binding-tlv"/>.  This issue is further described in
<xref target="unauth-provisioning"/>.</t>
        <t>TEAP peers MUST track whether or not server authentication has taken
place. When the server cannot be authenticated, the peer MUST NOT
request any services such as certificate provisioning ({#cert-provisioning}) 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>
        <t>When a device is provisioned via TEAP, any subsequent authorization
MUST be done on the authenticated credentials.  That is, there may be
no credentials (or anonymous credentials) passed in Phase 1, but there
will be credentials passed or provisioned in Phase 2.  If later
authorizations are done on the Phase 1 identity, then a device could
obtain the wrong authorization.  If instead authorization is done on
the authenticated credentials, then the device will obtain the correct
kind of network access.</t>
        <t>The correct authorization must also be applied to any resumption, as
noted in <xref target="RFC9190"/> Section 5.7.  However, as it is possible in TEAP
for the credentials to change, the new credentials MUST be associated
with the session ticket.  If this association cannot be done, then the
server MUST invalidate any session tickets for the current session.
This invalidation will force a full re-authentication on any
subsequent connection, at which point the correct authorization will
be associated with any session ticket.</t>
        <t>Note that the act of re-provisioning a device is essentially
indistinguishable from any initial provisioning.  The device
authentications, and obtains new credentials via the standard
provisioning mechanisms.  The only caveat is that the device SHOULD
NOT discard the old credentials unless either they are known to have
expired, or the new credentials have been verified to work.</t>
        <section anchor="cert-provisioning">
          <name>Certificate Provisioning within the Tunnel</name>
          <t>Provisioning of a peer's certificate is supported in TEAP by
performing the Simple PKI Request/Response from <xref target="RFC5272"/> using
PKCS#10 and PKCS#7 TLVs, respectively.  A peer sends the Simple PKI
Request using a PKCS#10 CertificateRequest <xref target="RFC2986"/> encoded into the
body of a PKCS#10 TLV (see <xref target="pkcs10-tlv"/>).  The TEAP server issues a
Simple PKI Response using a PKCS#7 <xref target="RFC2315"/> degenerate (i.e. unsigned) "Certificates
Only" message encoded into the body of a PKCS#7 TLV (see
<xref target="pkcs7-tlv"/>), only after an authentication method has run and
provided an identity proof on the peer prior to a certificate is
being issued.</t>
          <t>In order to provide linking identity and proof-of-possession by
including information specific to the current authenticated TLS
session within the signed certification request, the peer generating
the request SHOULD obtain the tls-unique value from the TLS subsystem
as defined in "Channel Bindings for TLS" <xref target="RFC5929"/>.  The TEAP peer
operations between obtaining the tls-unique value through generation
of the Certification Signing Request (CSR) that contains the current
tls-unique value and the subsequent verification of this value by the
TEAP server are the "phases of the application protocol during which
application-layer authentication occurs" that are protected by the
synchronization interoperability mechanism described in the
interoperability note in "Channel Bindings for TLS" (<xref target="RFC5929"/>,
Section 3.1).  When performing renegotiation, TLS
"secure_renegotiation" <xref target="RFC5746"/> MUST be used.</t>
          <t>The tls-unique value is base-64-encoded as specified in <xref target="message-formats"/> of
<xref target="RFC4648"/>, and the resulting string is placed in the certification
request challengePassword field (<xref target="RFC2985"/>, Section 5.4.1).  The
challengePassword field is limited to 255 octets (Section 7.4.9 of
<xref target="RFC5246"/> indicates that no existing ciphersuite would result in an
issue with this limitation).  If tls-unique information is not
embedded within the certification request, the challengePassword
field MUST be empty to indicate that the peer did not include the
optional channel-binding information (any value submitted is verified
by the server as tls-unique information).</t>
          <t>The server SHOULD verify the tls-unique information.  This ensures
that the authenticated TEAP peer is in possession of the private key
used to sign the certification request.</t>
          <t>The Simple PKI Request/Response generation and processing rules of
<xref target="RFC5272"/> SHALL apply to TEAP, with the exception of error
conditions.  In the event of an error, the TEAP server SHOULD respond
with an Error TLV using the most descriptive error code possible; it
MAY ignore the PKCS#10 request that generated the error.</t>
        </section>
        <section anchor="certificate-content-and-uses">
          <name>Certificate Content and Uses</name>
          <t>It is not enough to verify that the CSR provided by the peer to the
authenticator is from an authenticated user.  The CSR itself should
also be examined by the authenticator or Certification Authority (CA)
before any certificate is issued.</t>
          <t>The format of a CSR is complex, and contain a substantial amount of
information.  That information could be incorrect, such as a user
claiming a wrong physical address, email address, etc.  Alternatively,
the supplied information could contain private data which should not
be sent over a TLS 1.2 connection where that data would be exposed.</t>
          <t>It is RECOMMENDED that systems provisioning these certificates
validate that the CSR both contains the expected data, and also that
is does not contain unexpected data.  For example, a CA could refuse
to issue the certificate if the CSR contained unknown fields, or a
known field contained an unexpected value.</t>
          <t>We note that there is no requirement for a CA to sign any and all CSRs
which are presented to it.  The CA can refuse a particular CSR for any
reasons, including local site policy.</t>
          <t>Once an EAP peer receives the signed certificate, that certificate
could potentially be used for in TLS contexts other than TEAP.  For
example, the certificate could be used with EAP-TLS, or even with
HTTPS.</t>
          <t>It is NOT RECOMMENDED to use certificates provisioned via TEAP with
any other protocol which uses TLS.  One method of enforcing this
restriction is to have different CAs (or different intermediate CAs)
which issue certificates for different uses.  For example, TLS-based
EAP methods could share one CA, and HTTPS servers could use a
different CA.  The different protocols could therefore be configured
to validate client certificates only from their perferred CA.</t>
          <t>Another method of limiting the uses of a certificate is to provision
it with an appropriate value for the Extended Key Usage field
<xref target="RFC7299"/>.  For example, the id-kp-eapOverLAN <xref target="RFC4334"/> value
could be used to indicate that this certificate is intended for use
only with EAP.</t>
          <t>It is difficult to give more detailed recommendations than the above.
Each CA or organization may have its own local policy as to what is
permitted or forbidden in a certificate.  All we can do in this
document is to highlight the issues, and make the reader aware that
they have to be addressed.</t>
        </section>
        <section anchor="unauth-provisioning">
          <name>Server Unauthenticated Provisioning Mode</name>
          <t>In Server Unauthenticated Provisioning Mode, an unauthenticated
tunnel is established in Phase 1, and the peer and server negotiate
an 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>
          <t>Note that server unauthenticated provisioning can only use anonymous
cipher suites in TLS 1.2 and earlier.  These cipher suites have been
deprecated in TLS 1.3 (<xref target="RFC8446"/> Section C.2).  For TLS 1.3, the
server MUST provide a certificate, and the peer performs server
unauthenticated provisioning by not validating the certificate chain
or any of its contents.</t>
        </section>
        <section anchor="channel-binding">
          <name>Channel Binding</name>
          <t><xref target="RFC6677"/> defines 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 spacing="normal">
          <li>Authority-ID TLV</li>
          <li>Identity-Type TLV</li>
          <li>Result TLV</li>
          <li>NAK TLV</li>
          <li>Error TLV</li>
          <li>Request-Action TLV</li>
          <li>EAP-Payload TLV</li>
          <li>Intermediate-Result TLV</li>
          <li>Crypto-Binding TLV</li>
          <li>Basic-Password-Auth-Req TLV</li>
          <li>Basic-Password-Auth-Resp TLV</li>
        </ul>
        <section anchor="general-tlv-format">
          <name>General TLV Format</name>
          <t>TLVs are defined as described below.  The fields are transmitted from
left to right.</t>
          <t>If a peer or server receives a TLV which is not of the correct format,
the TLV MUST be discarded.  It is generally useful to log an error or
debugging message which indicates which TLV had an issue, and what the
problem is.  However, TLVs which are malformed are invalid, and cannot
be used.</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|            TLV Type       |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                              Value...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0  Optional TLV</t>
              <t>1  Mandatory TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <t>A 14-bit field, denoting the TLV type.  Allocated types include:</t>
          <ul empty="true">
            <li>
              <t>0  Unassigned</t>
              <t>1  Authority-ID TLV (<xref target="authority-id-tlv"/>)</t>
              <t>2  Identity-Type TLV (<xref target="identity-type-tlv"/>)</t>
              <t>3  Result TLV (<xref target="result-tlv"/>)</t>
              <t>4  NAK TLV (<xref target="nak-tlv"/>)</t>
              <t>5  Error TLV (<xref target="error-tlv"/>)</t>
              <t>6  Channel-Binding TLV (<xref target="channel-binding-tlv"/>)</t>
              <t>7  Vendor-Specific TLV (<xref target="vendor-specific-tlv"/>)</t>
              <t>8  Request-Action TLV (<xref target="request-action-tlv"/>)</t>
              <t>9  EAP-Payload TLV (<xref target="eap-payload-tlv"/>)</t>
              <t>10 Intermediate-Result TLV (<xref target="intermediate-result-tlv"/>)</t>
              <t>11 PAC TLV (DEPRECATED)</t>
              <t>12 Crypto-Binding TLV (<xref target="crypto-binding-tlv"/>)</t>
              <t>13 Basic-Password-Auth-Req TLV (<xref target="bp-auth-req-tlv"/>)</t>
              <t>14 Basic-Password-Auth-Resp TLV (Section 4.2.15)</t>
              <t>15 PKCS#7 TLV (<xref target="pkcs7-tlv"/>)</t>
              <t>16 PKCS#10 TLV (<xref target="pkcs10-tlv"/>)</t>
              <t>17 Trusted-Server-Root TLV (<xref target="trusted-server-root-tlv"/>)</t>
              <t>18 CSR-Attributes TLV (<xref target="csr-attributes-tlv"/>)</t>
              <t>19 Identity-Hint TLV (<xref target="identity-hint-tlv"/>)</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>The length of the Value field in octets.</t>
            </li>
          </ul>
          <t>Value</t>
          <ul empty="true">
            <li>
              <t>The value of the TLV.</t>
            </li>
          </ul>
        </section>
        <section anchor="authority-id-tlv">
          <name>Authority-ID TLV</name>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                              ID...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 - Optional TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>1 - Authority-ID</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>The Length field is two octets and contains the length of the ID
field in octets.</t>
            </li>
          </ul>
          <t>ID</t>
          <ul empty="true">
            <li>
              <t>Hint of the identity of the server to help the peer to match the
credentials available for the server.  It should be unique across
the deployment.</t>
            </li>
          </ul>
        </section>
        <section anchor="identity-type-tlv">
          <name>Identity-Type TLV</name>
          <t>The Identity-Type TLV allows an EAP server to send a hint to help the
EAP peer select the right type of identity, for example, user or
machine.  TEAPv1 implementations MUST support this TLV.  Only one
Identity-Type TLV SHOULD be present in the TEAP request or response
packet.  The Identity-Type TLV request MUST come with an EAP-Payload
TLV or Basic-Password-Auth-Req TLV.  If the EAP peer does have an
identity corresponding to the identity type requested, then the peer
SHOULD respond with an Identity-Type TLV with the requested type.  If
the Identity-Type field does not contain one of the known values or
if the EAP peer does not have an identity corresponding to the
identity type requested, then the peer SHOULD respond with an
Identity-Type TLV with the one of available identity types.  If the
server receives an identity type in the response that does not match
the requested type, then the peer does not possess the requested
credential type, and the server SHOULD proceed with authentication
for the credential type proposed by the peer, proceed with requesting
another credential type, or simply apply the network policy based on
the configured policy, e.g., sending Result TLV with Failure.</t>
          <t>The Identity-Type TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|         Identity-Type         |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>2 - Identity-Type TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>2</t>
            </li>
          </ul>
          <t>Identity-Type</t>
          <ul empty="true">
            <li>
              <t>The Identity-Type field is two octets.  Values include:</t>
              <ul empty="true">
                <li>
                  <t>1  User</t>
                  <t>2  Machine</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
        <section anchor="result-tlv">
          <name>Result TLV</name>
          <t>The Result TLV provides support for acknowledged success and failure
messages for protected termination within TEAP.  If the Status field
does not contain one of the known values, then the peer or EAP server
MUST treat this as a fatal error of Unexpected TLVs Exchanged.  The
behavior of the Result TLV is further discussed in <xref target="protected-termination"/> and
<xref target="phase-2-errors"/>  A Result TLV indicating failure MUST NOT be accompanied by
the following TLVs: NAK, EAP-Payload TLV, or Crypto-Binding TLV.  The
Result TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|             Status            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>3 - Result TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>2</t>
            </li>
          </ul>
          <t>Status</t>
          <ul empty="true">
            <li>
              <t>The Status field is two octets.  Values include:</t>
              <ul empty="true">
                <li>
                  <t>1  Success</t>
                  <t>2  Failure</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
        <section anchor="nak-tlv">
          <name>NAK TLV</name>
          <t>The NAK TLV allows a peer to detect TLVs that are not supported by
 the other peer.  A TEAP packet can contain 0 or more NAK TLVs.  A NAK
 TLV should not be accompanied by other TLVs.  A NAK TLV MUST NOT be
 sent in response to a message containing a Result TLV, instead a
 Result TLV of failure should be sent indicating failure and an Error
 TLV of Unexpected TLVs Exchanged.  The NAK TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                          Vendor-Id                            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|            NAK-Type           |           TLVs...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>4 - NAK TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>&gt;=6</t>
            </li>
          </ul>
          <t>Vendor-Id</t>
          <ul empty="true">
            <li>
              <t>The Vendor-Id field is four octets and contains the Vendor-Id of
the TLV that was not supported.  The high-order octet is 0, and
the low-order three octets are the Structure of Management
Information (SMI) Network Management Private Enterprise Number of
the Vendor in network byte order.  The Vendor-Id field MUST be
zero for TLVs that are not Vendor-Specific TLVs.</t>
            </li>
          </ul>
          <t>NAK-Type</t>
          <ul empty="true">
            <li>
              <t>The NAK-Type field is two octets.  The field contains the type of
the TLV that was not supported.  A TLV of this type MUST have been
included in the previous packet.</t>
            </li>
          </ul>
          <t>TLVs</t>
          <ul empty="true">
            <li>
              <t>This field contains a list of zero or more TLVs, each of which
MUST NOT have the mandatory bit set.  These optional TLVs are for
future extensibility to communicate why the offending TLV was
determined to be unsupported.</t>
            </li>
          </ul>
        </section>
        <section anchor="error-tlv">
          <name>Error TLV</name>
          <t>The Error TLV allows an EAP peer or server to indicate errors to the
other party.  A TEAP packet can contain 0 or more Error TLVs.  The
Error-Code field describes the type of error.  Error codes 1-999
represent successful outcomes (informative messages), 1000-1999
represent warnings, and 2000-2999 represent fatal errors.  A fatal
Error TLV MUST be accompanied by a Result TLV indicating failure, and
the conversation is terminated as described in <xref target="phase-2-errors"/>.</t>
          <t>Many of the error codes below refer to errors in inner method
processing that may be retrieved if made available by the inner
method.  Implementations MUST take care that error messages do not
reveal too much information to an attacker.  For example, the usage
of error message 1031 (User account credentials incorrect) is NOT
RECOMMENDED, because it allows an attacker to determine valid
usernames by differentiating this response from other responses.  It
should only be used for troubleshooting purposes.</t>
          <t>The Error TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                           Error-Code                          |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>5 - Error TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>4</t>
            </li>
          </ul>
          <t>Error-Code</t>
          <ul empty="true">
            <li>
              <t>The Error-Code field is four octets.  Currently defined values for
Error-Code include:</t>
              <ul empty="true">
                <li>
                  <t>1     User account expires soon</t>
                  <t>2     User account credential expires soon</t>
                  <t>3     User account authorizations change soon</t>
                  <t>4     Clock skew detected</t>
                  <t>5     Contact administrator</t>
                  <t>6     User account credentials change required</t>
                  <t>1001  Inner Method Error</t>
                  <t>1002  Unspecified authentication infrastructure problem</t>
                  <t>1003  Unspecified authentication failure</t>
                  <t>1004  Unspecified authorization failure</t>
                  <t>1005  User account credentials unavailable</t>
                  <t>1006  User account expired</t>
                  <t>1007  User account locked: try again later</t>
                  <t>1008  User account locked: admin intervention required</t>
                  <t>1009  Authentication infrastructure unavailable</t>
                  <t>1010  Authentication infrastructure not trusted</t>
                  <t>1011  Clock skew too great</t>
                  <t>1012  Invalid inner realm</t>
                  <t>1013  Token out of sync: administrator intervention required</t>
                  <t>1014  Token out of sync: PIN change required</t>
                  <t>1015  Token revoked</t>
                  <t>1016  Tokens exhausted</t>
                  <t>1017  Challenge expired</t>
                  <t>1018  Challenge algorithm mismatch</t>
                  <t>1019  Client certificate not supplied</t>
                  <t>1020  Client certificate rejected</t>
                  <t>1021  Realm mismatch between inner and outer identity</t>
                  <t>1022  Unsupported Algorithm In Certificate Signing Request</t>
                  <t>1023  Unsupported Extension In Certificate Signing Request</t>
                  <t>1024  Bad Identity In Certificate Signing Request</t>
                  <t>1025  Bad Certificate Signing Request</t>
                  <t>1026  Internal CA Error</t>
                  <t>1027  General PKI Error</t>
                  <t>1028  Inner method's channel-binding data required but not
supplied</t>
                  <t>1029  Inner method's channel-binding data did not include required
information</t>
                  <t>1030  Inner method's channel binding failed</t>
                  <t>1031  User account credentials incorrect [USAGE NOT RECOMMENDED]</t>
                  <t>1032  Inner method not supported</t>
                  <t>2001  Tunnel Compromise Error</t>
                  <t>2002  Unexpected TLVs Exchanged</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
        <section anchor="channel-binding-tlv">
          <name>Channel-Binding TLV</name>
          <t>The Channel-Binding TLV provides a mechanism for carrying channel-
binding data from the peer to the EAP server and a channel-binding
response from the EAP server to the peer as described in <xref target="RFC6677"/>.
TEAPv1 implementations MAY support this TLV, which cannot be
responded to with a NAK TLV.  If the Channel-Binding data field does
not contain one of the known values or if the EAP server does not
support this TLV, then the server MUST ignore the value.  The
Channel-Binding TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|            Data ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 - Optional TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>6 - Channel-Binding TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>variable</t>
            </li>
          </ul>
          <t>Data</t>
          <ul empty="true">
            <li>
              <t>The data field contains a channel-binding message as defined in
Section 5.3 of <xref target="RFC6677"/>.</t>
            </li>
          </ul>
        </section>
        <section anchor="vendor-specific-tlv">
          <name>Vendor-Specific TLV</name>
          <t>The Vendor-Specific TLV is available to allow vendors to support
their own extended attributes not suitable for general usage.  A
Vendor-Specific TLV attribute can contain one or more TLVs, referred
to as Vendor TLVs.  The TLV type of a particular Vendor TLV is defined by the
vendor.  All the Vendor TLVs inside a single Vendor-Specific TLV
belong to the same vendor.  There can be multiple Vendor-Specific
TLVs from different vendors in the same message.  Error handling in
the Vendor TLV could use the vendor's own specific error-handling
mechanism or use the standard TEAP error codes defined.</t>
          <t>Vendor TLVs may be optional or mandatory.  Vendor TLVs sent with
Result TLVs MUST be marked as optional.  If the Vendor-Specific TLV
is marked as mandatory, then it is expected that the receiving side
needs to recognize the vendor ID, parse all Vendor TLVs within, and
deal with error handling within the Vendor-Specific TLV as defined by
the vendor.</t>
          <t>Where a Vendor-Specific TLV carries an authentication protocol in the
inner method, it MUST define values for MSK and EMSK.  Where these
values cannot be derived from cryptographic primitives, they MUST be
set to zero, as happens when Basic-Password-Auth-Req is used.</t>
          <t>The Vendor-Specific TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                          Vendor-Id                            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                         Vendor TLVs....
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 or 1</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>7 - Vendor-Specific TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>4 + cumulative length of all included Vendor TLVs</t>
            </li>
          </ul>
          <t>Vendor-Id</t>
          <ul empty="true">
            <li>
              <t>The Vendor-Id field is four octets and contains the Vendor-Id of
the TLV.  The high-order octet is 0, and the low-order 3 octets
are the SMI Network Management Private Enterprise Number of the
Vendor in network byte order.</t>
            </li>
          </ul>
          <t>Vendor TLVs</t>
          <ul empty="true">
            <li>
              <t>This field is of indefinite length.  It contains Vendor-Specific
TLVs, in a format defined by the vendor.</t>
            </li>
          </ul>
        </section>
        <section anchor="request-action-tlv">
          <name>Request-Action TLV</name>
          <t>The Request-Action TLV MAY be sent at any time.  The Request-Action
TLV allows the peer or server to request that other side negotiates
additional inner methods or process TLVs which are passed inside of
the Request-Action TLV.</t>
          <t>The receiving side MUST process this TLV.  The processing for the TLV
is as follows:</t>
          <ul empty="true">
            <li>
              <t>The receiving entity MAY choose to process any of the TLVs that
are included in the message.</t>
              <t>If the receiving entity chooses NOT to process any TLV in the
list, then it sends back a Result TLV with the same code in the
Status field of the Request-Action TLV.</t>
              <t>If multiple Request-Action TLVs are in the request, the session
can continue if any of the TLVs in any Request-Action TLV are
processed.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>If multiple Request-Action TLVs are in the request and none of
them is processed, then the most fatal status should be used in
the Result TLV returned.  If a status code in the Request-Action
TLV is not understood by the receiving entity, then it should be
treated as a fatal error.</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>
          <ul spacing="normal">
            <li>The Crypto-Binding TLV version is supported.</li>
            <li>The MAC verifies correctly.</li>
            <li>The received version in the Crypto-Binding TLV matches the version
 sent by the receiver during the EAP version negotiation.</li>
            <li>The subtype is set to the correct value.</li>
          </ul>
          <t>If any of the above checks fails, then the TLV is invalid.  An
invalid Crypto-Binding TLV is a fatal error and is handled as
described in <xref target="phase-2-errors"/></t>
          <t>The Crypto-Binding TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|    Reserved   |    Version    |  Received Ver.| Flags|Sub-Type|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
~                             Nonce                             ~
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
~                   EMSK Compound MAC                           ~
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
~                    MSK Compound MAC                           ~
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>12 - Crypto-Binding TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>76</t>
            </li>
          </ul>
          <t>Reserved</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>Version</t>
          <ul empty="true">
            <li>
              <t>The Version field is a single octet, which is set to the version
of Crypto-Binding TLV the TEAP method is using.  For an
implementation compliant with this version of TEAP, the version
number MUST be set to one (1).</t>
            </li>
          </ul>
          <t>Received Ver</t>
          <ul empty="true">
            <li>
              <t>The Received Ver field is a single octet and MUST be set to the
TEAP version number received during version negotiation.  Note
that this field only provides protection against downgrade
attacks, where a version of EAP requiring support for this TLV is
required on both sides.</t>
            </li>
          </ul>
          <t>Flags</t>
          <ul empty="true">
            <li>
              <t>The Flags field is four bits.  Defined values include</t>
              <ul empty="true">
                <li>
                  <t>1  EMSK Compound MAC is present</t>
                  <t>2  MSK Compound MAC is present</t>
                  <t>3  Both EMSK and MSK Compound MAC are present</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Sub-Type</t>
          <ul empty="true">
            <li>
              <t>The Sub-Type field is four bits.  Defined values include</t>
              <ul empty="true">
                <li>
                  <t>0  Binding Request</t>
                  <t>&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="RFC9427"/> Section 3.1.</t>
            </li>
          </ul>
          <t>Passlen</t>
          <ul empty="true">
            <li>
              <t>Length of Password field in octets</t>
              <t>The value of Passlen MUST NOT be zero.</t>
            </li>
          </ul>
          <t>Password</t>
          <ul empty="true">
            <li>
              <t>Password in UTF-8 <xref target="RFC3629"/> format</t>
              <t>Note that there is no requirement that passwords be humanly
readable.  Octets in a passwords may have values less than 0x20,
including 0x00.</t>
            </li>
          </ul>
        </section>
        <section anchor="pkcs7-tlv">
          <name>PKCS#7 TLV</name>
          <t>The PKCS#7 TLV is used by the EAP server to deliver certificate(s) to
the peer.  The format consists of a certificate or certificate chain
in binary DER encoding <xref target="X.690"/> in a degenerate Certificates Only
PKCS#7 SignedData Content as defined in <xref target="RFC5652"/>.</t>
          <t>When used in response to a Trusted-Server-Root TLV request from the
peer, the EAP server MUST send the PKCS#7 TLV inside a Trusted-
Server-Root TLV.  When used in response to a PKCS#10 certificate
enrollment request from the peer, the EAP server MUST send the PKCS#7
TLV without a Trusted-Server-Root TLV.  The PKCS#7 TLV is always
marked as optional, which cannot be responded to with a NAK TLV.
TEAP implementations that support the Trusted-Server-Root TLV or the
PKCS#10 TLV MUST support this TLV.  Peers MUST NOT assume that the
certificates in a PKCS#7 TLV are in any order.</t>
          <t>TEAP servers MAY return self-signed certificates.  Peers that handle
self-signed certificates or trust anchors MUST NOT implicitly trust
these certificates merely due to their presence in the certificate
bag.  Note: Peers are advised to take great care in deciding whether
to use a received certificate as a trust anchor.  The authenticated
nature of the tunnel in which a PKCS#7 bag is received can provide a
level of authenticity to the certificates contained therein.  Peers
are advised to take into account the implied authority of the EAP
server and to constrain the trust it can achieve through the trust
anchor received in a PKCS#7 TLV.</t>
          <t>The PKCS#7 TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|           PKCS#7 Data...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 - Optional TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>15 - PKCS#7 TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>The length of the PKCS#7 Data field.</t>
            </li>
          </ul>
          <t>PKCS#7 Data</t>
          <ul empty="true">
            <li>
              <t>This field contains the DER-encoded X.509 certificate or
certificate chain in a Certificates-Only PKCS#7 SignedData
message.</t>
            </li>
          </ul>
        </section>
        <section anchor="pkcs10-tlv">
          <name>PKCS#10 TLV</name>
          <t>The PKCS#10 TLV is used by the peer to initiate the "simple PKI"
Request/Response from <xref target="RFC5272"/>.  The format of the request is as
specified in Section 6.4 of <xref target="RFC4945"/>.  The PKCS#10 TLV is always
marked as optional, which cannot be responded to with a NAK TLV.</t>
          <t>The PKCS#10 TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|           PKCS#10 Data...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 - Optional TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>16 - PKCS#10 TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>The length of the PKCS#10 Data field.</t>
            </li>
          </ul>
          <t>PKCS#10 Data</t>
          <ul empty="true">
            <li>
              <t>This field contains the DER-encoded PKCS#10 certificate request.</t>
            </li>
          </ul>
        </section>
        <section anchor="trusted-server-root-tlv">
          <name>Trusted-Server-Root TLV</name>
          <t>Trusted-Server-Root TLV facilitates the request and delivery of a
trusted server root certificate.  The Trusted-Server-Root TLV can be
exchanged in regular TEAP authentication mode or provisioning mode.
The Trusted-Server-Root TLV is always marked as optional and cannot
be responded to with a Negative Acknowledgement (NAK) TLV.  The
Trusted-Server-Root TLV MUST only be sent as an Inner TLV (inside the
protection of the tunnel).</t>
          <t>After the peer has determined that it has successfully authenticated
the EAP server and validated the Crypto-Binding TLV, it MAY send one
or more Trusted-Server-Root TLVs (marked as optional) to request the
trusted server root certificates from the EAP server.  The EAP server
MAY send one or more root certificates with a Public Key
Cryptographic System #7 (PKCS#7) TLV inside the Trusted-Server-Root
TLV.  The EAP server MAY also choose not to honor the request.</t>
          <t>The Trusted-Server-Root TLV allows the peer to send a request to the
EAP server for a list of trusted roots.  The server may respond with
one or more root certificates in PKCS#7 <xref target="RFC2315"/> format.</t>
          <t>If the EAP server sets the credential format to PKCS#7-Server-
Certificate-Root, then the Trusted-Server-Root TLV should contain the
root of the certificate chain of the certificate issued to the EAP
server packaged in a PKCS#7 TLV.  If the server certificate is a
self-signed certificate, then the root is the self-signed
certificate.</t>
          <t>If the Trusted-Server-Root TLV credential format contains a value
unknown to the peer, then the EAP peer should ignore the TLV.</t>
          <t>The Trusted-Server-Root TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|           Credential-Format   |     Cred TLVs...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 - Optional TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>17 - Trusted-Server-Root TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>&gt;=2 octets</t>
            </li>
          </ul>
          <t>Credential-Format</t>
          <ul empty="true">
            <li>
              <t>The Credential-Format field is two octets.  Values include:</t>
              <ul empty="true">
                <li>
                  <t>1 - PKCS#7-Server-Certificate-Root</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Cred TLVs</t>
          <ul empty="true">
            <li>
              <t>This field is of indefinite length.  It contains TLVs associated
with the credential format.  The peer may leave this field empty
when using this TLV to request server trust roots.</t>
            </li>
          </ul>
        </section>
        <section anchor="csr-attributes-tlv">
          <name>CSR-Attributes TLV</name>
          <t>The CSR-Attributes TLV provides information from the server to the
peer on how certificate signing requests should be formed.  The
purpose of CSR attributes is described in Section 4.5 of <xref target="RFC7030"/>.
Servers MAY send the CSR-Attributes TLV directly after the TLS session has
been established.  A server MAY also send in the same message a
Request Action frame for a PKCS#10 TLV.  This is an indication to the
peer that the server would like the peer to renew its certificate
using the parameters provided in this TLV.  Servers shall construct
the contents of the CSR-Attributes TLV as specified in <xref target="RFC7030"/> Section 4.5.2 with the
exception that the DER encoding MUST NOT be encoded in base64.  The base64 encoding in used in <xref target="RFC7030"/> because the transport protocol used there requires textual encoding.  In contrast, TEAP attributes can transport arbitrary binary data.</t>
          <t>Servers and peers MUST follow the guidance provided in
<xref target="I-D.ietf-lamps-rfc7030-csrattrs"/> when creating the CSR-Attributes TLV. Peers MAY ignore the contents
of the TLV if they are unable to do so, but then servers may not
process PKCS#10 certificate requests for this or any other reason.</t>
          <t>The CSR-Attributes TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                DER Encoded CSR Attributes                     |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 - Optional TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>18 - CSR-Attributes</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>&gt;=2 octets</t>
            </li>
          </ul>
        </section>
        <section anchor="identity-hint-tlv">
          <name>Identity-Hint TLV</name>
          <t>The Identity-Hint TLV is an optional TLV which can sent by the peer to the server at the beginning of the Phase 2 TEAP conversation.  The purpose of the TLV is to provide a "hint" as to the identity or identies which the peer will be using during subsequent Phase 2 authentications.</t>
          <t>The purpose of this TLV is to solve the "bootstrapping" problem for the server.  In order to perform authentication, the server must choose an inner authentication method.  However, the server has no knowledge of what methods are supported by the peer.  Without an identity hint, the server needs to propose a method, and then have the peer return a response indicating that the requested method is not available.  This negotiation increases the number of round trips required for TEAP to conclude, with no additional benefit.</t>
          <t>When the Identity-Hint is use, the peer can signal which identies it has available, which enables the server to choose an inner authentication method which is appropriate for that identity.</t>
          <t>The peer SHOULD send an Identity-Hint TLV for each inner authentication method which is available to it.  For example, if the peer can do both Machine and User authentication, it can send two Identity-Hint TLVs, with values "host/name.example.com" (for a machine with hostname "name.example.com"), and "user@example.com" (for a person with identity "user@example.com").</t>
          <t>The contents of the Identity-Hint TLV SHOULD be in the format of an NAI <xref target="RFC7542"/>, but we note that as given in the example above, Machine identities might not follow that format.  As these identities are never used for AAA routing as discussed in <xref target="RFC7542"/> Section 3, the format and definition of these identities is entirely site local.  Robust implementations MUST support arbitrary data in the content of this TLV, including binary octets.</t>
          <t>As the Identity-Hint TLV is a "hint", server implementations are free to ignore the hints given, and do whatever is required by site-local policies.</t>
          <t>The Identity-Hint TLV is used only as a guide to selecting which inner authentication methods to use.  This TLV has no other meaning, and it MUST NOT be used for any other purpose.  Specifically. server implementations MUST NOT compare the identities given this TLV to later identies given as part of the inner authentication methods.  There is no issue with the hint(s) failing to match any subsequent identity which is used.</t>
          <t>The Identity-Hint TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                       Identity Hint                           |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-++-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 - Optional TLV</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>19 - Identity-Hint</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>&gt;=2 octets</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="tlv-rules">
        <name>TLV Rules</name>
        <t>To save round trips, multiple TLVs can be sent in a single TEAP
packet.  However, multiple EAP Payload TLVs, multiple Basic Password
Authentication TLVs, or an EAP Payload TLV with a Basic Password
Authentication TLV within one single TEAP packet is not supported in
this version and MUST NOT be sent.  If the peer or EAP server
receives multiple EAP Payload TLVs, then it MUST terminate the
connection with the Result TLV.  The order in which TLVs are encoded in a TEAP packet does not
matter, however there is an order in which TLVs in a packet must be processed:</t>
        <ol spacing="normal" type="1"><li>Crypto-Binding TLV</li>
          <li>Intermediate-Result TLV</li>
          <li>Result TLV or Request-Action TLV</li>
          <li>Identity-Type TLV</li>
          <li>EAP-Payload TLV[Identity-Request] or Basic-Password-Auth-Req TLV</li>
          <li>Other TLVs</li>
        </ol>
        <t>That is, cryptographic binding is checked before any result is used,
and identities are checked before proposing an authentication method, as the
identity may influence the chosen authentication method.</t>
        <t>The following define the meaning of the table entries in the sections
below:</t>
        <artwork><![CDATA[
0     This TLV MUST NOT be present in the message.

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

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

1     Exactly one instance of this TLV MUST be present in the
      message.
]]></artwork>
        <section anchor="outer-tlvs">
          <name>Outer TLVs</name>
          <t>The following table provides a guide to which TLVs may be included in
the TEAP packet outside the TLS channel, which kind of packets, and
in what quantity:</t>
          <artwork><![CDATA[
Request  Response    Success   Failure   TLVs
0-1      0           0         0         Authority-ID
0-1      0-1         0         0         Identity-Type
0+       0+          0         0         Vendor-Specific
]]></artwork>
          <t>Outer TLVs MUST be marked as optional.  Vendor TLVs inside of a Vendor-
Specific TLV MUST be marked as optional when included in Outer TLVs.
Outer TLVs MUST NOT be included in messages after the first two TEAP
messages sent by peer and EAP-server respectively.  That is the first
EAP-server-to-peer message and first peer-to-EAP-server message.  If
the message is fragmented, the whole set of messages is counted as
one message.  If Outer TLVs are included in messages after the first
two TEAP messages, they MUST be ignored.</t>
        </section>
        <section anchor="inner-tlvs">
          <name>Inner TLVs</name>
          <t>The following table provides a guide to which Inner TLVs may be
encapsulated in TLS in TEAP Phase 2, in which kind of packets, and in
what quantity.  The messages are as follows: Request is a TEAP
Request, Response is a TEAP Response, Success is a message containing
a successful Result TLV, and Failure is a message containing a failed
Result TLV.</t>
          <artwork><![CDATA[
Request  Response    Success   Failure   TLVs
0-1      0-1         0         0         Identity-Type
0-1      0-1         1         1         Result
0+       0+          0         0         NAK
0+       0+          0+        0+        Error
0-1      0-1         0         0         Channel-Binding
0+       0+          0+        0+        Vendor-Specific
0+       0+          0+        0+        Request-Action
0-1      0-1         0         0         EAP-Payload
0-1      0-1         0-1       0-1       Intermediate-Result
0-1      0-1         0-1       0-1       Crypto-Binding
0-1      0           0         0         Basic-Password-Auth-Req
0        0-1         0         0         Basic-Password-Auth-Resp
0-1      0           0-1       0         PKCS#7
0        0-1         0         0         PKCS#10
0-1      0-1         0-1       0         Trusted-Server-Root
0-1      0           0         0         CSR-Attributes TLV
0        0+          0         0         Identity-Hint TLV
]]></artwork>
          <t>NOTE: Vendor TLVs (included in Vendor-Specific TLVs) sent with a
Result TLV MUST be marked as optional.  Also, the CSR-Attributes TLV
is never transmitted by the peer, and so is treated as a request
in this table.</t>
        </section>
      </section>
    </section>
    <section anchor="cryptographic-calculations">
      <name>Cryptographic Calculations</name>
      <t>For key derivation and crypto-binding, TEAP uses the Pseudorandom
Function (PRF) and MAC algorithms negotiated in the underlying TLS
session.  Since these algorithms depend on the TLS version and
ciphersuite, TEAP implementations need a mechanism to determine the
version and ciphersuite in use for a particular session.  The
implementation can then use this information to determine which PRF
and MAC algorithm to use.</t>
      <section anchor="key-derivations">
        <name>TEAP Authentication Phase 1: Key Derivations</name>
        <t>With TEAPv1, the TLS master secret is generated as specified in TLS.
If session resumption is used, then the master secret is obtained as described in
<xref target="RFC5077"/>.</t>
        <t>TEAPv1 makes use of the TLS Keying Material Exporters defined in
<xref target="RFC5705"/> to derive the session_key_seed as follows:</t>
        <artwork><![CDATA[
   session_key_seed = TLS-Exporter(
                      "EXPORTER: teap session key seed",, 40)
]]></artwork>
        <t>No context data is used in the export process.</t>
        <t>The session_key_seed is used by the TEAP authentication Phase 2
conversation to both cryptographically bind the inner method(s) to
the tunnel as well as generate the resulting TEAP session keys.  The
other TLS keying materials are derived and used as defined in
<xref target="RFC5246"/>.</t>
      </section>
      <section anchor="intermediate-compound-key">
        <name>Intermediate Compound Key Derivations</name>
        <t>The session_key_seed derived as part of TEAP Phase 2 is used in TEAP
Phase 2 to generate an Intermediate Compound Key (IMCK) used to
verify the integrity of the TLS tunnel after each successful inner
authentication and in the generation of Master Session Key (MSK) and
Extended Master Session Key (EMSK) defined in <xref target="RFC3748"/>.  Note that
the IMCK MUST be recalculated after each successful inner method.</t>
        <t>The first step in these calculations is the generation of the base
compound key, IMCK[j] from the session_key_seed, and any session keys
derived from the successful execution of jth inner
methods. The inner method(s) MUST
provide Inner Method Session Keys (IMSKs), IMSK[1]..IMSK[n], corresponding
to inner method 1 through n.  When a particular authentication method
does not provide key material (such as with password exchange) then a special "all zero" IMSK
is used as described below.</t>
        <t>If an inner method supports export of an Extended Master Session Key
(EMSK), then the IMSK SHOULD be derived from the EMSK as defined in
<xref target="RFC5295"/>.  The usage label used is "TEAPbindkey@ietf.org", and the
length is 64 octets.  Optional data parameter is not used in the
derivation.</t>
        <artwork><![CDATA[
IMSK[j] = First 32 octets of TLS-PRF(secret, "TEAPbindkey@ietf.org",
       0x00 \| 0x00 \| 0x40)
]]></artwork>
        <ul empty="true">
          <li>
            <t>where "|" denotes concatenation and the TLS-PRF is defined in
<xref target="RFC5246"/> as</t>
            <t>PRF(secret, label, seed) = P_&lt;hash&gt;(secret, label | seed).</t>
            <t>The secret is the EMSK or MSK from the j'th inner method, the label is
"TEAPbindkey@ietf.org" consisting of the ASCII value for the
label "TEAPbindkey@ietf.org" (without quotes),  the seed
consists of the "\0" null delimiter (0x00) and 2-octet unsigned
integer length in network byte order (0x00 | 0x40) specified
in <xref target="RFC5295"/>.</t>
            <t>If an inner method does not support export of an Extended Master
Session Key (EMSK), then the IMSK is derived from the MSK of the inner method.  The
EMSK or MSK is truncated at 32 octets if it is longer than 32 octets or
padded to a length of 32 octets with zeros if it is less than 32
octets.</t>
            <t>If no inner EAP authentication method is run then no EMSK or MSK
will be generated (e.g. when basic password authentication
is used or when no inner method has been run and the crypto-binding TLV
for the Result TLV needs to be generated).  In this case, IMSK[j]
is set to all zeroes (i.e., MSK = 32 octets of 0x00s).</t>
          </li>
        </ul>
        <t>Note that using a MSK of all zeroes opens up TEAP to man-in-the-middle
attacks, as discussed below in {#separation-p1-p2}.  It is therefore
NOT RECOMMENDED to use inner methods which fail to generate an EMSK or
MSK.  These methods should only be used in conjuction with another
inner method which does provide for EMSK or MSK generation.  It is
also RECOMMENDED that TEAP peers order authentication such that
methods which generate EMSKs are performed before methods which do not
generate EMSKs.</t>
        <t>For example, Phase 2 could perform both Machine authentication using
EAP-TLS, followed by User authentication via the Basic Password
Authentication TLVs.  In that case, the use of EAP-TLS would allow an
attacker to be detected before the User password was sent.</t>
        <t>However, it is possible that the peer and server sides might not have
the same capability to export EMSK.  In order to maintain maximum
flexibility while prevent downgrading attack, the following mechanism
is in place.</t>
        <t>On the sender of the Crypto-Binding TLV side:</t>
        <ul empty="true">
          <li>
            <t>If the EMSK is not available, then the sender computes the Compound
MAC using the MSK of the inner method.</t>
            <t>If the EMSK is available and the sender's policy accepts MSK-based
MAC, then the sender computes two Compound MAC values.  The first
is computed with the EMSK.  The second one is computed using the
MSK.  Both MACs are then sent to the other side.</t>
            <t>If the EMSK is available but the sender's policy does not allow
downgrading to MSK-generated MAC, then the sender SHOULD only send
EMSK-based MAC.</t>
          </li>
        </ul>
        <t>On the receiver of the Crypto-Binding TLV side:</t>
        <ul empty="true">
          <li>
            <t>If the EMSK is not available and an MSK-based Compound MAC was
sent, then the receiver validates the Compound MAC and sends back
an MSK-based Compound MAC response.</t>
            <t>If the EMSK is not available and no MSK-based Compound MAC was
sent, then the receiver handles like an invalid Crypto-Binding TLV
with a fatal error.</t>
            <t>If the EMSK is available and an EMSK-based Compound MAC was sent,
then the receiver validates it and creates a response Compound MAC
using the EMSK.</t>
            <t>If the EMSK is available but no EMSK-based Compound MAC was sent
and its policy accepts MSK-based MAC, then the receiver validates
it using the MSK and, if successful, generates and returns an MSK-based
Compound MAC.</t>
            <t>If the EMSK is available but no EMSK Compound MAC was sent and its
policy does not accept MSK-based MAC, then the receiver handles
like an invalid Crypto-Binding TLV with a fatal error.</t>
          </li>
        </ul>
        <t>If an inner method results in failure, then it is not included in this
calculation.</t>
        <t>The derivation of S-IMCK is as follows:</t>
        <artwork><![CDATA[
   S-IMCK[0] = session_key_seed
   For j = 1 to n-1 do
        IMCK[j] = the first 60 octets of TLS-PRF(S-IMCK[j-1],
             "Inner Methods Compound Keys",
             IMSK[j])
        S-IMCK[j] = first 40 octets of IMCK[j]
        CMK[j] = last 20 octets of IMCK[j]
]]></artwork>
        <t>where TLS-PRF is the PRF described above negotiated as
part of TLS handshake <xref target="RFC5246"/>.  The value j refers to a
corresponding inner method 1 through n.  The special value of
S-IMCK[0] is used to bootstrap the calculations, and can be done as
soon as the TLS connection is established, and before any inner
methods are run.</t>
        <t>In practice, the requirement to use either MSK or EMSK means that an
implement MUST track two independent derivations of IMCK[j], one which
depends on the MSK, and another which depends on EMSK.  That is, we
have both values derived from MSK:</t>
        <artwork><![CDATA[
   IMSK_MSK[j]
   S-IMCK_MSK[j]
   CMK_MSK[j]
]]></artwork>
        <t>and then also values derived from EMSK:</t>
        <artwork><![CDATA[
   IMSK_EMSK[j]
   S-IMCK_EMSK[j]
   CMK_EMSK[j]
]]></artwork>
      </section>
      <section anchor="computing-compound-mac">
        <name>Computing the Compound MAC</name>
        <t>For inner methods that generate keying material, further
protection against man-in-the-middle attacks is provided through
cryptographically binding keying material established by both TEAP
Phase 1 and TEAP Phase 2 conversations.  After each successful inner
EAP authentication, EAP EMSK and/or MSKs are cryptographically
combined with key material from TEAP Phase 1 to generate a Compound
Session Key (CMK).  The CMK is used to calculate the Compound MAC as
part of the Crypto-Binding TLV described in <xref target="crypto-binding-tlv"/>, which
helps provide assurance that the same entities are involved in all
communications in TEAP.  During the calculation of the Compound MAC,
the MAC field is filled with zeros.</t>
        <t>The Compound MAC computation is as follows:</t>
        <artwork><![CDATA[
   Compound-MAC = the first 20 octets of MAC( CMK[n], BUFFER )
]]></artwork>
        <t>where n is the number of the last successfully executed inner
method, MAC is the MAC function negotiated in TLS (e.g. TLS 1.2 in <xref target="RFC5246"/>), and
BUFFER is created after concatenating these fields in the following
order:</t>
        <ol spacing="normal" type="1"><li>The entire Crypto-Binding TLV attribute with both the EMSK and MSK
 Compound MAC fields zeroed out.</li>
          <li>The EAP Type sent by the other party in the first TEAP message,
which MUST be TEAP, encoded as one octet of 0x37.</li>
          <li>All the Outer TLVs from the first TEAP message sent by EAP server
to peer.  If a single TEAP message is fragmented into multiple
TEAP packets, then the Outer TLVs in all the fragments of that
message MUST be included.</li>
          <li>All the Outer TLVs from the first TEAP message sent by the peer to
the EAP server.  If a single TEAP message is fragmented into
multiple TEAP packets, then the Outer TLVs in all the fragments of
that message MUST be included.</li>
        </ol>
        <t>If no inner EAP authentication method is run then no EMSK or MSK
will be generated.  If an IMSK needs to be generated then the MSK
and therefore the IMSK is set to 0 (e.g., MSK = 32 octets of 0x00s).</t>
      </section>
      <section anchor="eap-master-session-key-generation">
        <name>EAP Master Session Key Generation</name>
        <t>TEAP authentication assures the Master Session Key (MSK) and Extended
Master Session Key (EMSK) output from the EAP authentication method are the result
of all authentication conversations by generating an Intermediate
Compound Key (IMCK).  The IMCK is mutually derived by the peer and
the server as described in <xref target="intermediate-compound-key"/> by combining the MSKs from
inner methods with key material from TEAP Phase 1.  The resulting
MSK and EMSK are generated from the final ("n"th) inner method, as part of the IMCK[n] key hierarchy via the
following derivation:</t>
        <artwork><![CDATA[
   MSK  = the first 64 octets of TLS-PRF(S-IMCK[n],
          "Session Key Generating Function")
   EMSK = the first 64 octets of TLS-PRF(S-IMCK[n],
          "Extended Session Key Generating Function")
]]></artwork>
        <t>The TLS-PRF is defined in <xref target="RFC5246"/> as</t>
        <artwork><![CDATA[
   PRF(secret, label, seed) = P_<hash>(secret, label | seed).
]]></artwork>
        <t>where "|" denotes concatenation. The secret is S-IMCK[n] where n is the
number of the last generated
S-IMCK[j] from <xref target="intermediate-compound-key"/>.  The label is is the ASCII
value for the string without quotes.  The seed is empty (0 length) and
is omitted from the derivation.</t>
        <t>The EMSK is typically only known to the TEAP peer and server and is
not provided to a third party.  The derivation of additional keys and
transportation of these keys to a third party are outside the scope
of this document.</t>
        <t>If no EAP authentication methods have been negotiated inside the tunnel or no EAP
authentication methods have been successfully completed inside the tunnel, the MSK
and EMSK will be generated directly from the session_key_seed meaning
S-IMCK[0] = session_key_seed.</t>
        <t>As we noted above, not all inner methods generate both MSK and EMSK,
so we have to maintain two independent derivations of S-IMCK[j], one
for each of MSK[j] and EMSK[j].  The final derivation using
S-IMCK[n] must choose only one of these keys.</t>
        <t>If the Crypto-Binding TLV contains an EMSK compound MAC, then the
derivation is taken from the S_IMCK_EMSK[n].  Otherwise it is taken
from the S_IMCK_MSK[n].</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>This section provides guidance to the Internet Assigned Numbers
Authority (IANA) regarding registration of values related to the TEAP
protocol, in accordance with BCP 26 <xref target="RFC5226"/>.</t>
      <t>Except as noted below, IANA is instructed to update the "Tunnel
Extensible Authentication Protocol (TEAP) Parameters" registry to
change the Reference field in all tables from <xref target="RFC7170"/> to [THIS-DOCUMENT].</t>
      <section anchor="teap-tlv-types">
        <name>TEAP TLV Types</name>
        <t>IANA is instructed to update the references in the "TEAP TLV Types" registry as follows.</t>
        <artwork><![CDATA[
Value,Description,Reference
0,Unassigned,
1,Authority-ID TLV,[THIS-DOCUMENT]
2,Identity-Type TLV,[THIS-DOCUMENT]
3,Result TLV,[THIS-DOCUMENT]
4,NAK TLV,[THIS-DOCUMENT]
5,Error TLV,[THIS-DOCUMENT]
6,Channel-Binding TLV,[THIS-DOCUMENT]
7,Vendor-Specific TLV,[THIS-DOCUMENT]
8,Request-Action TLV,[THIS-DOCUMENT]
9,EAP-Payload TLV,[THIS-DOCUMENT]
10,Intermediate-Result TLV,[THIS-DOCUMENT]
11,PAC TLV,(DEPRECATED) [RFC7170]
12,Crypto-Binding TLV,[THIS-DOCUMENT]
13,Basic-Password-Auth-Req TLV,[THIS-DOCUMENT]
14,Basic-Password-Auth-Resp TLV,[THIS-DOCUMENT]
15,PKCS#7 TLV,[THIS-DOCUMENT]
16,PKCS#10 TLV,[THIS-DOCUMENT]
17,Trusted-Server-Root TLV,[THIS-DOCUMENT]
18,CSR-Attributes TLV,[THIS-DOCUMENT]
19,Identity-Hint TLV,[THIS-DOCUMENT]
20-16383,Unassigned,
]]></artwork>
        <t>IANA is instructed to update the "TEAP PAC TLV (value 11) PAC
Attribute Type Codes" and "TEAP PAC TLV (value 11) PAC-Type Type
Codes" registries with a NOTE:</t>
        <artwork><![CDATA[
This registry was deprecated by [THIS-DOCUMENT]
]]></artwork>
      </section>
      <section anchor="teap-error-tlv-value-5-error-codes">
        <name>TEAP Error TLV (value 5) Error Codes</name>
        <t>IANA is instructed to update the "TEAP Error TLV (value 5) Error Codes" registry to add the following entry:</t>
        <artwork><![CDATA[
Value,Description,Reference
1032,Inner method not supported,[THIS-DOCUMENT]
]]></artwork>
      </section>
      <section anchor="tls-exporter-labels">
        <name>TLS Exporter Labels</name>
        <t>IANA is instructed to update the "TLS Exporter Labels" registry to change the Reference field for Value "EXPORTER: teap session key seed" as follows:</t>
        <artwork><![CDATA[
Value,DTLS-OK,Recommended,Reference
EXPORTER: teap session key seed,N,Y,[THIS-DOCUMENT]
]]></artwork>
      </section>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>TEAP is designed with a focus on wireless media, where the medium
itself is inherent to eavesdropping.  Whereas in wired media an
attacker would have to gain physical access to the wired medium,
wireless media enables anyone to capture information as it is
transmitted over the air, enabling passive attacks.  Thus, physical
security can not be assumed, and security vulnerabilities are far
greater.  The threat model used for the security evaluation of TEAP
is defined in EAP <xref target="RFC3748"/>.</t>
      <section anchor="mutual-authentication-and-integrity-protection">
        <name>Mutual Authentication and Integrity Protection</name>
        <t>As a whole, TEAP provides message and integrity protection by
establishing a secure tunnel for protecting the inner
method(s).  The confidentiality and integrity protection is defined
by TLS and provides the same security strengths afforded by TLS
employing a strong entropy shared master secret.  The integrity of
the key generating inner methods executed within the TEAP
tunnel is verified through the calculation of the Crypto-Binding TLV.
This ensures that the tunnel endpoints are the same as the inner
method endpoints.</t>
      </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
bid-down to a weaker form of authentication, such as EAP-MD5
(which only provides one-way authentication and does not derive a
key).  Both the peer and server should have a method selection policy
that prevents them from negotiating down to weaker methods.  Inner
method negotiation resists attacks because it is protected by the
mutually authenticated TLS tunnel established.  Selection of TEAP as
an authentication method does not limit the potential inner
methods, so TEAP should be selected when available.</t>
        <t>An attacker cannot readily determine the inner method used,
except perhaps by traffic analysis.  It is also important that peer
implementations limit the use of credentials with an unauthenticated
or unauthorized server.</t>
      </section>
      <section anchor="separation-p1-p2">
        <name>Separation of Phase 1 and Phase 2 Servers</name>
        <t>Separation of the TEAP Phase 1 from the Phase 2 conversation is NOT
RECOMMENDED.  Allowing the Phase 1 conversation to be terminated at a
different server than the Phase 2 conversation can introduce
vulnerabilities if there is not a proper trust relationship and
protection for the protocol between the two servers.  Some
vulnerabilities include:</t>
        <ul spacing="normal">
          <li>Loss of identity protection</li>
          <li>Offline dictionary attacks</li>
          <li>Lack of policy enforcement</li>
          <li>on-path active attacks (as described in <xref target="RFC7029"/>)</li>
        </ul>
        <t>There may be cases where a trust relationship exists between the
Phase 1 and Phase 2 servers, such as on a campus or between two
offices within the same company, where there is no danger in
revealing the inner identity and credentials of the peer to entities
between the two servers.  In these cases, using a proxy solution
without end-to-end protection of TEAP MAY be used.  The TEAP
encrypting/decrypting gateway MUST, at a minimum, provide support for
IPsec, TLS, or similar protection in order to provide confidentiality
for the portion of the conversation between the gateway and the EAP
server.  In addition, separation of the TEAP server and Inner servers
allows for crypto-binding based on the inner method MSK to be
thwarted as described in <xref target="RFC7029"/>.
If the inner method derives an EMSK, then this threat is mitigated as
TEAP uses the Crypto-Binding TLV tie the inner EMSK to the TLS session via the TLS-PRF, as described above in <xref target="cryptographic-calculations"/>.</t>
        <t>On the other hand, if the inner method is not deriving EMSK as with
password authentication or unauthenticated provisioning, then this
threat still exists.  Implemnations therefore need to limit the use of
inner methods as discussed above in <xref target="inner-method-limitations"/></t>
      </section>
      <section anchor="mitigation-of-known-vulnerabilities-and-protocol-deficiencies">
        <name>Mitigation of Known Vulnerabilities and Protocol Deficiencies</name>
        <t>TEAP addresses the known deficiencies and weaknesses in some EAP
authentication methods.  By employing a shared secret between the peer and server to
establish a secured tunnel, TEAP enables:</t>
        <ul spacing="normal">
          <li>Per-packet confidentiality and integrity protection</li>
          <li>User identity protection</li>
          <li>Better support for notification messages</li>
          <li>Protected inner method negotiation, including EAP method</li>
          <li>Sequencing of inner methods, including EAP methods</li>
          <li>Strong mutually derived MSKs</li>
          <li>Acknowledged success/failure indication</li>
          <li>Faster re-authentications through session resumption</li>
          <li>Mitigation of offline dictionary attacks</li>
          <li>Mitigation of man-in-the-middle attacks</li>
          <li>Mitigation of some denial-of-service attacks</li>
        </ul>
        <t>It should be noted that in TEAP, as in many other authentication
protocols, a denial-of-service attack can be mounted by adversaries
sending erroneous traffic to disrupt the protocol.  This is a problem
in many authentication or key agreement protocols and is therefore
noted for TEAP as well.</t>
        <t>TEAP was designed with a focus on protected inner methods
that typically rely on weak credentials, such as password-based
secrets.  To that extent, the TEAP authentication mitigates several
vulnerabilities, such as offline dictionary attacks, by protecting the weak
credential-based inner method.  The protection is based on
strong cryptographic algorithms in TLS to provide message
confidentiality and integrity.  The keys derived for the protection
relies on strong random challenges provided by both peer and server
as well as an established key with strong entropy.  Implementations
should follow the recommendation in <xref target="RFC4086"/> when generating random
numbers.</t>
        <section anchor="user-identity-protection-and-verification">
          <name>User Identity Protection and Verification</name>
          <t>The initial identity request response exchange is sent in cleartext
outside the protection of TEAP.  Typically, the Network Access
Identifier (NAI) <xref target="RFC7542"/> in the identity response is useful only
for the realm of information that is used to route the authentication
requests to the right EAP server.  This means that the identity
response may contain an anonymous identity and just contain realm
information.  In other cases, the identity exchange may be eliminated
altogether if there are other means for establishing the destination
realm of the request.  In no case should an intermediary place any
trust in the identity information in the identity response since it
is unauthenticated and may not have any relevance to the
authenticated identity.  TEAP implementations should not attempt to
compare any identity disclosed in the initial cleartext EAP Identity
response packet with those Identities authenticated in Phase 2.</t>
          <t>Identity request/response exchanges sent after the TEAP tunnel is
established are protected from modification and eavesdropping by
attackers.</t>
          <t>When a client certificate is sent outside of the TLS tunnel in Phase
1, the peer MUST include Identity-Type as an outer TLV, in order to
signal the type of identity which that client certificate is for.
Further, when a client certificate is sent outside of the TLS tunnel,
the server MUST proceed with Phase 2.  If there is no Phase 2 data,
then the EAP server MUST reject the session.</t>
          <t>Issues related to confidentiality of a client certificate are
discussed above in <xref target="client-certs-phase1"/></t>
          <t>Note that the Phase 2 data could simply be a Result TLV with value
Success, along with a Crypto-Binding TLV and Intermediate-Result TLV.
This Phase 2 data serves as a protected success indication as
discussed in <xref target="RFC9190"/> Section 2.1.1</t>
        </section>
      </section>
      <section anchor="dictionary-attack-resistance">
        <name>Dictionary Attack Resistance</name>
        <t>TEAP was designed with a focus on protected inner methods
that typically rely on weak credentials, such as password-based
secrets.  TEAP mitigates offline dictionary attacks by allowing the
establishment of a mutually authenticated encrypted TLS tunnel
providing confidentiality and integrity to protect the weak
credential-based inner method.</t>
        <t>TEAP mitigates dictionary attacks by permitting inner methods such as
EAP-pwd which are not vulnerable to dictionary attacks.</t>
        <t>TEAP implementations can mitigate 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="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,
Bruno Pereria Vidal, and Michael Richardson.  Many corner cases and
edge conditions were caught and corrected as a result of their
feedback.</t>
    </section>
    <section anchor="changes-from-rfc-7170">
      <name>Changes from RFC 7170</name>
      <t>Alan DeKok was added as editor.</t>
      <t>The document was converted to Markdown, from the <xref target="RFC7170"/> text output.</t>
      <t>Any formatting changes mostly result from differences between using Markdown
versus XML for source.</t>
      <t>The IANA considerations section was replaced with a note to change the
IANA registry references to this document.</t>
      <t>A new section was added to explain that the inner EAP-MSCHAPv2
derivation follows EAP-FAST.  This is the largest technical change
from the previous revision of this document, and follows existing implementations.</t>
      <t>Many small changes have been made throughout the document to correct
inconsistencies, and to address mistakes.  At a high level:</t>
      <ul spacing="normal">
        <li>All open errata have been addressed.</li>
        <li>A new term "inner method" has been defined.</li>
        <li>The definitions and derivation of IMSK, S-IMCK, etc. have been corrected and clarified.</li>
        <li>The diagrams in Appendix C have been updated to match the TEAP state machine</li>
      </ul>
      <t>All uses of the PAC were removed.  It had not been implemented, and
there were no plans by implementors to use it.</t>
      <t>Text was added on recommendations for inner and outer identities.</t>
    </section>
    <section numbered="false" anchor="appendix-a-evaluation-against-tunnel-based-eap-method-requirements">
      <name>Appendix A Evaluation against Tunnel-Based EAP Method Requirements</name>
      <t>This section evaluates all tunnel-based EAP method requirements
described in <xref target="RFC6678"/> against TEAP version 1.</t>
      <section numbered="false" anchor="a1-requirement-411-rfc-compliance">
        <name>A.1.  Requirement 4.1.1: RFC Compliance</name>
        <t>TEAPv1 meets this requirement by being compliant with RFC 3748
<xref target="RFC3748"/>, RFC 4017 <xref target="RFC4017"/>, RFC 5247 <xref target="RFC5247"/>, and RFC 4962
<xref target="RFC4962"/>.  It is also compliant with the "cryptographic algorithm
agility" requirement by leveraging TLS 1.2 for all cryptographic
algorithm negotiation.</t>
      </section>
      <section numbered="false" anchor="a2-requirement-421-tls-requirements">
        <name>A.2.  Requirement 4.2.1: TLS Requirements</name>
        <t>TEAPv1 meets this requirement by mandating TLS version 1.2 support as
defined in <xref target="phase1"/>.</t>
      </section>
      <section numbered="false" anchor="a3-requirement-42111-ciphersuite-negotiation">
        <name>A.3.  Requirement 4.2.1.1.1: Ciphersuite Negotiation</name>
        <t>TEAPv1 meets this requirement by using TLS to provide protected
ciphersuite negotiation.</t>
      </section>
      <section numbered="false" anchor="a4-requirement-42112-tunnel-data-protection-algorithms">
        <name>A.4.  Requirement 4.2.1.1.2: Tunnel Data Protection Algorithms</name>
        <t>TEAPv1 meets this requirement by mandating
TLS_RSA_WITH_AES_128_CBC_SHA as a mandatory-to-implement ciphersuite
as defined in <xref target="phase1"/>.</t>
      </section>
      <section numbered="false" anchor="a5-requirement-42113-tunnel-authentication-and-key-establishment">
        <name>A.5.  Requirement 4.2.1.1.3: Tunnel Authentication and Key Establishment</name>
        <t>TEAPv1 meets this requirement by mandating
TLS_RSA_WITH_AES_128_CBC_SHA as a mandatory-to-implement ciphersuite
that provides certificate-based authentication of the server and is
approved by NIST.  The mandatory-to-implement ciphersuites only
include ciphersuites that use strong cryptographic algorithms.  They
do not include ciphersuites providing mutually anonymous
authentication or static Diffie-Hellman ciphersuites as defined in
<xref target="phase1"/>.</t>
      </section>
      <section numbered="false" anchor="a6-requirement-4212-tunnel-replay-protection">
        <name>A.6.  Requirement 4.2.1.2: Tunnel Replay Protection</name>
        <t>TEAPv1 meets this requirement by using TLS to provide sufficient
replay protection.</t>
      </section>
      <section numbered="false" anchor="a7-requirement-4213-tls-extensions">
        <name>A.7.  Requirement 4.2.1.3: TLS Extensions</name>
        <t>TEAPv1 meets this requirement by allowing TLS extensions, such as TLS
Certificate Status Request extension <xref target="RFC6066"/> and SessionTicket
extension <xref target="RFC5077"/>, to be used during TLS tunnel establishment.</t>
      </section>
      <section numbered="false" anchor="a8-requirement-4214-peer-identity-privacy">
        <name>A.8.  Requirement 4.2.1.4: Peer Identity Privacy</name>
        <t>TEAPv1 meets this requirement by establishment of the TLS tunnel and
protection identities specific to the inner method.  In addition, the
peer certificate can be sent confidentially (i.e., encrypted).</t>
      </section>
      <section numbered="false" anchor="a9-requirement-4215-session-resumption">
        <name>A.9.  Requirement 4.2.1.5: Session Resumption</name>
        <t>TEAPv1 meets this requirement by mandating support of TLS session
resumption as defined in <xref target="resume-server-state"/> and TLS session
resumption using the methods defined in <xref target="RFC9190"/></t>
      </section>
      <section numbered="false" anchor="a10-requirement-422-fragmentation">
        <name>A.10.  Requirement 4.2.2: Fragmentation</name>
        <t>TEAPv1 meets this requirement by leveraging fragmentation support
provided by TLS as defined in <xref target="fragmentation"/>.</t>
      </section>
      <section numbered="false" anchor="a11-requirement-423-protection-of-data-external-to-tunnel">
        <name>A.11.  Requirement 4.2.3: Protection of Data External to Tunnel</name>
        <t>TEAPv1 meets this requirement by including the TEAP version number
received in the computation of the Crypto-Binding TLV as defined in
<xref target="crypto-binding-tlv"/>.</t>
      </section>
      <section numbered="false" anchor="a12-requirement-431-extensible-attribute-types">
        <name>A.12.  Requirement 4.3.1: Extensible Attribute Types</name>
        <t>TEAPv1 meets this requirement by using an extensible TLV data layer
inside the tunnel as defined in <xref target="teap-tlv-format"/>.</t>
      </section>
      <section numbered="false" anchor="a13-requirement-432-requestchallenge-response-operation">
        <name>A.13.  Requirement 4.3.2: Request/Challenge Response Operation</name>
        <t>TEAPv1 meets this requirement by allowing multiple TLVs to be sent in
a single EAP request or response packet, while maintaining the half-
duplex operation typical of EAP.</t>
      </section>
      <section numbered="false" anchor="a14-requirement-433-indicating-criticality-of-attributes">
        <name>A.14.  Requirement 4.3.3: Indicating Criticality of Attributes</name>
        <t>TEAPv1 meets this requirement by having a mandatory bit in each TLV
to indicate whether it is mandatory to support or not as defined in
<xref target="teap-tlv-format"/>.</t>
      </section>
      <section numbered="false" anchor="a15-requirement-434-vendor-specific-support">
        <name>A.15.  Requirement 4.3.4: Vendor-Specific Support</name>
        <t>TEAPv1 meets this requirement by having a Vendor-Specific TLV to
allow vendors to define their own attributes as defined in
<xref target="vendor-specific-tlv"/>.</t>
      </section>
      <section numbered="false" anchor="a16-requirement-435-result-indication">
        <name>A.16.  Requirement 4.3.5: Result Indication</name>
        <t>TEAPv1 meets this requirement by having a Result TLV to exchange the
final result of the EAP authentication so both the peer and server
have a synchronized state as defined in <xref target="result-tlv"/>.</t>
      </section>
      <section numbered="false" anchor="a17-requirement-436-internationalization-of-display-strings">
        <name>A.17.  Requirement 4.3.6: Internationalization of Display Strings</name>
        <t>TEAPv1 meets this requirement by supporting UTF-8 format in the
Basic-Password-Auth-Req TLV as defined in <xref target="bp-auth-req-tlv"/> and the
Basic-Password-Auth-Resp TLV as defined in Section 4.2.15.</t>
      </section>
      <section numbered="false" anchor="a18-requirement-44-eap-channel-binding-requirements">
        <name>A.18.  Requirement 4.4: EAP Channel-Binding Requirements</name>
        <t>TEAPv1 meets this requirement by having a Channel-Binding TLV to
exchange the EAP channel-binding data as defined in <xref target="channel-binding-tlv"/>.</t>
      </section>
      <section numbered="false" anchor="a19-requirement-4511-confidentiality-and-integrity">
        <name>A.19.  Requirement 4.5.1.1: Confidentiality and Integrity</name>
        <t>TEAPv1 meets this requirement by running the password authentication
inside a protected TLS tunnel.</t>
      </section>
      <section numbered="false" anchor="a20-requirement-4512-authentication-of-server">
        <name>A.20.  Requirement 4.5.1.2: Authentication of Server</name>
        <t>TEAPv1 meets this requirement by mandating authentication of the
server before establishment of the protected TLS and then running
inner password authentication as defined in <xref target="phase1"/>.</t>
      </section>
      <section numbered="false" anchor="a21-requirement-4513-server-certificate-revocation-checking">
        <name>A.21.  Requirement 4.5.1.3: Server Certificate Revocation Checking</name>
        <t>TEAPv1 meets this requirement by supporting TLS Certificate Status
Request extension <xref target="RFC6066"/> during tunnel establishment.</t>
      </section>
      <section numbered="false" anchor="a22-requirement-452-internationalization">
        <name>A.22.  Requirement 4.5.2: Internationalization</name>
        <t>TEAPv1 meets this requirement by supporting UTF-8 format in Basic-
Password-Auth-Req TLV as defined in <xref target="bp-auth-req-tlv"/> and Basic-
Password-Auth-Resp TLV as defined in Section 4.2.15.</t>
      </section>
      <section numbered="false" anchor="a23-requirement-453-metadata">
        <name>A.23.  Requirement 4.5.3: Metadata</name>
        <t>TEAPv1 meets this requirement by supporting Identity-Type TLV as
defined in <xref target="identity-type-tlv"/> to indicate whether the authentication is
for a user or a machine.</t>
      </section>
      <section numbered="false" anchor="a24-requirement-454-password-change">
        <name>A.24.  Requirement 4.5.4: Password Change</name>
        <t>TEAPv1 meets this requirement by supporting multiple Basic-Password-
Auth-Req TLV and Basic-Password-Auth-Resp TLV exchanges within a
single EAP authentication, which allows "housekeeping"" functions
such as password change.</t>
      </section>
      <section numbered="false" anchor="a25-requirement-461-method-negotiation">
        <name>A.25.  Requirement 4.6.1: Method Negotiation</name>
        <t>TEAPv1 meets this requirement by supporting inner EAP method
negotiation within the protected TLS tunnel.</t>
      </section>
      <section numbered="false" anchor="a26-requirement-462-chained-methods">
        <name>A.26.  Requirement 4.6.2: Chained Methods</name>
        <t>TEAPv1 meets this requirement by supporting inner EAP method chaining
within protected TLS tunnels as defined in <xref target="inner-eap"/>.</t>
      </section>
      <section numbered="false" anchor="a27-requirement-463-cryptographic-binding-with-the-tls-tunnel">
        <name>A.27.  Requirement 4.6.3: Cryptographic Binding with the TLS Tunnel</name>
        <t>TEAPv1 meets this requirement by supporting cryptographic binding of
the inner EAP method keys with the keys derived from the TLS tunnel
as defined in <xref target="crypto-binding-tlv"/>.</t>
      </section>
      <section numbered="false" anchor="a28-requirement-464-peer-initiated-eap-authentication">
        <name>A.28.  Requirement 4.6.4: Peer-Initiated EAP Authentication</name>
        <t>TEAPv1 meets this requirement by supporting the Request-Action TLV as
defined in <xref target="request-action-tlv"/> to allow a peer to initiate another inner
EAP method.</t>
      </section>
      <section numbered="false" anchor="a29-requirement-465-method-metadata">
        <name>A.29.  Requirement 4.6.5: Method Metadata</name>
        <t>TEAPv1 meets this requirement by supporting the Identity-Type TLV as
defined in <xref target="identity-type-tlv"/> to indicate whether the authentication is
for a user or a machine.</t>
      </section>
    </section>
    <section numbered="false" anchor="appendix-b-major-differences-from-eap-fast">
      <name>Appendix B.  Major Differences from EAP-FAST</name>
      <t>This document is a new standard tunnel EAP method based on revision
of EAP-FAST version 1 <xref target="RFC4851"/> that contains improved flexibility,
particularly for negotiation of cryptographic algorithms.  The major
changes are:</t>
      <ol spacing="normal" type="1"><li>The EAP method name has been changed from EAP-FAST to TEAP; this
change thus requires that a new EAP Type be assigned.</li>
        <li>This version of TEAP MUST support TLS 1.2 <xref target="RFC5246"/>.  TLS 1.1 and earlier MUST NOT be used with TEAP.</li>
        <li>The key derivation now makes use of TLS keying material exporters
<xref target="RFC5705"/> and the PRF and hash function negotiated in TLS.  This
is to simplify implementation and better support cryptographic
algorithm agility.</li>
        <li>TEAP is in full conformance with TLS ticket extension <xref target="RFC5077"/>.</li>
        <li>Support is provided for passing optional Outer TLVs in the first
two message exchanges, in addition to the Authority-ID TLV data
in EAP-FAST.</li>
        <li>Basic password authentication on the TLV level has been added in
addition to the existing inner EAP method.</li>
        <li>Additional TLV types have been defined to support EAP channel
binding and metadata.  They are the Identity-Type TLV and
Channel-Binding TLVs, defined in <xref target="teap-tlv-format"/>.</li>
      </ol>
    </section>
    <section numbered="false" anchor="appendix-c-examples">
      <name>Appendix C.  Examples</name>
      <section numbered="false" anchor="c1-successful-authentication">
        <name>C.1.  Successful Authentication</name>
        <t>The following exchanges show a successful TEAP authentication with
basic password authentication.  The
conversation will appear as follows:</t>
        <artwork><![CDATA[
   Authenticating Peer     Authenticator
   -------------------     -------------
                           <- EAP-Request/
                           Identity
   EAP-Response/
   Identity (MyID1) ->
                           <- EAP-Request/
                           EAP-Type=TEAP, V=1
                           (TEAP Start, S bit set, Authority-ID)

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

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

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

   TLS channel established
   (messages sent within the TLS channel)

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

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

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

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

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

   TLS channel torn down
   (messages sent in cleartext)

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

   EAP-Response/
   Identity (MyID1) ->


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

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

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

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

   TLS channel established
   (messages sent within the TLS channel)

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

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

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

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

   TLS channel torn down
   (messages sent in cleartext)

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

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

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

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

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

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

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

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

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

  // identity protected by TLS.

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

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

  // Method X exchanges followed by Protected Termination

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  // identity protected by TLS.

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

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

  // Method X exchanges followed by Protected Termination

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

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

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

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

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

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

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

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

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

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

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

         // Optional additional X Method exchanges...

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

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

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

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

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

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

         // Optional additional EAP method Y exchanges...

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

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

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

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

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

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

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

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

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

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

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

  EAP-Payload TLV/
  EAP Identity Response ->

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                         <- Vendor-Specific TLV

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

  Result TLV (Success) ->

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

   TLS channel established
   (messages sent within the TLS channel)

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

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

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

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

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

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

   Result TLV (Success) ->

   TLS channel torn down
   (messages sent in cleartext)

                           <- EAP-Success
]]></artwork>
      </section>
      <section numbered="false" anchor="c11">
        <name>C.11.</name>
        <t>The following exchanges show the peer sending a PKCS#10 TLV, and
server replying with a PKCS7 TLV. The conversation will appear as
follows:</t>
        <artwork><![CDATA[
,----.                                             ,-------.
|Peer|                                             |AuthSrv|
`-+--'                                             `---+---'
  |               EAP-Request / Identity               |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                    |
  |           EAP-Response / Identity (MYID1)          |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - >
  |                                                    |
  |             EAP-Request/EAP-Type=TEAP,             |
  |              V=1(TEAP Start,                       |
  |              S bit set,                            |
  |              Authority-ID)                         |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                    |
  |             EAP-Response/EAP-Type=TEAP,            |
  |              V=1(TLS client_hello)                 |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - >
  |                                                    |
  |             EAP-Request/ EAP-Type=TEAP,            |
  |              V=1(TLS server_hello,                 |
  |             (TLS change_cipher_spec,               |
  |              TLS finished)                         |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                    |
  |        EAP-Response/EAP-Type=TEAP,                 |
  |         V=1(TLS change_cipher_spec,                |
  |        TLS finished) TLS channel established       |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - >
  |                                                    |
  |               Send Request Action TLV              |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                    |
  |                   Send PKCS10 TLV                  |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - >
  |                                                    |
  | Sign the CSR and send PKCS7 TLV Intermediate-Result|
  | TLV request(Success),                              |
  |  Crypto-Binding TLV(Request),                      |
  |  Result TLV(Success)                               |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - -
  |                                                    |
  |     Intermediate-Result TLV response(Success),     |
  |      Crypto-Binding TLV(Response),                 |
  |      Result TLV(Success)                           |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - >
  |                                                    |
  |                     EAP Success                    |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - -
]]></artwork>
      </section>
      <section numbered="false" anchor="c12">
        <name>C.12.</name>
        <t>The following exchanges shows a failure scenario. The conversation
will appear as follows:</t>
        <artwork><![CDATA[
,----.                                                  ,-------.
|Peer|                                                  |AuthSrv|
`-+--'                                                  `---+---'
  |                  EAP-Request / Identity                 |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  |                                                         |
  |             EAP-Response / Identity (MYID1)             |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - - - ->
  |                                                         |
  |          EAP-Request/EAP-Type=TEAP, V=1                 |
  |          (TEAP Start, S bit set, Authority-ID)          |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  |                                                         |
  |    EAP-Response/EAP-Type=TEAP, V=1(TLS client_hello)    |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - - - ->
  |                                                         |
  | EAP-Request/ EAP-Type=TEAP, V=1                         |
  | (TLS server_hello,(TLS change_cipher_spec, TLS finished)|
  | <- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  |                                                         |
  |             EAP-Response/EAP-Type=TEAP, V=1             |
  |             (TLS change_cipher_spec,                    |
  |             TLS finished)                               |
  |             TLS channel established                     |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - - - ->
  |                                                         |
  |                    Request Action TLV                   |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  |                                                         |
  |                      Bad PKCS10 TLV                     |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - - - ->
  |                                                         |
  |        Intermediate-Result TLV request(Failure),        |
  |        Result TLV(Failure)                              |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
  |                                                         |
  |        Intermediate-Result TLV response(Failure),       |
  |        Result TLV(Failure)                              |
  |  - - - - - - - - - - - - - - - - - - - - - - - - - - - ->
  |                                                         |
  |                       EAP Failure                       |
  | <- - - - - - - - - - - - - - - - - - - - - - - - - - - - 
]]></artwork>
      </section>
      <section numbered="false" anchor="c13">
        <name>C.13.</name>
        <t>The following exchanges shows a scenario where the client certificate
is sent in Phase 1, and no additional authentication or provisioning
is performed in Phase 2. The conversation will appear as follows:</t>
        <artwork><![CDATA[
,----.                                    ,-------.
|Peer|                                    |AuthSrv|
`-+--'                                    `---+---'
  |           EAP-Request / Identity          |
  | <- - - - - - - - - - - - - - - - - - - - - 
  |                                           |
  |      EAP-Response / Identity (MYID1)      |
  |  - - - - - - - - - - - - - - - - - - - - ->
  |                                           |
  |         EAP-Request/EAP-Type=TEAP,        |
  |          V=1(TEAP Start,                  |
  |          S bit set,                       |
  |          Authority-ID)                    |
  | <- - - - - - - - - - - - - - - - - - - - - 
  |                                           |
  |        EAP-Response/EAP-Type=TEAP,        |
  |         V=1(TLS client_hello)             |
  |  - - - - - - - - - - - - - - - - - - - - ->
  |                                           |
  |        EAP-Request/ EAP-Type=TEAP,        |
  |         V=1(TLS server_hello,             |
  |        (TLS change_cipher_spec,           |
  |         TLS finished)                     |
  | <- - - - - - - - - - - - - - - - - - - - - 
  |                                           |
  |   EAP-Response/EAP-Type=TEAP,             |
  |    V=1(TLS change_cipher_spec,            |
  |   TLS finished) TLS channel established   |
  |  - - - - - - - - - - - - - - - - - - - - ->
  |                                           |
  |       Intermediate-Result                 |
  |       TLV request(Success),               |
  |        Crypto-Binding TLV(Request),       |
  |        Result TLV(Success)                |
  | <- - - - - - - - - - - - - - - - - - - - - 
  |                                           |
  | Intermediate-Result TLV response(Success),|
  |  Crypto-Binding TLV(Response),            |
  |  Result TLV(Success)                      |
  |  - - - - - - - - - - - - - - - - - - - - ->
  |                                           |
  |                EAP Success                |
  | <- - - - - - - - - - - - - - - - - - - - - 
]]></artwork>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="BCP14" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC2985" target="https://www.rfc-editor.org/info/rfc2985">
          <front>
            <title>PKCS #9: Selected Object Classes and Attribute Types Version 2.0</title>
            <author fullname="M. Nystrom" initials="M." surname="Nystrom"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="November" year="2000"/>
            <abstract>
              <t>This memo represents a republication of PKCS #9 v2.0 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process. The body of this document, except for the security considerations section, is taken directly from that specification. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2985"/>
          <seriesInfo name="DOI" value="10.17487/RFC2985"/>
        </reference>
        <reference anchor="RFC2986" target="https://www.rfc-editor.org/info/rfc2986">
          <front>
            <title>PKCS #10: Certification Request Syntax Specification Version 1.7</title>
            <author fullname="M. Nystrom" initials="M." surname="Nystrom"/>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="November" year="2000"/>
            <abstract>
              <t>This memo represents a republication of PKCS #10 v1.7 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process. The body of this document, except for the security considerations section, is taken directly from the PKCS #9 v2.0 or the PKCS #10 v1.7 document. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2986"/>
          <seriesInfo name="DOI" value="10.17487/RFC2986"/>
        </reference>
        <reference anchor="RFC3748" target="https://www.rfc-editor.org/info/rfc3748">
          <front>
            <title>Extensible Authentication Protocol (EAP)</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="L. Blunk" initials="L." surname="Blunk"/>
            <author fullname="J. Vollbrecht" initials="J." surname="Vollbrecht"/>
            <author fullname="J. Carlson" initials="J." surname="Carlson"/>
            <author fullname="H. Levkowetz" initials="H." role="editor" surname="Levkowetz"/>
            <date month="June" year="2004"/>
            <abstract>
              <t>This document defines the Extensible Authentication Protocol (EAP), an authentication framework which supports multiple authentication methods. EAP typically runs directly over data link layers such as Point-to-Point Protocol (PPP) or IEEE 802, without requiring IP. EAP provides its own support for duplicate elimination and retransmission, but is reliant on lower layer ordering guarantees. Fragmentation is not supported within EAP itself; however, individual EAP methods may support this. This document obsoletes RFC 2284. A summary of the changes between this document and RFC 2284 is available in Appendix A. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3748"/>
          <seriesInfo name="DOI" value="10.17487/RFC3748"/>
        </reference>
        <reference anchor="RFC5077" target="https://www.rfc-editor.org/info/rfc5077">
          <front>
            <title>Transport Layer Security (TLS) Session Resumption without Server-Side State</title>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>This document describes a mechanism that enables the Transport Layer Security (TLS) server to resume sessions and avoid keeping per-client session state. The TLS server encapsulates the session state into a ticket and forwards it to the client. The client can subsequently resume a session using the obtained ticket. This document obsoletes RFC 4507. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5077"/>
          <seriesInfo name="DOI" value="10.17487/RFC5077"/>
        </reference>
        <reference anchor="RFC5216" target="https://www.rfc-editor.org/info/rfc5216">
          <front>
            <title>The EAP-TLS Authentication Protocol</title>
            <author fullname="D. Simon" initials="D." surname="Simon"/>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="R. Hurst" initials="R." surname="Hurst"/>
            <date month="March" year="2008"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, provides support for multiple authentication methods. Transport Layer Security (TLS) provides for mutual authentication, integrity-protected ciphersuite negotiation, and key exchange between two endpoints. This document defines EAP-TLS, which includes support for certificate-based mutual authentication and key derivation.</t>
              <t>This document obsoletes RFC 2716. A summary of the changes between this document and RFC 2716 is available in Appendix A. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5216"/>
          <seriesInfo name="DOI" value="10.17487/RFC5216"/>
        </reference>
        <reference anchor="RFC5246" target="https://www.rfc-editor.org/info/rfc5246">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.2</title>
            <author fullname="T. Dierks" initials="T." surname="Dierks"/>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>This document specifies Version 1.2 of the Transport Layer Security (TLS) protocol. The TLS protocol provides communications security over the Internet. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5246"/>
          <seriesInfo name="DOI" value="10.17487/RFC5246"/>
        </reference>
        <reference anchor="RFC5295" target="https://www.rfc-editor.org/info/rfc5295">
          <front>
            <title>Specification for the Derivation of Root Keys from an Extended Master Session Key (EMSK)</title>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="L. Dondeti" initials="L." surname="Dondeti"/>
            <author fullname="V. Narayanan" initials="V." surname="Narayanan"/>
            <author fullname="M. Nakhjiri" initials="M." surname="Nakhjiri"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP) defined the Extended Master Session Key (EMSK) generation, but reserved it for unspecified future uses. This memo reserves the EMSK for the sole purpose of deriving root keys. Root keys are master keys that can be used for multiple purposes, identified by usage definitions. This document also specifies a mechanism for avoiding conflicts between root keys by deriving them in a manner that guarantees cryptographic separation. Finally, this document also defines one such root key usage: Domain-Specific Root Keys are root keys made available to and used within specific key management domains. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5295"/>
          <seriesInfo name="DOI" value="10.17487/RFC5295"/>
        </reference>
        <reference anchor="RFC5705" target="https://www.rfc-editor.org/info/rfc5705">
          <front>
            <title>Keying Material Exporters for Transport Layer Security (TLS)</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="March" year="2010"/>
            <abstract>
              <t>A number of protocols wish to leverage Transport Layer Security (TLS) to perform key establishment but then use some of the keying material for their own purposes. This document describes a general mechanism for allowing that. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5705"/>
          <seriesInfo name="DOI" value="10.17487/RFC5705"/>
        </reference>
        <reference anchor="RFC5746" target="https://www.rfc-editor.org/info/rfc5746">
          <front>
            <title>Transport Layer Security (TLS) Renegotiation Indication Extension</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="M. Ray" initials="M." surname="Ray"/>
            <author fullname="S. Dispensa" initials="S." surname="Dispensa"/>
            <author fullname="N. Oskov" initials="N." surname="Oskov"/>
            <date month="February" year="2010"/>
            <abstract>
              <t>Secure Socket Layer (SSL) and Transport Layer Security (TLS) renegotiation are vulnerable to an attack in which the attacker forms a TLS connection with the target server, injects content of his choice, and then splices in a new TLS connection from a client. The server treats the client's initial TLS handshake as a renegotiation and thus believes that the initial data transmitted by the attacker is from the same entity as the subsequent client data. This specification defines a TLS extension to cryptographically tie renegotiations to the TLS connections they are being performed over, thus preventing this attack. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5746"/>
          <seriesInfo name="DOI" value="10.17487/RFC5746"/>
        </reference>
        <reference anchor="RFC5929" target="https://www.rfc-editor.org/info/rfc5929">
          <front>
            <title>Channel Bindings for TLS</title>
            <author fullname="J. Altman" initials="J." surname="Altman"/>
            <author fullname="N. Williams" initials="N." surname="Williams"/>
            <author fullname="L. Zhu" initials="L." surname="Zhu"/>
            <date month="July" year="2010"/>
            <abstract>
              <t>This document defines three channel binding types for Transport Layer Security (TLS), tls-unique, tls-server-end-point, and tls-unique-for-telnet, in accordance with RFC 5056 (On Channel Binding).</t>
              <t>Note that based on implementation experience, this document changes the original definition of 'tls-unique' channel binding type in the channel binding type IANA registry. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5929"/>
          <seriesInfo name="DOI" value="10.17487/RFC5929"/>
        </reference>
        <reference anchor="RFC6677" target="https://www.rfc-editor.org/info/rfc6677">
          <front>
            <title>Channel-Binding Support for Extensible Authentication Protocol (EAP) Methods</title>
            <author fullname="S. Hartman" initials="S." role="editor" surname="Hartman"/>
            <author fullname="T. Clancy" initials="T." surname="Clancy"/>
            <author fullname="K. Hoeper" initials="K." surname="Hoeper"/>
            <date month="July" year="2012"/>
            <abstract>
              <t>This document defines how to implement channel bindings for Extensible Authentication Protocol (EAP) methods to address the "lying Network Access Service (NAS)" problem as well as the "lying provider" problem. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6677"/>
          <seriesInfo name="DOI" value="10.17487/RFC6677"/>
        </reference>
        <reference anchor="RFC7030" target="https://www.rfc-editor.org/info/rfc7030">
          <front>
            <title>Enrollment over Secure Transport</title>
            <author fullname="M. Pritikin" initials="M." role="editor" surname="Pritikin"/>
            <author fullname="P. Yee" initials="P." role="editor" surname="Yee"/>
            <author fullname="D. Harkins" initials="D." role="editor" surname="Harkins"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>This document profiles certificate enrollment for clients using Certificate Management over CMS (CMC) messages over a secure transport. This profile, called Enrollment over Secure Transport (EST), describes a simple, yet functional, certificate management protocol targeting Public Key Infrastructure (PKI) clients that need to acquire client certificates and associated Certification Authority (CA) certificates. It also supports client-generated public/private key pairs as well as key pairs generated by the CA.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7030"/>
          <seriesInfo name="DOI" value="10.17487/RFC7030"/>
        </reference>
        <reference anchor="RFC8446" target="https://www.rfc-editor.org/info/rfc8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC9190" target="https://www.rfc-editor.org/info/rfc9190">
          <front>
            <title>EAP-TLS 1.3: Using the Extensible Authentication Protocol with TLS 1.3</title>
            <author fullname="J. Preuß Mattsson" initials="J." surname="Preuß Mattsson"/>
            <author fullname="M. Sethi" initials="M." surname="Sethi"/>
            <date month="February" year="2022"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, provides a standard mechanism for support of multiple authentication methods. This document specifies the use of EAP-TLS with TLS 1.3 while remaining backwards compatible with existing implementations of EAP-TLS. TLS 1.3 provides significantly improved security and privacy, and reduced latency when compared to earlier versions of TLS. EAP-TLS with TLS 1.3 (EAP-TLS 1.3) further improves security and privacy by always providing forward secrecy, never disclosing the peer identity, and by mandating use of revocation checking when compared to EAP-TLS with earlier versions of TLS. This document also provides guidance on authentication, authorization, and resumption for EAP-TLS in general (regardless of the underlying TLS version used). This document updates RFC 5216.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9190"/>
          <seriesInfo name="DOI" value="10.17487/RFC9190"/>
        </reference>
        <reference anchor="RFC9427" target="https://www.rfc-editor.org/info/rfc9427">
          <front>
            <title>TLS-Based Extensible Authentication Protocol (EAP) Types for Use with TLS 1.3</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="June" year="2023"/>
            <abstract>
              <t>The Extensible Authentication Protocol-TLS (EAP-TLS) (RFC 5216) has been updated for TLS 1.3 in RFC 9190. Many other EAP Types also depend on TLS, such as EAP-Flexible Authentication via Secure Tunneling (EAP-FAST) (RFC 4851), EAP-Tunneled TLS (EAP-TTLS) (RFC 5281), the Tunnel Extensible Authentication Protocol (TEAP) (RFC 7170). It is possible that many vendor-specific EAP methods, such as the Protected Extensible Authentication Protocol (PEAP), depend on TLS as well. This document updates those methods in order to use the new key derivation methods available in TLS 1.3. Additional changes necessitated by TLS 1.3 are also discussed.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9427"/>
          <seriesInfo name="DOI" value="10.17487/RFC9427"/>
        </reference>
        <reference anchor="I-D.ietf-lamps-rfc7030-csrattrs" target="https://datatracker.ietf.org/doc/html/draft-ietf-lamps-rfc7030-csrattrs-06">
          <front>
            <title>Clarification of RFC7030 CSR Attributes definition</title>
            <author fullname="Michael Richardson" initials="M." surname="Richardson">
              <organization>Sandelman Software Works</organization>
            </author>
            <author fullname="Owen Friel" initials="O." surname="Friel">
              <organization>Cisco</organization>
            </author>
            <author fullname="David von Oheimb" initials="D." surname="von Oheimb">
              <organization>Siemens</organization>
            </author>
            <author fullname="Dan Harkins" initials="D." surname="Harkins">
              <organization>The Industrial Lounge</organization>
            </author>
            <date day="1" month="August" year="2023"/>
            <abstract>
              <t>   The Enrollment over Secure Transport (EST, RFC7030) is ambiguous in
   its specification of the CSR Attributes Response.  This has resulted
   in implementation challenges and implementor confusion.

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

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-lamps-rfc7030-csrattrs-06"/>
        </reference>
      </references>
      <references>
        <name>Informative References</name>
        <reference anchor="IEEE.802-1X.2013">
          <front>
            <title>Local and Metropolitan Area Networks: Port-Based Network Access Control</title>
            <author initials="" surname="IEEE" fullname="IEEE">
              <organization/>
            </author>
            <date year="2017" month="December"/>
          </front>
        </reference>
        <reference anchor="KAMATH">
          <front>
            <title>Microsoft EAP CHAP Extensions</title>
            <author initials="R. H. and A." surname="Palekar" fullname="Ryan Hurst and Ashwin Palekar">
              <organization/>
            </author>
            <date year="2007" month="June"/>
          </front>
        </reference>
        <reference anchor="MSCHAP" target="https://learn.microsoft.com/en-us/openspecs/windows_protocols/ms-chap/5a860bf5-2aeb-485b-82ee-fac1e8e6b76f">
          <front>
            <title>Master Session Key (MSK) Derivation</title>
            <author initials="M." surname="Corporation" fullname="Microsoft Corporation">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="NIST-SP-800-57">
          <front>
            <title>Recommendation for Key Management</title>
            <author initials="N. I. of S. and" surname="Technology" fullname="National Institute of Standards and Technology">
              <organization/>
            </author>
            <date year="2012" month="July"/>
          </front>
        </reference>
        <reference anchor="PEAP">
          <front>
            <title>[MS-PEAP]: Protected Extensible Authentication Protocol (PEAP)</title>
            <author initials="M." surname="Corporation" fullname="Microsoft Corporation">
              <organization/>
            </author>
            <date year="2014" month="February"/>
          </front>
        </reference>
        <reference anchor="RFC2315" target="https://www.rfc-editor.org/info/rfc2315">
          <front>
            <title>PKCS #7: Cryptographic Message Syntax Version 1.5</title>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski"/>
            <date month="March" year="1998"/>
            <abstract>
              <t>This document describes a general syntax for data that may have cryptography applied to it, such as digital signatures and digital envelopes. This memo provides information for the Internet community. It does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2315"/>
          <seriesInfo name="DOI" value="10.17487/RFC2315"/>
        </reference>
        <reference anchor="RFC3579" target="https://www.rfc-editor.org/info/rfc3579">
          <front>
            <title>RADIUS (Remote Authentication Dial In User Service) Support For Extensible Authentication Protocol (EAP)</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="P. Calhoun" initials="P." surname="Calhoun"/>
            <date month="September" year="2003"/>
            <abstract>
              <t>This document defines Remote Authentication Dial In User Service (RADIUS) support for the Extensible Authentication Protocol (EAP), an authentication framework which supports multiple authentication mechanisms. In the proposed scheme, the Network Access Server (NAS) forwards EAP packets to and from the RADIUS server, encapsulated within EAP-Message attributes. This has the advantage of allowing the NAS to support any EAP authentication method, without the need for method- specific code, which resides on the RADIUS server. While EAP was originally developed for use with PPP, it is now also in use with IEEE 802. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3579"/>
          <seriesInfo name="DOI" value="10.17487/RFC3579"/>
        </reference>
        <reference anchor="RFC3629" target="https://www.rfc-editor.org/info/rfc3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <author fullname="F. Yergeau" initials="F." surname="Yergeau"/>
            <date month="November" year="2003"/>
            <abstract>
              <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems. The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo. UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values. This memo obsoletes and replaces RFC 2279.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="63"/>
          <seriesInfo name="RFC" value="3629"/>
          <seriesInfo name="DOI" value="10.17487/RFC3629"/>
        </reference>
        <reference anchor="RFC3766" target="https://www.rfc-editor.org/info/rfc3766">
          <front>
            <title>Determining Strengths For Public Keys Used For Exchanging Symmetric Keys</title>
            <author fullname="H. Orman" initials="H." surname="Orman"/>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman"/>
            <date month="April" year="2004"/>
            <abstract>
              <t>Implementors of systems that use public key cryptography to exchange symmetric keys need to make the public keys resistant to some predetermined level of attack. That level of attack resistance is the strength of the system, and the symmetric keys that are exchanged must be at least as strong as the system strength requirements. The three quantities, system strength, symmetric key strength, and public key strength, must be consistently matched for any network protocol usage. While it is fairly easy to express the system strength requirements in terms of a symmetric key length and to choose a cipher that has a key length equal to or exceeding that requirement, it is harder to choose a public key that has a cryptographic strength meeting a symmetric key strength requirement. This document explains how to determine the length of an asymmetric key as a function of a symmetric key strength requirement. Some rules of thumb for estimating equivalent resistance to large-scale attacks on various algorithms are given. The document also addresses how changing the sizes of the underlying large integers (moduli, group sizes, exponents, and so on) changes the time to use the algorithms for key exchange. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="86"/>
          <seriesInfo name="RFC" value="3766"/>
          <seriesInfo name="DOI" value="10.17487/RFC3766"/>
        </reference>
        <reference anchor="RFC4017" target="https://www.rfc-editor.org/info/rfc4017">
          <front>
            <title>Extensible Authentication Protocol (EAP) Method Requirements for Wireless LANs</title>
            <author fullname="D. Stanley" initials="D." surname="Stanley"/>
            <author fullname="J. Walker" initials="J." surname="Walker"/>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>The IEEE 802.11i MAC Security Enhancements Amendment makes use of IEEE 802.1X, which in turn relies on the Extensible Authentication Protocol (EAP). This document defines requirements for EAP methods used in IEEE 802.11 wireless LAN deployments. The material in this document has been approved by IEEE 802.11 and is being presented as an IETF RFC for informational purposes. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4017"/>
          <seriesInfo name="DOI" value="10.17487/RFC4017"/>
        </reference>
        <reference anchor="RFC4072" target="https://www.rfc-editor.org/info/rfc4072">
          <front>
            <title>Diameter Extensible Authentication Protocol (EAP) Application</title>
            <author fullname="P. Eronen" initials="P." role="editor" surname="Eronen"/>
            <author fullname="T. Hiller" initials="T." surname="Hiller"/>
            <author fullname="G. Zorn" initials="G." surname="Zorn"/>
            <date month="August" year="2005"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP) provides a standard mechanism for support of various authentication methods. This document defines the Command-Codes and AVPs necessary to carry EAP packets between a Network Access Server (NAS) and a back-end authentication server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4072"/>
          <seriesInfo name="DOI" value="10.17487/RFC4072"/>
        </reference>
        <reference anchor="RFC4086" target="https://www.rfc-editor.org/info/rfc4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <author fullname="J. Schiller" initials="J." surname="Schiller"/>
            <author fullname="S. Crocker" initials="S." surname="Crocker"/>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts. However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities. The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult. This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities. It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </reference>
        <reference anchor="RFC4648" target="https://www.rfc-editor.org/info/rfc4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson"/>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes. It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC4851" target="https://www.rfc-editor.org/info/rfc4851">
          <front>
            <title>The Flexible Authentication via Secure Tunneling Extensible Authentication Protocol Method (EAP-FAST)</title>
            <author fullname="N. Cam-Winget" initials="N." surname="Cam-Winget"/>
            <author fullname="D. McGrew" initials="D." surname="McGrew"/>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <date month="May" year="2007"/>
            <abstract>
              <t>This document defines the Extensible Authentication Protocol (EAP) based Flexible Authentication via Secure Tunneling (EAP-FAST) protocol. EAP-FAST is an EAP method that enables secure communication between a peer and a server by using the Transport Layer Security (TLS) to establish a mutually authenticated tunnel. Within the tunnel, Type-Length-Value (TLV) objects are used to convey authentication related data between the peer and the EAP server. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4851"/>
          <seriesInfo name="DOI" value="10.17487/RFC4851"/>
        </reference>
        <reference anchor="RFC4945" target="https://www.rfc-editor.org/info/rfc4945">
          <front>
            <title>The Internet IP Security PKI Profile of IKEv1/ISAKMP, IKEv2, and PKIX</title>
            <author fullname="B. Korver" initials="B." surname="Korver"/>
            <date month="August" year="2007"/>
            <abstract>
              <t>The Internet Key Exchange (IKE) and Public Key Infrastructure for X.509 (PKIX) certificate profile both provide frameworks that must be profiled for use in a given application. This document provides a profile of IKE and PKIX that defines the requirements for using PKI technology in the context of IKE/IPsec. The document complements protocol specifications such as IKEv1 and IKEv2, which assume the existence of public key certificates and related keying materials, but which do not address PKI issues explicitly. This document addresses those issues. The intended audience is implementers of PKI for IPsec. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4945"/>
          <seriesInfo name="DOI" value="10.17487/RFC4945"/>
        </reference>
        <reference anchor="RFC4962" target="https://www.rfc-editor.org/info/rfc4962">
          <front>
            <title>Guidance for Authentication, Authorization, and Accounting (AAA) Key Management</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <date month="July" year="2007"/>
            <abstract>
              <t>This document provides guidance to designers of Authentication, Authorization, and Accounting (AAA) key management protocols. The guidance is also useful to designers of systems and solutions that include AAA key management protocols. Given the complexity and difficulty in designing secure, long-lasting key management algorithms and protocols by experts in the field, it is almost certainly inappropriate for IETF working groups without deep expertise in the area to be designing their own key management algorithms and protocols based on Authentication, Authorization, and Accounting (AAA) protocols. The guidelines in this document apply to documents requesting publication as IETF RFCs. Further, these guidelines will be useful to other standards development organizations (SDOs) that specify AAA key management. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="132"/>
          <seriesInfo name="RFC" value="4962"/>
          <seriesInfo name="DOI" value="10.17487/RFC4962"/>
        </reference>
        <reference anchor="RFC5226" target="https://www.rfc-editor.org/info/rfc5226">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="T. Narten" initials="T." surname="Narten"/>
            <author fullname="H. Alvestrand" initials="H." surname="Alvestrand"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>Many protocols make use of identifiers consisting of constants and other well-known values. Even after a protocol has been defined and deployment has begun, new values may need to be assigned (e.g., for a new option type in DHCP, or a new encryption or authentication transform for IPsec). To ensure that such quantities have consistent values and interpretations across all implementations, their assignment must be administered by a central authority. For IETF protocols, that role is provided by the Internet Assigned Numbers Authority (IANA).</t>
              <t>In order for IANA to manage a given namespace prudently, it needs guidelines describing the conditions under which new values can be assigned or when modifications to existing values can be made. If IANA is expected to play a role in the management of a namespace, IANA must be given clear and concise instructions describing that role. This document discusses issues that should be considered in formulating a policy for assigning values to a namespace and provides guidelines for authors on the specific text that must be included in documents that place demands on IANA.</t>
              <t>This document obsoletes RFC 2434. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5226"/>
          <seriesInfo name="DOI" value="10.17487/RFC5226"/>
        </reference>
        <reference anchor="RFC5247" target="https://www.rfc-editor.org/info/rfc5247">
          <front>
            <title>Extensible Authentication Protocol (EAP) Key Management Framework</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="D. Simon" initials="D." surname="Simon"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, enables extensible network access authentication. This document specifies the EAP key hierarchy and provides a framework for the transport and usage of keying material and parameters generated by EAP authentication algorithms, known as "methods". It also provides a detailed system-level security analysis, describing the conditions under which the key management guidelines described in RFC 4962 can be satisfied. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5247"/>
          <seriesInfo name="DOI" value="10.17487/RFC5247"/>
        </reference>
        <reference anchor="RFC5272" target="https://www.rfc-editor.org/info/rfc5272">
          <front>
            <title>Certificate Management over CMS (CMC)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad"/>
            <author fullname="M. Myers" initials="M." surname="Myers"/>
            <date month="June" year="2008"/>
            <abstract>
              <t>This document defines the base syntax for CMC, a Certificate Management protocol using the Cryptographic Message Syntax (CMS). This protocol addresses two immediate needs within the Internet Public Key Infrastructure (PKI) community:</t>
              <t>1. The need for an interface to public key certification products and services based on CMS and PKCS #10 (Public Key Cryptography Standard), and</t>
              <t>2. The need for a PKI enrollment protocol for encryption only keys due to algorithm or hardware design.</t>
              <t>CMC also requires the use of the transport document and the requirements usage document along with this document for a full definition. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5272"/>
          <seriesInfo name="DOI" value="10.17487/RFC5272"/>
        </reference>
        <reference anchor="RFC5280" target="https://www.rfc-editor.org/info/rfc5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC5281" target="https://www.rfc-editor.org/info/rfc5281">
          <front>
            <title>Extensible Authentication Protocol Tunneled Transport Layer Security Authenticated Protocol Version 0 (EAP-TTLSv0)</title>
            <author fullname="P. Funk" initials="P." surname="Funk"/>
            <author fullname="S. Blake-Wilson" initials="S." surname="Blake-Wilson"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>EAP-TTLS is an EAP (Extensible Authentication Protocol) method that encapsulates a TLS (Transport Layer Security) session, consisting of a handshake phase and a data phase. During the handshake phase, the server is authenticated to the client (or client and server are mutually authenticated) using standard TLS procedures, and keying material is generated in order to create a cryptographically secure tunnel for information exchange in the subsequent data phase. During the data phase, the client is authenticated to the server (or client and server are mutually authenticated) using an arbitrary authentication mechanism encapsulated within the secure tunnel. The encapsulated authentication mechanism may itself be EAP, or it may be another authentication protocol such as PAP, CHAP, MS-CHAP, or MS-CHAP-V2. Thus, EAP-TTLS allows legacy password-based authentication protocols to be used against existing authentication databases, while protecting the security of these legacy protocols against eavesdropping, man-in-the-middle, and other attacks. The data phase may also be used for additional, arbitrary data exchange. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5281"/>
          <seriesInfo name="DOI" value="10.17487/RFC5281"/>
        </reference>
        <reference anchor="RFC5421" target="https://www.rfc-editor.org/info/rfc5421">
          <front>
            <title>Basic Password Exchange within the Flexible Authentication via Secure Tunneling Extensible Authentication Protocol (EAP-FAST)</title>
            <author fullname="N. Cam-Winget" initials="N." surname="Cam-Winget"/>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>The Flexible Authentication via Secure Tunneling Extensible Authentication Protocol (EAP-FAST) method enables secure communication between a peer and a server by using Transport Layer Security (TLS) to establish a mutually authenticated tunnel. Within this tunnel, a basic password exchange, based on the Generic Token Card method (EAP-GTC), may be executed to authenticate the peer. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5421"/>
          <seriesInfo name="DOI" value="10.17487/RFC5421"/>
        </reference>
        <reference anchor="RFC5422" target="https://www.rfc-editor.org/info/rfc5422">
          <front>
            <title>Dynamic Provisioning Using Flexible Authentication via Secure Tunneling Extensible Authentication Protocol (EAP-FAST)</title>
            <author fullname="N. Cam-Winget" initials="N." surname="Cam-Winget"/>
            <author fullname="D. McGrew" initials="D." surname="McGrew"/>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <date month="March" year="2009"/>
            <abstract>
              <t>The Flexible Authentication via Secure Tunneling Extensible Authentication Protocol (EAP-FAST) method enables secure communication between a peer and a server by using Transport Layer Security (TLS) to establish a mutually authenticated tunnel. EAP- FAST also enables the provisioning credentials or other information through this protected tunnel. This document describes the use of EAP-FAST for dynamic provisioning. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5422"/>
          <seriesInfo name="DOI" value="10.17487/RFC5422"/>
        </reference>
        <reference anchor="RFC5652" target="https://www.rfc-editor.org/info/rfc5652">
          <front>
            <title>Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="September" year="2009"/>
            <abstract>
              <t>This document describes the Cryptographic Message Syntax (CMS). This syntax is used to digitally sign, digest, authenticate, or encrypt arbitrary message content. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="70"/>
          <seriesInfo name="RFC" value="5652"/>
          <seriesInfo name="DOI" value="10.17487/RFC5652"/>
        </reference>
        <reference anchor="RFC5931" target="https://www.rfc-editor.org/info/rfc5931">
          <front>
            <title>Extensible Authentication Protocol (EAP) Authentication Using Only a Password</title>
            <author fullname="D. Harkins" initials="D." surname="Harkins"/>
            <author fullname="G. Zorn" initials="G." surname="Zorn"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>This memo describes an Extensible Authentication Protocol (EAP) method, EAP-pwd, which uses a shared password for authentication. The password may be a low-entropy one and may be drawn from some set of possible passwords, like a dictionary, which is available to an attacker. The underlying key exchange is resistant to active attack, passive attack, and dictionary attack. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5931"/>
          <seriesInfo name="DOI" value="10.17487/RFC5931"/>
        </reference>
        <reference anchor="RFC6066" target="https://www.rfc-editor.org/info/rfc6066">
          <front>
            <title>Transport Layer Security (TLS) Extensions: Extension Definitions</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <date month="January" year="2011"/>
            <abstract>
              <t>This document provides specifications for existing TLS extensions. It is a companion document for RFC 5246, "The Transport Layer Security (TLS) Protocol Version 1.2". The extensions specified are server_name, max_fragment_length, client_certificate_url, trusted_ca_keys, truncated_hmac, and status_request. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6066"/>
          <seriesInfo name="DOI" value="10.17487/RFC6066"/>
        </reference>
        <reference anchor="RFC6124" target="https://www.rfc-editor.org/info/rfc6124">
          <front>
            <title>An EAP Authentication Method Based on the Encrypted Key Exchange (EKE) Protocol</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="G. Zorn" initials="G." surname="Zorn"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="S. Fluhrer" initials="S." surname="Fluhrer"/>
            <date month="February" year="2011"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP) describes a framework that allows the use of multiple authentication mechanisms. This document defines an authentication mechanism for EAP called EAP-EKE, based on the Encrypted Key Exchange (EKE) protocol. This method provides mutual authentication through the use of a short, easy to remember password. Compared with other common authentication methods, EAP-EKE is not susceptible to dictionary attacks. Neither does it require the availability of public-key certificates. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6124"/>
          <seriesInfo name="DOI" value="10.17487/RFC6124"/>
        </reference>
        <reference anchor="RFC6678" target="https://www.rfc-editor.org/info/rfc6678">
          <front>
            <title>Requirements for a Tunnel-Based Extensible Authentication Protocol (EAP) Method</title>
            <author fullname="K. Hoeper" initials="K." surname="Hoeper"/>
            <author fullname="S. Hanna" initials="S." surname="Hanna"/>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <author fullname="J. Salowey" initials="J." role="editor" surname="Salowey"/>
            <date month="July" year="2012"/>
            <abstract>
              <t>This memo defines the requirements for a tunnel-based Extensible Authentication Protocol (EAP) Method. This tunnel method will use Transport Layer Security (TLS) to establish a secure tunnel. The tunnel will provide support for password authentication, EAP authentication, and the transport of additional data for other purposes. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6678"/>
          <seriesInfo name="DOI" value="10.17487/RFC6678"/>
        </reference>
        <reference anchor="RFC6960" target="https://www.rfc-editor.org/info/rfc6960">
          <front>
            <title>X.509 Internet Public Key Infrastructure Online Certificate Status Protocol - OCSP</title>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="M. Myers" initials="M." surname="Myers"/>
            <author fullname="R. Ankney" initials="R." surname="Ankney"/>
            <author fullname="A. Malpani" initials="A." surname="Malpani"/>
            <author fullname="S. Galperin" initials="S." surname="Galperin"/>
            <author fullname="C. Adams" initials="C." surname="Adams"/>
            <date month="June" year="2013"/>
            <abstract>
              <t>This document specifies a protocol useful in determining the current status of a digital certificate without requiring Certificate Revocation Lists (CRLs). Additional mechanisms addressing PKIX operational requirements are specified in separate documents. This document obsoletes RFCs 2560 and 6277. It also updates RFC 5912.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6960"/>
          <seriesInfo name="DOI" value="10.17487/RFC6960"/>
        </reference>
        <reference anchor="RFC6961" target="https://www.rfc-editor.org/info/rfc6961">
          <front>
            <title>The Transport Layer Security (TLS) Multiple Certificate Status Request Extension</title>
            <author fullname="Y. Pettersen" initials="Y." surname="Pettersen"/>
            <date month="June" year="2013"/>
            <abstract>
              <t>This document defines the Transport Layer Security (TLS) Certificate Status Version 2 Extension to allow clients to specify and support several certificate status methods. (The use of the Certificate Status extension is commonly referred to as "OCSP stapling".) Also defined is a new method based on the Online Certificate Status Protocol (OCSP) that servers can use to provide status information about not only the server's own certificate but also the status of intermediate certificates in the chain.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6961"/>
          <seriesInfo name="DOI" value="10.17487/RFC6961"/>
        </reference>
        <reference anchor="RFC7029" target="https://www.rfc-editor.org/info/rfc7029">
          <front>
            <title>Extensible Authentication Protocol (EAP) Mutual Cryptographic Binding</title>
            <author fullname="S. Hartman" initials="S." surname="Hartman"/>
            <author fullname="M. Wasserman" initials="M." surname="Wasserman"/>
            <author fullname="D. Zhang" initials="D." surname="Zhang"/>
            <date month="October" year="2013"/>
            <abstract>
              <t>As the Extensible Authentication Protocol (EAP) evolves, EAP peers rely increasingly on information received from the EAP server. EAP extensions such as channel binding or network posture information are often carried in tunnel methods; peers are likely to rely on this information. Cryptographic binding is a facility described in RFC 3748 that protects tunnel methods against man-in-the-middle attacks. However, cryptographic binding focuses on protecting the server rather than the peer. This memo explores attacks possible when the peer is not protected from man-in-the-middle attacks and recommends cryptographic binding based on an Extended Master Session Key, a new form of cryptographic binding that protects both peer and server along with other mitigations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7029"/>
          <seriesInfo name="DOI" value="10.17487/RFC7029"/>
        </reference>
        <reference anchor="RFC7170" target="https://www.rfc-editor.org/info/rfc7170">
          <front>
            <title>Tunnel Extensible Authentication Protocol (TEAP) Version 1</title>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <author fullname="N. Cam-Winget" initials="N." surname="Cam-Winget"/>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="S. Hanna" initials="S." surname="Hanna"/>
            <date month="May" year="2014"/>
            <abstract>
              <t>This document defines the Tunnel Extensible Authentication Protocol (TEAP) version 1. TEAP is a tunnel-based EAP method that enables secure communication between a peer and a server by using the Transport Layer Security (TLS) protocol to establish a mutually authenticated tunnel. Within the tunnel, TLV objects are used to convey authentication-related data between the EAP peer and the EAP server.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7170"/>
          <seriesInfo name="DOI" value="10.17487/RFC7170"/>
        </reference>
        <reference anchor="RFC7542" target="https://www.rfc-editor.org/info/rfc7542">
          <front>
            <title>The Network Access Identifier</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="May" year="2015"/>
            <abstract>
              <t>In order to provide inter-domain authentication services, it is necessary to have a standardized method that domains can use to identify each other's users. This document defines the syntax for the Network Access Identifier (NAI), the user identifier submitted by the client prior to accessing resources. This document is a revised version of RFC 4282. It addresses issues with international character sets and makes a number of other corrections to RFC 4282.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7542"/>
          <seriesInfo name="DOI" value="10.17487/RFC7542"/>
        </reference>
        <reference anchor="X.690">
          <front>
            <title>SN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)</title>
            <author initials="" surname="ITU-T" fullname="ITU-T">
              <organization/>
            </author>
            <date year="2008" month="November"/>
          </front>
        </reference>
        <reference anchor="RFC6238" target="https://www.rfc-editor.org/info/rfc6238">
          <front>
            <title>TOTP: Time-Based One-Time Password Algorithm</title>
            <author fullname="D. M'Raihi" initials="D." surname="M'Raihi"/>
            <author fullname="S. Machani" initials="S." surname="Machani"/>
            <author fullname="M. Pei" initials="M." surname="Pei"/>
            <author fullname="J. Rydell" initials="J." surname="Rydell"/>
            <date month="May" year="2011"/>
            <abstract>
              <t>This document describes an extension of the One-Time Password (OTP) algorithm, namely the HMAC-based One-Time Password (HOTP) algorithm, as defined in RFC 4226, to support the time-based moving factor. The HOTP algorithm specifies an event-based OTP algorithm, where the moving factor is an event counter. The present work bases the moving factor on a time value. A time-based variant of the OTP algorithm provides short-lived OTP values, which are desirable for enhanced security.</t>
              <t>The proposed algorithm can be used across a wide range of network applications, from remote Virtual Private Network (VPN) access and Wi-Fi network logon to transaction-oriented Web applications. The authors believe that a common and shared algorithm will facilitate adoption of two-factor authentication on the Internet by enabling interoperability across commercial and open-source implementations. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6238"/>
          <seriesInfo name="DOI" value="10.17487/RFC6238"/>
        </reference>
        <reference anchor="RFC8146" target="https://www.rfc-editor.org/info/rfc8146">
          <front>
            <title>Adding Support for Salted Password Databases to EAP-pwd</title>
            <author fullname="D. Harkins" initials="D." surname="Harkins"/>
            <date month="April" year="2017"/>
            <abstract>
              <t>EAP-pwd is an Extensible Authentication Protocol (EAP) method that utilizes a shared password for authentication using a technique that is resistant to dictionary attacks. It includes support for raw keys and double hashing of a password in the style of Microsoft Challenge Handshake Authentication Protocol version 2 (MSCHAPv2), but it does not include support for salted passwords. There are many existing databases of salted passwords, and it is desirable to allow their use with EAP-pwd.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8146"/>
          <seriesInfo name="DOI" value="10.17487/RFC8146"/>
        </reference>
        <reference anchor="RFC7299" target="https://www.rfc-editor.org/info/rfc7299">
          <front>
            <title>Object Identifier Registry for the PKIX Working Group</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <date month="July" year="2014"/>
            <abstract>
              <t>When the Public-Key Infrastructure using X.509 (PKIX) Working Group was chartered, an object identifier arc was allocated by IANA for use by that working group. This document describes the object identifiers that were assigned in that arc, returns control of that arc to IANA, and establishes IANA allocation policies for any future assignments within that arc.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7299"/>
          <seriesInfo name="DOI" value="10.17487/RFC7299"/>
        </reference>
        <reference anchor="RFC4334" target="https://www.rfc-editor.org/info/rfc4334">
          <front>
            <title>Certificate Extensions and Attributes Supporting Authentication in Point-to-Point Protocol (PPP) and Wireless Local Area Networks (WLAN)</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="T. Moore" initials="T." surname="Moore"/>
            <date month="February" year="2006"/>
            <abstract>
              <t>This document defines two Extensible Authentication Protocol (EAP) extended key usage values and a public key certificate extension to carry Wireless LAN (WLAN) System Service identifiers (SSIDs). This document obsoletes RFC 3770. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4334"/>
          <seriesInfo name="DOI" value="10.17487/RFC4334"/>
        </reference>
      </references>
    </references>
    <section anchor="contributors" numbered="false" toc="include" removeInRFC="false">
      <name>Contributors</name>
      <contact initials="H." surname="Zhou" fullname="Han Zhou">
        <organization/>
        <address>
      </address>
      </contact>
      <contact initials="J." surname="Salowey" fullname="Joseph Salowey">
        <organization/>
        <address>
          <email>joe@salowey.net</email>
        </address>
      </contact>
      <contact initials="N." surname="Cam-Winget" fullname="Nancy Cam-Winget">
        <organization/>
        <address>
          <email>ncamwing@cisco.com</email>
        </address>
      </contact>
      <contact initials="S." surname="Hanna" fullname="Steve Hanna">
        <organization/>
        <address>
          <email>steve.hanna@infineon.com</email>
        </address>
      </contact>
    </section>
  </back>
  <!-- ##markdown-source:
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
rX2+MdcMc8gXH3OyiG9uRlI6tw+KKTfZUiIQV38DeJldiUoTuNztkmJerqQG
2aH9zQUZOvrevz3TunaqHb4vuYwBP91yiSy6wnCy/3Od02HS/VR7vaW747QU
69KA4pgrt7L08ONFjv2R3441bHV6+ty9NT3Y+lZyw+XY4AO/y7a+1q81w5vh
ANG21jcbKT1HGQbSakgqXm1uiW3QvhJKHMDeYDByZfzjBiYanTNUc4CUWeKn
9oSa1AyWDqmgBosU6IzAuBwUmzMhZ7G5EJ+dAolmj5u6b6q59Ikf49eu4VgI
75QL1VjKI8aj5FcolUt1EURTXxRa2sCGjbQTA5wZegpvnG/TI9j1i8psWpug
a2NPpIXPRI+KQLHVX3k145tyQUOCLV5WdBHxH+LsbCOcRMY5difxaid3Ujh5
nGxTeHFf2SIrk3Qi3moVE7u99p19NLHrXLYRRFzdtAjwlnuIu8iJJwnW7YaX
CWGMig87ieRvpC0/jUqMvTb2G4/v7lTl1fE3Gx7+3fA3LnZ85yn0iprevZ8+
qbvzi72SPHceqZOvNrxkv8ffRgS9u7+cyo53ZzkbZLxgT3xuqptyIjcMIQ7d
PpPEpzv3KJ7Cz66NfTYWaXfnBRoJgYgj/cxlGJgkhMkCH3vxNGGhO55uj5Ti
a3djEVKKFxgAYo9y6eMF+l7HPbuBDPsc95FX7bLseu4JpmRtTYzQ15ESv0HQ
eABiA8gssjQG8iRfzAi3F21OiiwrX05n7kvQmtGa3YfuwVjaBI1WnOhr9T68
aYs1rBQ8WC/DV+uKFZ+dN2+/2mV1E7GQFlcoUl0vWwf+qnItldVa3LK2dRYk
pAPNaKUoC1RD1VrgqkyKUILMy2m3YVauQCPCusKFjLRveENPTlJknTI6JeSW
JGSvLbv2JE5BYkJcweA4ZAyM6QOH5RVryBzKUKbBOUnfzHBh5cJg4dRWyVYP
nFbPOMCM++AphsFmz20Dcc9hS6dxS3Gj0eOVcfH2ia3iMm87ivKcNWxKcIiq
vTgReHwP4xk1/AaVyCVHhagiGeMSB+0ygAo36wOFAueV7Eu5aikuv8zfF9Rm
9Jee4SQp2AQtohiK9eIjGTyapBw2N/doH8NaaZ2x+qwoiDTud7Ay79pi3DSZ
DZ/6J+x7qn3thGz0596LP715/fb8xdunWVfkK1skvFnYzL3JJHuwv6tkqGZL
/cdOrPetxcKwh0ODXqRozfnY8Ht5PWOB9iLYBe+PxlUhD1VCFQjfCy+7Myiz
Xu6SnCUJEdbtpljQv5aPzF5NpI10pdmYZEsgVuig5XHO8EMK+pe9ZOFRSwXj
RaCp/f/tfVl3G8eS5nv+ijrsB5M9AC2Aq9RtnaEoqsWxKeuIsu/1sXXUJaJI
QgIBDBZRvO07v30y1oysysJGWqJ9RT+YYlVWbpGRsX6RJ7a2vb3Lhc1jjG5F
fqqehaisgiIw+SH8s2ZpdSDBzm4FZbtfKNfK3/3S6ork/RnjWz8+Ofx+QzC8
HYIC3/DST4oLm0AZgLBngTyXkLpZXqcwJRoRe6FO6GCe8ubgYE5Ov0e27Y6k
YnvqrSN8rZxJvrW3vY95XJr6j6QC89MbclTInQNrOhepWixBqNn5cQx5JpDa
ay82VhPj+U041MzJPgOpNXA8v/36/o0NjIw3nS5d9HsYwnVR+WpsFwZdfCrO
ptLx+8lluZ7G68RRQiw5ifkgNe2EPM5mscdAIKffjzdg4Kd+4K03m5v0W/9N
gyCZMeSf8a4jnO9WJumzfUmljy6upPXN2dJhODbgXHI8s3U/60s8+HCJKEqO
ZPxsEOPP6cLw769BZCLY+tdwAk4OTMT80VAniNLxHNiYPRZWSL7iGeTpiDzN
DQT9Gt9zZR8JxDHFYB6GxMQpqo+93A+VT/w4W4MjD6zSr9D/hji/zcHoYk0j
Qhynjvk3d7dDULM6R5Dha5CnlhkN7N+Fa1s0U5gLEO932TM8FIriSLV0Tpte
fFinu7ZRNz65uAAXI/vtd/P/cC89ZhTPtd9+X/MLAz54zAyHmMB+YCzMlqBX
6+pDqJJfmUe/AZsJQILYoeFCNvBC3PCTefn2t//0nPPycfwCjApf2VTAkiBH
6NZxGXrdz/ffyAFUgzT8mb6ISJbphRGgDmNfPjg9PD5mkBSOcoJSUPilmo+s
C3LE/53ConlCZCaDgeQWCwRDqn777cFa1p9Czc+i1/UaAJRzgh0h8bndJMzX
aZ+TSh7TveDfEupK1cGmT+imBvEN2/PWPNx5o6WDy8dOmYBEGcw6fv4T1fuh
fACRPEonD3fvvCJosIzwONpe1IAEjjC3lN89p8KqWW/Qv6Dw6749GCOsldjh
HMDcZHSGl5CbAZuyn1NMma02oKdxrASvWF+YbSqtUWO5/IhpHfzrZjaYUkDh
ekHMXi82LzbJGvsOPYEBgyz6POyhhECM6P1+ifNrBQboXw5qrMih/vlYY/eM
OquxbnZ0GxTWNyHMTDDO0S30/g0Nh726wu0L0Kc3i80G7t13MZ8C2hxD2FAA
CaKgxVwownxm4NU9P9uhBrFd5f1mt9/0g25edTsAGKLIw1FwDl4qKJ3827gA
Noul14et5rD9T0r4ICYyQr8WGASyV0eHP56cHL14evSUNa4srohOKhrYDcsS
Hm8uQJIS+Y4LbcUpFJIwKhze84L3U+MdlYLO0U5Sj3gc5T6GLbMnI4g9Mi2H
yQ7RbGCRX0uO2Ji5RBlqc4rxpF5wi+er84ReuagkRXUGt2DcojNAB23ccJNM
DBowJ7LyGa6OxInGMXPxAJFK0A/gL50G62yk+CQi67KP3Rxpe75jXogboVwk
xpGVTu6OszioFGjeZ6KjAEaUKiYEEWoq1+CY9BBf5+T/8MugYQXEaKoFoUtl
ewgG20SzQagpStdUND4f5qGUJ3PqI6JEG4p75fVuzK28yj91r6ZX7rxXfJLi
Y37j0JHgB9YPwN54KnGmEtMmjgc1oDi0aWTDXn4GBoofxQnbDxXwUiDsMKVH
XCher/Jy9Ku5RPiDBKDLxifRpBj5NqTO1F0swrxthyGsUxgldfXNmELRbgDe
phh61uUbNEGj4P5mDe56EAMQU+imwGWgB+gxuZWwhSn8c6QcBGSdAWdB21d1
mjAMfBmxyH03dDYnlOPRVzx8U4B99gJwhkhlAVQaQOr3X7DkMcHiP81wjyWX
huVv5IHwJ77daT2hSSAdLVhzS+JhNS5sW7wl1yCW4jrZXF7pWxLoY0IjqxwD
/Por1p8LQL6v7UNiv5PrXh0s1VFafrAEnDWmFDMU5epK60guY1ReZ4FjwTdc
zdBoYFRIrXYduxM2Jxf4TxMYH0F4PzbHGM/CfJJl2WrW4HCXOphsV3eoS3Rb
nQGc2EmJyfiPYuR3sAU09LqkjDHKAxhHROK/ZEe5+BTTk5OpgZxbPrA4y/mT
ZAoC5WYuDSUpKKW7kxkQb4dzcpmGaDGmf+tzAdnSGbsOW3+MO8IzhNMmGpQQ
WyhhtKXHvz4ADbls14HnIIC8989awLb6zZZfKbXjYkvUrdVNn+0+SOjX3Mn7
ZutNI7YCr1k7zjiy9I3XSu+yKr+hf5XPwgio923bOz/U1w9P+N0eVCpop14l
XZ40eaOmo9/G/xoMMFS8yzhnPLtRe6eXfYA8xpeA92ZNr5mBEH3vd/sckfwA
tDmyS80ySuE1x6YiwSJ1tBC/wS52Q3lDTT4iZcbY/xqC+SII9og7NRj0pcoD
xhqFWEQItw+JwtTaxMRFtju8Ub0WBRQOeHq5/8QZC4gRmimpC0UX71qWzvHI
QsgaAxx6sVHdQxwv6T/4AcUFSEoHzxZKX8ZozdsJmlYDRQGUsB29PBY/mO9I
zJZ027McHt5SuYKjBK8LhwlLKG9zZkmkoPv3zcECan1LFBvOmfmDp0b5F1Gd
pkWhLpLq4CjRw1Gli6O4j6OoE8iPl4oK1Yv6f2rKLbCvM1btcINUYSl5Jbyu
MR2hcpYoglNRSKUUDtWN4YxgpnqXdrZwHUPbp6VR0HBwo4yToYX7HXkjrHcH
hM2DGW6CqtmigaYMKWnzLWmXHANaHjQY1d+hrQ8vg8hEjJtrxtWKdeUgtUdG
I7+5UlHD/2oPvroMEqJYYFM1kmK1AkeluOoGxx+6y6I3DGo2YKGOci2Bo9pW
FBzrb0lIj6Qo5V4PluVq2pfcSnELQVGfUHzRsC4duJlUAxW7qGrJebfXk6VG
I5UkXNu1sHVI6q5HadCEBvaei64P/3AdrxdwMTz56dmzo1fZRnSZ9OUaCcmH
ZGIFP40FqiLHCK5PYKoNqVOiE5W4gTg8ANg2GcXgt9ZmO6AW4wVEGWyORwgq
koRIIN0bczWt/JjhvjVSWLVZhzoyhYDDwlI2VoqeFD2AdkML7dpKUC5RfIbK
DoPJbgoWgPamQkxhULjNNeZ8Ik/XNzpQ3CQbL9hwxOHFs0YVyCRmHkJQ+lIv
DC1uW3u+161NrAMDXzQxi2qOrfai4zI5AZjTS2m+53HeRDqwkiBiJYHAmXhg
WyHUjIeOEo2Iv8L2crRMURcaJ8kCpJ/d9sqzU5MLu7cjcLIlZulCjsmqs3QT
yluuneWtTc8VwzPPsU92+qT1N8wAvsBX+yhYusTCz1bgB3RsZxt//d0N4084
mP9LDZqMKF12aQNnZs18lhdb/RSu3ovtj6PnmjEuXXpJJUmPtBrHVurSu9EN
DKQlxlnKl7BxAC4RB8AXoKg4V1OAM+ndqNxkaRVYHxlYCI4gUW2qNtxhA75E
V7jRZumwuJLJe/79zqPWqA8nvJCY4sgSkjmO4ANdX+uvTS43Su66UlYjyb/9
NziMy67/0ujs8kbMu84miojcTHceXHkwhFil265X6fqRQreWIkrfjYS5raHu
dkREvlIH6kib3xPevq/r/K32WgSpSGY/0+eadLmqx9Vc92t1TuDNkk9WNDe/
V7Gg4BKCghKFKnwSlTGbdpncxJ8rggT6al3kq828vijly4NLVq2r5MVHgK5s
/QH7BSn+BeLUOBxTKTbyxr82pprJzZBFeTRvRih96nOx5nwqZ+1MkAW7JieX
3VGHrn4eZWz9MHANWPUceYAAGFmJclzQC+Wv4mm0aTjjs8GwcJI31BmcTa/I
R0H3TC07HBPcBToZI6lNv8yhSljuHqEY534nkhyx4mqR/GYjuolwF6reVIUM
q43zkWQya2+oWo0oOZ5xCDqCNcDG8JIOqUoOObEMF2w4rwT7jxBGiHHFzFH9
w8lA5d8pYgWI6eR/1T7gH+phwACTQDvkOTPH02KuINWivGhpJ2BWJsRgU1iP
NuDMajAqLpgIFjwo+YfCINKdvlUNH8YEsTEgVlx3we860Qau3EDeh3Dn44MX
B1DfBEiEZAZMkUFZhHQKzY1RlC4+mngZ9z3jOhgzvucLZFJjp0lg/lr2398A
DON81CFcvIsuWKHkrLFhY1RQTJs59U6gyjCbBkokjKh7vFGfHL7M2rvCttsU
yXhE9UcRhWAiLuwGzRG9bITvRv1Mhx0FbX+N54Ki9siVWI4PFti0dRjaRvZS
seXWZErgPHQUxYUffQX2vMLUjGWBlRBcAhL8XmvvAYXY/vbr6+fHp82nPx7+
dHL04vUbE64sOd5+c+bOZiQdq562Fn/DDDlouRIhhZiRjacoCmGkVUMn4h40
furnvNkN12rYZD9MHCpNwLUbldzdyjtbDZN5VH643WAM+sqTnQam3iSf7TZK
eTbJt/YaiSyFylv7jWpScuWlh41SOnLljdaDRk0WdPXVVuOlV3vh0frTo5ev
jg4PXh893cCoIyAW/0a7kYCkrnxnqzEj/bn6+nbN61QcrPr+TiPgAFef7jYM
7GP18V6jBg21+up+o5r5UX3rYaOSqlIlxwfN1u7W/lZExmSXWYBHoMROG5Ot
k5zUam3An5wOjqwRh4MOnDKEB5rRjM8EJLNxCz6X3YDOjXk2fDSRLevRvUaN
ZQghwZz1Up6u2nhxDHpcZBQ7G/w37HzhJZjznYgfgsBVinuAZHNNQp7FbFoP
tjz7sK6PCJyhsrlhtj+cakZD9gNIuYtNrtosnssM3g5iBc5lfvpCwrDIqwCK
yY/f+xUAIyiqNWY15ny28aLxS92KAK7SFG/jyj2PCT6o+NIFLp5JL8ai0+Ma
MJUgjA/ZlpSmhxWAP0y9rjsBxG5aWHhGnhzA8B13RgPEuaPQaQBcw6xYRCzC
z0VRQBQdJOIdeAay4eXNGPQCdMKOFcsvfGF61XDxCBUgLe/fgECG1u8hln+y
aUP5mOQjZ9PGBgyBkeXdUYM+BPQK8UeQ+MI+CRQQp+OGjs6NZXXBgcbFVKgO
GLvG9IWP0x7ItxgwJAbw83zksAaWAvlPLrEkFlRx6AWgJBLA+UMFHDwVoVBY
irVZ2FebVIDn4gStIWXJBkZ4rKkSL9U9g2J7TgndnAqmkqBNGw9pFsa18+7G
qfeFAhNx7KrUnFPNigmDTU0kzshpeL8WB++fdxkxGvqo7THM33lOCGcZ4WZl
xOp90DX0pxr1VUgtPwfzNbJQSKHzCm1vcMPDnowGzLQGwxsACkbiszlZPFKb
boJ2JTiaxnoVazpq12dEGhV6pTwZgs5Qxpit4ZXyfVQkgU26Kbwoy2Y+dr/w
tz1rGQ4QW0xMcrgy7Ou1+xBeZQqiv74IWIpIJRRaXCigl9FnmWxYjgdZjo26
mrEznl5cUCkVLx6DQoHxjjOtiGh2nvZ59ynNqeGoxsdlg8Eq3733zxDTbDgY
nBMfYieSbUoGaUzcMBCR8VAVmcMP7z336BcPsRbUV+mn8q7baXbYduFPTpED
Y8OgTFs3jjuQPBAQHE+e7rh18kegLqlk63lY8zq/qRhw+ybCnBPzcse2nSfi
UqkEQV4GHivwm4L4Bnoehr6Q/ZzDGJEirkhX0dUBOyFPkqcYANKOLfFYyE1P
hxi2L6sl4NQcwKnbQQZap4bbqFCLzeCKkcpPdRaSYJaPXR2+Tlg6TBigtRpM
GJY+il5oQO4w5eApjDutGBxd9M4r0Kg/Cv1M7zMurAWFWLtogDYZsnFABwEH
ETA4RPFe5kO0fPu76RyUkryf9/xVM9aYawwI6F6hyUrrwBYQ+FxK1Q3T41Dc
gL4v8mUfYK6jYjj+DNOfvGL3j0KIh87/qcaBY8lb40YXD7pgfSdixgEI3DZX
6558R80UKXc8TNzLws4EZWNyuMB4aLNWVsnRLAKsFqY+5K7TPT8naUVQVC8p
zzjd9xlGZvkroDP1olj5GifgUgEGhJKngPFUaDGCgsNsLrtDNDiaW0tudkVl
f1dMrgt2FYFpi6HGgcQHV4mupbKD+/fsh8GYqjMIalToxz/98fwcSiFnnS7+
BcAr+SxCUwiiAZASin4rQFQ6Q0ryD2EDc6CVmN+tlx0mjD0PhYw30L4LUe3E
Oc8QbJeExzy1LMUn5A5m9i5FXbwagXkCL/RfvxpOEVdd218P3AAOD+tRtmIB
4kX2b4wsq5COnRzzX7p9B+wv70WiSVhXjsLUkzQw8G8g/HJ8g6vfy+OQhTkG
5BrJ3vA79ukGAKMxF9KJ2d3fwgDJU5BAMylxOoa7QhhJri4GgoTXGkAw8B/+
tlPIr16wnhRwoYBjtIFnIfMHA4LZGxq4ISlLngjc8Usv5DQyTBcYQAz0VRcy
H63gZbGq+Qslqc0pmfvPmtMfnTG7WjJKCSgPhYho8cSMD86YJEsxfgLSIHnt
HVeQggGV0nkovJPDwSIGDeZZZCP+brzOR5Nq6r2l/U2x+sb5YHhJq7lXLbzo
e0F5H9yVflIXEj4Yw0QkTMiexkw/RzzKyWVc2kNyONjr1YiHTnGLUWRPCtxi
IwSXU3DFpcTtVibaNUIJjFSSQ7GiVk1CVqZ3TrjqbUU7s1qOV2s8AYcFsQ2g
Cbz5+lroWXzrCFYB2K+lm7Dko43ynqI1wfea9F4Tv8IrQvIwbRhT3/fot/q5
rOQB/xL2/tSrKGddfzSBP7BvvtMZAYAi7TP5vjrmNfwACFp9essPbOyvghke
IZABb7JIiyG1hf2M9qSVZUQvxapkpVpbR/1GOGLWsfHSeelXh8HpFlXVfCtM
7EnfU0+KCapWgQcBPVE1DZojYWRB3yo1RhQYifEBsdkI+v/uxRRA4z3jTNWI
GNJtoL9T0gUrQQXg+fePTTHEjrjivj0XEC2tdOPffEbq46holmoJqKpXRQbx
zWJqG8y60ONXawMsK28iZfl9gcpSg3MEgPOXqL7uvAAaBGHysRB6fJ8DqMjI
cxVgnUuplyLoQMxxbUcSinzFmHFeGM47eFOAZdRB7ghaEkd+P4rBdKyiMsCU
dMej6XASSVW26JAUXXAyzCorAsU9vxgVFGasI2avc+AujhZACwQwmoeUcSf7
bI1hbZik3TFpX8EfjojmYIfz59/KHEECEpbKiRF0xNFKNaCtKcCnxcUYkiVE
+dIBh59f47xXFjKNtFVLcg0EJYwNOjBmF8bM+RPVPOWSFUfuYcemlxiN1QAZ
cYCjETuYN7iZnIg7Re++hlMbMZw5kV/5LirgYgIiiCYwAvcg0KEwockSXFxi
ps7Au+RRbS0kMSSJ2L6kN5nqcI6PmymWNBL7sBSz4DLQD/Z3pSCSMTsxshSF
j0hNNOS/im/90oRk+8H/jHanM4kfwwu+S6qxtJCia5qBJPAVFMNGYKlnvQKE
pU8TZ+MlqgIsbIgQPJHpC87HP0Ae6mig511Iy39xcLwR1Qxg0d4MLeAh+rse
4rXBpKIiqJceelfE9A2MFGNlSsQ0FCug4ZbYl1ZzYklrhBmlpVqsIMmFnAU7
OqejA8VIKnWCnaI/6N9cASuLtIz3GGTAr+HInRk2Z6cim2VFIloK3RTWwhAf
AZVgLwb7I1VgS9VeMbJlIsj9JCNHRlyK4QF8B1kMXkpaVyrgimPqD3BAcleQ
9sy+T880MNUVLIVU77ayh3Zravd3jPBm3QkiopSER1g7Ls7F5i6Eau4VH038
govbaAGULI17xnNBBd+LKFdwxwycVB/AvBcZI8iSvYGBoZIDpEcCSea4QhUs
SXEuK4SWHBss6Xi4ikkFcSalg/lt5WBKolso/4doAGJsdpY55aPC3E9olbka
dIIIBqsbeXjA3C+Gr7HUv/F6ueeg/Um5IiyOQzhCFZlJ5uVaplAOhvGyraOE
Bk68dSBxwQ2rjzouroMKOLxsrSNS/QlS1pMDPYe0vGeUttJgY99Kc2rYMFOc
CuKRiVQg2yg48mqOEKsH4NzgN0KhWvuxUUGW7hChBRQB1SmisJrypYhQx4np
+N13NcoQvd2Et8fNIYyutWFBKKz9DMF5CJlgDEcJOVBuYTJCSR7H0LBeJgQI
EhGWUtkD7KxKhFGw0yPqH5dpTIiPgaLHgoobqk96fbtaleZh66Gt5NjebG22
UO17GuSfAxJYX6F5G5jLPRH+UHNRya5ecEPZ2hhRAyNA4ReJpMYYzwamyCzP
eFzwsdnqIEltEyHcBWRFXtgwqfRkhmDpnSQ8brxmiH4xvBZgEKxW5Fm6yLxc
8LHyaem+fCuApiJD0oQ2L3DAaq+9G02pxNZZsebib8L9geNFm4LcriHIl6CV
y+KHNqxgaJryXSDgWZGOB3USlMATUgIPRKtTK3p9oR8QH8RlibIuuw86Ghtc
kp+RcmKnryLR5IzY0Q2MqA6UhhSZ/OOg25mVJzihekgaOAHMP+9d5yjjgx2k
bmoKG5GQS13s9LZme7wTa4dTYI2tc/AzYOd4lChWdEwII7iSJQJNLquOgbuW
s20cdF3xqmGEYXZeXGcwcUrGenKjxuWoej3Sj1gZ/Kp8oMQTOeqRbJQ0FHF9
xHqszFaKlUQEQWlcmVbLC65vDPQh0xNqlgEzANW2EKT8TqAew0K69YRZklzd
sUd+Q6Sz2BDsVGyuRX7kgZhM009aGVHzn2pcj+l0yjqjK9XAxFc0zVW9lxfT
3Gt3k6JIkKI5ibwcfNWzATy3+dzgrgZH4IQi8niLwzXDlShQpA8RQPxBC3c4
BCRiBXzIgtjzzdgZ8gslczCx3EAEi5kcnsXAt+NBrwA1TnyEWJQYQu7EckWv
4bWPL1GNH5XHYuRWRWE0nQfTQ/bq9AA3WFMDGI0NXcoasXQ5QPYPH+5qXRZa
FJK3YH1JWu5fYMJbv2yxRcfiFRUKlBULn5BcdD5yga2w1aBseE8FlfBRsyvu
FlvxuqUWMYNeQK5F8Eopr856oKForZ2u9dPuuVftm8+LXs+TscDelWge60Ei
QlRmtsCFWn3GT3wewnbKC8Sl1swFCZyRL8hngxFYbg8jHe0lhYA4TPeWCgZc
eEPrGEicSA4AHV0xv2CqEJpCXND7RDOlcvAXbNy0VMXXKc2WOD6NzKW6ZEup
GC6CZhrIkutlSX4myLlEmvrlzE6uFPRS/bILX85CufYSYV9SNA5oOcDDCyrG
J2FM9hgMpPzspKzhUmghW1owZda5JxIcQxBaWpSiXtQsxa6lAAjIFxsC/H6U
06yXXkkO4wO5fnC6wbo9n90Z0NENysjpQsgGRewli1J6sa8PWTewTfkI8dJK
ZgMteOKmfYx81BzqZK4U2j9Y1THKz2DkxDdhvM+slig2mV+Ml9W/atyBEx6e
9zx3N5jw4rgNn5QIDLoLBfqsch1qg6ZpIBVSy06VTnGGLsJxOYouGBM6KsE4
yemhNpG7eEYSqqJAeK5b6p5rfylWZFhkONOp5Wy4eJvg9Erx+HJQWg2z0VpA
/yFl2yp2EqogChapmm9CjI8wEq05Ey52npde7FTH0jzhGzVFL1g7MH8H965f
BBOCGlWDJvSvvETYp4E0q6wO+YAtjodNSjuluIBoHFyUZ2cUqGVigRmrDwjG
Sb07Yoe9Ado4/4Zgf1Rvp5neNyoE6EqzMFZEtIcQUUr9Qa3UZ+fVcF3qfnDm
JeI4TgHw7bpsn5zkJr9uPLB835lu0aowHQ6kekQ91ZUpTmLAJJi8l3evapPF
UJ1F7h9Cbs+gRYT6c86rFMcqY9w6hClvBsp6pEm/h0GQJDtBg/3bTRJM5I8Q
apUuMeB/PuajLnoOkVFUNG3D6/x4Do28ZLzLj7JfwIvPYdXxB2C4+PQ44QHH
ufyCibQH/pRKrG1dSHDtJILCVPGzSyxQfeP47F0WeQdxTY2rRrDyRzO+Qhhk
1c6de+VV37wya1mWw/jKDruLT7+PqqiEh+GpRG8/soM59aoQWiNbioj+tGzJ
wQFtPgrvtvVdcMujEQGlo3Kvh6mqkLrNkn8eUlHPikfa9hkDVJSnE+bzXLLy
K085k832GJ5KEQyQqFHdP3yZ7e8K390Fh+DgHGHF8g462EHqMeXfMX2k+w/J
6XYvcISemo+9XNSdsPkqO534w+SlEeILr/3Z6A96g4ubbP3F8enrDYxIdYt1
hBc9tGqevmzuP3jQ3Nl7s+nMgBvz1GLsYRwXNQnpRVoUG3Q4f5M8fZ6tl1QM
8GZMGZfxqX/LP7/oAhTfKbgLMFnkQNzMG/7Wf3cxGkyHOHwY/buuGuCohnTP
3zk9tG8QhY3UGAyyP7y+iTWmAtumonOcnZpn7Qfb+03/nuqd3VDc2xn/dqvV
xtfgkVeygYF+sGch4BRV7dJIMrQmmV+TE1iC6dieHlgKmSwd+HUY+0b10ONK
pB+aR/iNZvknq/8r/9i/C+PZS1W6xp+H23t1j1rth9J+v659q93er22/vS/t
H9a239nZqm2/u8ftWw9q2z9s79a239+V9jt17bd39nbq2rf3t7l9u7b//b3W
w7r2W/tb0r6u/9b2zsPa8W/vt5lBAVqTsWOOg6W83jFxTSi8ZxQ9VUYUlGjX
9Ff79d4Ot4zBvWpod9bQbkO+EH/Is2J/qfbQpaIlduGKlTJjgg+B/iHK5o9w
FpzJCN/M/kZO+QuwdUIgg8ARjzy/6rPIMRgJTOrHbnENDBjCdlElVzAKinjJ
S4Nl7hV8/5B5IkUaxGtMXhKS+8WfHeNcHPSKTzlCFB/2yA2rcTFQ9h5SFMBE
iikrxYRWeQI3CKb2nXsREVGAEbwM1w4keEhMh2Kmsohcf+FMBP3XKPuORlyp
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
oiASONOtJcKk5ikxkVwHLClQx/PQAle8FozJUYcRMlf5b1cFrB1SnGjeNnDI
v/dxwB8+vCzOPkD/tz6/MKuq6uRmq06sBs1SgdpVCWoHdjjFmO6eCxHrcLdi
QTXfWIL/tKvS1w7s7UkxyeG0337eFaTqhOVPvL9NSCel6aWEj0klcxysMeRL
nkLuPf7GxnydYVW22kE9Vw4EeeluP1EVJkuXgot3VretZtdCajEHrOXOCKJl
uENOtyPP0trlwC/Dh6KA7OG1Na1fNXblzEZ2L+kaVSWxXWDRCWDKWy9TKBFU
xYe0MXozuXNVsNqFk+u3EsmKC13e/WBh3VDGdzzS1CjHieNLgEdeEA58tSoW
7cLJiwPi5IZWbwF0cyvl1czuLBV7JzirlaljjpiOIwb6EF+oSVlNiAn1ymy7
KgbtijGqecypAORliu/f2y8CDLsKRZ9gUqwDNnN8SbkUV15XnDpNXJA0o1DX
UFNuac5VyWgXtAM+dHfHgWGGX5ILB+fkEwy7eA+xcibagKpusvt9hhtSnd0I
OIT+fw6glGveUKtGqYhX3pHKjZ0EhxR79vZ3WhA6gagFUkKke8VWflOOvuFC
zBKH9Vj2hVigs8z2fln87DUMKB8VobifGXwfEBXVj05vd+J1QiOW/8d/UISO
Cu5TpQQp7oordSQV/QhFGxPopd4fgSJL5AKBH2LSDCv24mQs1djFv7YYtmLU
60qixIsfX6sxGtkFZf1Clb/XnOFpXP99f3iuIBxB4k7hu5WSo4wfPybH6s7e
gx22jqOT/tUz/B3KRs2o2ciBHQBsAlYLcNB0z29KURhcdDcCS6tzqrJ/lkr8
CeY7FJWegid2QGgrWlkFWSNlBCeN+P4z/hZmW0dUohVRvWHTgDkPOZI4LtlH
eRWj8cQBIqYkcKkoQaVe2GAuJvVylRHU7hyhnFMkjHP+nkVhpVZ94MhbaE7x
ukq1FM0AhrRSvyH+pXTD+P78nXgQakmhWgqWSxPKITzLGJ6MpurkEsOEQOag
7DFTWO4EL+x3XEIn9uu2gBHThJz4no4+5UBQNbIHFAbG4IbTUPd2oQstCsY2
6DOXePeYKrqpxCsEiXw3ax85Tj3K+MTaVbmfWz6KiytwHKodtx8U+o1Kf/es
jl+uhCanQpbr8yHo5z+bSJtiGZ73ugIB8b+pLVlvtbF6utZPbo6ftjay5uM7
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

-->

</rfc>
