<?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-dekok-emu-rfc7170bis-00" category="std" consensus="true" submissionType="IETF" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.13.0 -->
  <front>
    <title abbrev="TEAP">Tunnel Extensible Authentication Protocol (TEAP) Version 1</title>
    <seriesInfo name="Internet-Draft" value="draft-dekok-emu-rfc7170bis-00"/>
    <author initials="A." surname="DeKok (Ed)" fullname="Alan DeKok">
      <organization/>
      <address>
        <email>aland@freeradius.org</email>
      </address>
    </author>
    <author initials="H." surname="Zhou" fullname="Hao Zhou">
      <organization/>
      <address>
        <email>hzhou@cisco.com</email>
      </address>
    </author>
    <author initials="J." surname="Salowey" fullname="Joseph Salowey">
      <organization/>
      <address>
        <email>joe@salowey.net</email>
      </address>
    </author>
    <author initials="N." surname="Cam-Winget" fullname="Nancy Cam-Winget">
      <organization>Cisco</organization>
      <address>
        <email>ncamwing@cisco.com</email>
      </address>
    </author>
    <author initials="S." surname="Hanna" fullname="Stephen Hanna">
      <organization/>
      <address>
        <email>steve.hanna@infineon.com</email>
      </address>
    </author>
    <date year="2022" month="December" day="07"/>
    <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 replaces 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-dekok-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/freeradius/rfc7170bis.git"/>.</t>
    </note>
  </front>
  <middle>
    <section anchor="introduction">
      <name>Introduction</name>
      <t>A tunnel-based Extensible Authentication Protocol (EAP) method is an
EAP method that establishes a secure tunnel and executes other EAP
methods under the protection of that secure tunnel.  A tunnel-based
EAP method can be used in any lower-layer protocol that supports EAP
authentication.  There are several existing tunnel-based EAP methods
that use Transport Layer Security (TLS) <xref target="RFC5246"/> to establish the
secure tunnel.  EAP methods supporting this include Protected EAP
(PEAP) <xref target="PEAP"/>, EAP Tunneled Transport Layer Security (EAP-TTLS)
<xref target="RFC5281"/>, and EAP Flexible Authentication via Secure Tunneling (EAP-
FAST) <xref target="RFC4851"/>.  However, they all are either vendor-specific or
informational, and the industry calls for a Standards Track tunnel-
based EAP method.  <xref target="RFC6678"/> outlines the list of requirements for a
standard tunnel-based EAP method.</t>
      <t>Since its introduction, EAP-FAST <xref target="RFC4851"/> has been widely adopted in
a variety of devices and platforms.  It has been adopted by the EMU
working group as the basis for the standard tunnel-based EAP method.
This document describes the Tunnel Extensible Authentication Protocol
(TEAP) version 1, based on EAP-FAST <xref target="RFC4851"/> with some minor changes
to meet the requirements outlined in <xref target="RFC6678"/> for a standard tunnel-
based EAP method.</t>
      <section anchor="specification-requirements">
        <name>Specification Requirements</name>
        <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL NOT",
"SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED", "MAY", and
"OPTIONAL" in this document are to be interpreted as described in
[RFC2119].</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>Protected Access Credential (PAC)</t>
        <ul empty="true">
          <li>
            <t>Credentials distributed to a peer for future optimized network
authentication.  The PAC consists of a minimum of two components:
a shared secret and an opaque element.  The shared secret
component contains the pre-shared key between the peer and the
authentication server.  The opaque part is provided to the peer
and is presented to the authentication server when the peer wishes
to obtain access to network resources.  The opaque element and
shared secret are used with TLS stateless session resumption
defined in <xref target="RFC5077"/> to establish a protected TLS session.  The
secret key and opaque part may be distributed using <xref target="RFC5077"/>
messages or using TLVs within the TEAP tunnel.  Finally, a PAC may
optionally include other information that may be useful to the
peer.</t>
          </li>
        </ul>
        <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>
      </section>
    </section>
    <section anchor="protocol-overview">
      <name>Protocol Overview</name>
      <t>TEAP authentication occurs in two phases after the initial EAP
Identity request/response exchange.  In the first phase, TEAP employs
the TLS <xref target="RFC5246"/> handshake to provide an authenticated key exchange
and to establish a protected tunnel.  Once the tunnel is established,
the second phase begins with the peer and server engaging in further
conversations to establish the required authentication and
authorization policies.  TEAP makes use of TLV objects to carry out
the inner authentication, results, and other information, such as
channel-binding information.</t>
      <t>TEAP makes use of the TLS SessionTicket extension <xref target="RFC5077"/>, which
supports TLS session resumption without requiring session-specific
state stored at the server.  In this document, the SessionTicket is
referred to as the Protected Access Credential opaque data (or PAC-
Opaque).  The PAC-Opaque may be distributed through the use of the
NewSessionTicket message or through a mechanism that uses TLVs within
Phase 2 of TEAP.  The secret key used to resume the session in TEAP
is referred to as the Protected Access Credential key (or PAC-Key).
When the NewSessionTicket message is used to distribute the PAC-
Opaque, the PAC-Key is the master secret for the session.  If TEAP</t>
      <t>Phase 2 is used to distribute the PAC-Opaque, then the PAC-Key is
distributed along with the PAC-Opaque.  TEAP implementations MUST
support the <xref target="RFC5077"/> mechanism for distributing a PAC-Opaque, and it
is RECOMMENDED that implementations support the capability to
distribute the ticket and secret key within the TEAP tunnel.</t>
      <t>The TEAP conversation is used to establish or resume an existing
session to typically establish network connectivity between a peer
and the network.  Upon successful execution of TEAP, the EAP peer and
EAP server both derive strong session key material that can then be
communicated to the network access server (NAS) for use in
establishing a link-layer security association.</t>
      <section anchor="architectural-model">
        <name>Architectural Model</name>
        <t>The network architectural model for TEAP usage is shown below:</t>
        <figure>
          <name>TEAP Architectural Model</name>
          <artwork><![CDATA[
 +----------+      +----------+      +----------+      +----------+
 |          |      |          |      |          |      |  Inner   |
 |   Peer   |<---->|  Authen- |<---->|   TEAP   |<---->|  Method  |
 |          |      |  ticator |      |  server  |      |  server  |
 |          |      |          |      |          |      |          |
 +----------+      +----------+      +----------+      +----------+
]]></artwork>
        </figure>
        <t>The entities depicted above are logical entities and may or may not
correspond to separate network components.  For example, the TEAP
server and inner method server might be a single entity; the
authenticator and TEAP server might be a single entity; or the
functions of the authenticator, TEAP server, and inner method server
might be combined into a single physical device.  For example,
typical IEEE 802.11 deployments place the authenticator in an access
point (AP) while a RADIUS server may provide the TEAP and inner
method server components.  The above diagram illustrates the division
of labor among entities in a general manner and shows how a
distributed system might be constructed; however, actual systems
might be realized more simply.  The security considerations in
<xref target="separation-p1-p2"/> provide an additional discussion of the implications of
separating the TEAP server from the inner method server.</t>
      </section>
      <section anchor="protocol-layering-model">
        <name>Protocol-Layering Model</name>
        <t>TEAP packets are encapsulated within EAP; EAP in turn requires a
transport protocol.  TEAP packets encapsulate TLS, which is then used
to encapsulate user authentication information.  Thus, TEAP messaging
can be described using a layered model, where each layer encapsulates
the layer above it.  The following diagram clarifies the relationship
between protocols:</t>
        <figure>
          <name>Protocol-Layering Model</name>
          <artwork><![CDATA[
 +---------------------------------------------------------------+
 |       Inner EAP Method     |     Other TLV information        |
 |---------------------------------------------------------------|
 |                 TLV Encapsulation (TLVs)                      |
 |---------------------------------------------------------------|
 |                TLS         |     Optional Outer TLVs          |
 |---------------------------------------------------------------|
 |                         TEAP                                  |
 |---------------------------------------------------------------|
 |                         EAP                                   |
 |---------------------------------------------------------------|
 |    Carrier Protocol (EAP over LAN, RADIUS, Diameter, etc.)    |
 +---------------------------------------------------------------+
]]></artwork>
        </figure>
        <t>The TLV layer is a payload with TLV objects as defined in
<xref target="teap-tlv-format"/>.  The TLV objects are used to carry arbitrary parameters
between an EAP peer and an EAP server.  All conversations in the TEAP
protected tunnel are encapsulated in a TLV layer.</t>
        <t>TEAP packets may include TLVs both inside and outside the TLS tunnel.
The term "Outer TLVs" is used to refer to optional TLVs outside the
TLS tunnel, which are only allowed in the first two messages in the
TEAP protocol.  That is the first EAP-server-to-peer message and
first peer-to-EAP-server message.  If the message is fragmented, the
whole set of messages is counted as one message.  The term "Inner
TLVs" is used to refer to TLVs sent within the TLS tunnel.  In TEAP
Phase 1, Outer TLVs are used to help establish the TLS tunnel, but no
Inner TLVs are used.  In Phase 2 of the TEAP conversation, TLS
records may encapsulate zero or more Inner TLVs, but no Outer TLVs.</t>
        <t>Methods for encapsulating EAP within carrier protocols are already
defined.  For example, IEEE 802.1X <xref target="IEEE.802-1X.2013"/> may be used to
transport EAP between the peer and the authenticator; RADIUS
<xref target="RFC3579"/> or Diameter <xref target="RFC4072"/> may be used to transport EAP between
the authenticator and the EAP server.</t>
      </section>
    </section>
    <section anchor="teap-protocol">
      <name>TEAP Protocol</name>
      <t>The operation of the protocol, including Phase 1 and Phase 2, is the
topic of this section.  The format of TEAP messages is given in
<xref target="message-formats"/>, and the cryptographic calculations are given in <xref target="cryptographic-calculations"/>.</t>
      <section anchor="version-negotiation">
        <name>Version Negotiation</name>
        <t>TEAP packets contain a 3-bit Version field, following the TLS Flags
field, which enables future TEAP implementations to be backward
compatible with previous versions of the protocol.  This
specification documents the TEAP version 1 protocol; implementations
of this specification MUST use a Version field set to 1.</t>
        <t>Version negotiation proceeds as follows:</t>
        <ol spacing="normal" type="1"><li>In the first EAP-Request sent with EAP type=TEAP, the EAP server
MUST set the Version field to the highest version it supports.</li>
          <li>If the EAP peer supports this version of the protocol, it responds
with an EAP-Response of EAP type=TEAP, including the version number
proposed by the TEAP server.</li>
          <li>If the TEAP peer does not support the proposed version but supports
a lower version, it responds with an EAP-Response of EAP type=TEAP and
sets the Version field to its highest supported version.</li>
          <li>If the TEAP peer only supports versions higher than the version
proposed by the TEAP server, then use of TEAP will not be possible.
In this case, the TEAP peer sends back an EAP-Nak either to negotiate
a different EAP type or to indicate no other EAP types are available.</li>
          <li>If the TEAP server does not support the version number proposed by
the TEAP peer, it MUST either terminate the conversation with an EAP
Failure or negotiate a new EAP type.</li>
          <li>If the TEAP server does support the version proposed by the TEAP
peer, then the conversation continues using the version proposed by
the TEAP peer.</li>
        </ol>
        <t>The version negotiation procedure guarantees that the TEAP peer and
server will agree to the latest version supported by both parties.
If version negotiation fails, then use of TEAP will not be possible,
and another mutually acceptable EAP method will need to be negotiated
if authentication is to proceed.</t>
        <t>The TEAP version is not protected by TLS and hence can be modified in
transit.  In order to detect a modification of the TEAP version, the
peers MUST exchange the TEAP version number received during version
negotiation using the Crypto-Binding TLV described in <xref target="crypto-binding-tlv"/>.
The receiver of the Crypto-Binding TLV MUST verify that the version
received in the Crypto-Binding TLV matches the version sent by the
receiver in the TEAP version negotiation.  If the Crypto-Binding TLV
fails to be validated, then it is a fatal error and is handled as
described in <xref target="phase-2-errors"/>.</t>
      </section>
      <section anchor="teap-authentication-phase-1-tunnel-establishment">
        <name>TEAP Authentication Phase 1: Tunnel Establishment</name>
        <t>TEAP relies on the TLS handshake <xref target="RFC5246"/> to establish an
authenticated and protected tunnel.  The TLS version offered by the
peer and server MUST be TLS version 1.2 <xref target="RFC5246"/> or later.  This
version of the TEAP implementation MUST support the following TLS
ciphersuites:</t>
        <ul empty="true">
          <li>
            <t>TLS_RSA_WITH_AES_128_CBC_SHA <xref target="RFC5246"/></t>
            <t>TLS_DHE_RSA_WITH_AES_128_CBC_SHA <xref target="RFC5246"/></t>
          </li>
        </ul>
        <t>This version of the TEAP implementation SHOULD support the following
TLS ciphersuite:</t>
        <ul empty="true">
          <li>
            <t>TLS_RSA_WITH_AES_256_CBC_SHA <xref target="RFC5246"/></t>
          </li>
        </ul>
        <t>Other ciphersuites MAY be supported.  It is REQUIRED that anonymous
ciphersuites such as TLS_DH_anon_WITH_AES_128_CBC_SHA <xref target="RFC5246"/> only
be used in the case when the inner authentication 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>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</t>
        <t>peer select the appropriate credential to use.  Assuming that the
peer supports TEAP, the conversation continues with the peer sending
an EAP-Response packet with EAP type of TEAP with the Start (S) bit
clear and the version as specified in <xref target="version-negotiation"/>.  This message
encapsulates one or more TLS handshake messages.  If the TEAP version
negotiation is successful, then the TEAP conversation continues until
the EAP server and EAP peer are ready to enter Phase 2.  When the
full TLS handshake is performed, then the first payload of TEAP Phase
2 MAY be sent along with a server-finished handshake message to
reduce the number of round trips.</t>
        <t>TEAP implementations MUST support mutual peer authentication during
tunnel establishment using the TLS ciphersuites specified in this
section.  The TEAP peer does not need to authenticate as part of the
TLS exchange but can alternatively be authenticated through
additional exchanges carried out in Phase 2.</t>
        <t>The TEAP tunnel protects peer identity information exchanged during
Phase 2 from disclosure outside the tunnel.  Implementations that
wish to provide identity privacy for the peer identity need to
carefully consider what information is disclosed outside the tunnel
prior to Phase 2.  TEAP implementations SHOULD support the immediate
renegotiation of a TLS session to initiate a new handshake message
exchange under the protection of the current ciphersuite.  This
allows support for protection of the peer's identity when using TLS
client authentication.  An example of the exchanges using TLS
renegotiation to protect privacy is shown in Appendix C.</t>
        <t>The following sections describe resuming a TLS session based on
server-side or client-side state.</t>
        <section anchor="resume-server-state">
          <name>TLS Session Resume Using Server State</name>
          <t>TEAP session resumption is achieved in the same manner TLS achieves
session resume.  To support session resumption, the server and peer
minimally cache the Session ID, master secret, and ciphersuite.  The
peer attempts to resume a session by including a valid Session ID
from a previous TLS handshake in its ClientHello message.  If the
server finds a match for the Session ID and is willing to establish a
new connection using the specified session state, the server will
respond with the same Session ID and proceed with the TEAP Phase 1
tunnel establishment based on a TLS abbreviated handshake.  After a
successful conclusion of the TEAP Phase 1 conversation, the
conversation then continues on to Phase 2.</t>
        </section>
        <section anchor="resume-pac">
          <name>TLS Session Resume Using a PAC</name>
          <t>TEAP supports the resumption of sessions based on server state being
stored on the client side using the TLS SessionTicket extension
techniques described in <xref target="RFC5077"/>.  This version of TEAP supports the
provisioning of a ticket called a Protected Access Credential (PAC)
through the use of the NewSessionTicket handshake described in
<xref target="RFC5077"/>, as well as provisioning of a PAC inside the protected
tunnel.  Implementations MUST support the TLS Ticket extension
<xref target="RFC5077"/> mechanism for distributing a PAC and may provide additional
ways to provision the PAC, such as manual configuration.  Since the
PAC mentioned here is used for establishing the TLS tunnel, it is
more specifically referred to as the Tunnel PAC.  The Tunnel PAC is a
security credential provided by the EAP server to a peer and
comprised of:</t>
          <ol spacing="normal" type="1"><li>PAC-Key: this is the key used by the peer as the TLS master
secret to establish the TEAP Phase 1 tunnel.  The PAC-Key is a
strong, high-entropy, at minimum 48-octet key and is typically
the master secret from a previous TLS session.  The PAC-Key is a
secret and MUST be treated accordingly.  Otherwise, if leaked, it
could lead to user credentials being compromised if sent within
the tunnel established using the PAC-Key.  In the case that a
PAC-Key is provisioned to the peer through another means, it MUST
have its confidentiality and integrity protected by a mechanism,
such as the TEAP Phase 2 tunnel.  The PAC-Key MUST be stored
securely by the peer.</li>
            <li>PAC-Opaque: this is a variable-length field containing the ticket
that is sent to the EAP server during the TEAP Phase 1 tunnel
establishment based on <xref target="RFC5077"/>.  The PAC-Opaque can only be
interpreted by the EAP server to recover the required information
for the server to validate the peer's identity and
authentication.  The PAC-Opaque includes the PAC-Key and other
TLS session parameters.  It may contain the PAC's peer identity.
The PAC-Opaque format and contents are specific to the PAC
issuing server.  The PAC-Opaque may be presented in the clear, so
an attacker MUST NOT be able to gain useful information from the
PAC-Opaque itself.  The server issuing the PAC-Opaque needs to
ensure it is protected with strong cryptographic keys and
algorithms.  The PAC-Opaque may be distributed using the
NewSessionTicket message defined in <xref target="RFC5077"/>, or it may be
distributed through another mechanism such as the Phase 2 TLVs
defined in this document.</li>
            <li>PAC-Info: this is an optional variable-length field used to
provide, at a minimum, the authority identity of the PAC issuer.
Other useful but not mandatory information, such as the PAC-Key
lifetime, may also be conveyed by the PAC-issuing server to the
peer during PAC provisioning or refreshment.  PAC-Info is not
included if the NewSessionTicket message is used to provision the
PAC.</li>
          </ol>
          <t>The use of the PAC is based on the SessionTicket extension defined in
<xref target="RFC5077"/>.  The EAP server initiates the TEAP conversation as normal.
Upon receiving the Authority-ID TLV from the server, the peer checks
to see if it has an existing valid PAC-Key and PAC-Opaque for the
server.  If it does, then it obtains the PAC-Opaque and puts it in
the SessionTicket extension in the ClientHello.  It is RECOMMENDED in
TEAP that the peer include an empty Session ID in a ClientHello
containing a PAC-Opaque.  This version of TEAP supports the
NewSessionTicket Handshake message as described in <xref target="RFC5077"/> for
distribution of a new PAC, as well as the provisioning of PAC inside
the protected tunnel.  If the PAC-Opaque included in the
SessionTicket extension is valid and the EAP server permits the
abbreviated TLS handshake, it will select the ciphersuite from
information within the PAC-Opaque and finish with the abbreviated TLS
handshake.  If the server receives a Session ID and a PAC-Opaque in
the SessionTicket extension in a ClientHello, it should place the
same Session ID in the ServerHello if it is resuming a session based
on the PAC-Opaque.  The conversation then proceeds as described in
<xref target="RFC5077"/> until the handshake completes or a fatal error occurs.
After the abbreviated handshake completes, the peer and the server
are ready to commence Phase 2.</t>
        </section>
        <section anchor="transition-between-abbreviated-and-full-tls-handshake">
          <name>Transition between Abbreviated and Full TLS Handshake</name>
          <t>If session resumption based on server-side or client-side state
fails, the server can gracefully fall back to a full TLS handshake.
If the ServerHello received by the peer contains an empty Session ID
or a Session ID that is different than in the ClientHello, the server
may fall back to a full handshake.  The peer can distinguish the
server's intent to negotiate a full or abbreviated TLS handshake by
checking the next TLS handshake messages in the server response to
the ClientHello.  If ChangeCipherSpec follows the ServerHello in
response to the ClientHello, then the server has accepted the session
resumption and intends to negotiate the abbreviated handshake.
Otherwise, the server intends to negotiate the full TLS handshake.  A
peer can request that a new PAC be provisioned after the full TLS
handshake and mutual authentication of the peer and the server.  A
peer SHOULD NOT request that a new PAC be provisioned after the
abbreviated handshake, as requesting a new session ticket based on
resumed session is not permitted.  In order to facilitate the
fallback to a full handshake, the peer SHOULD include ciphersuites
that allow for a full handshake and possibly PAC provisioning so the
server can select one of these in case session resumption fails.  An
example of the transition is shown in Appendix C.</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"/>.  The TLV exchange may include
the execution of zero or more EAP methods within the protected tunnel
as described in <xref target="eap-sequences"/>.  A server MAY proceed directly to the
protected termination exchange if it does not wish to request further
authentication from the peer.  However, the peer and server MUST NOT
assume that either will skip inner EAP 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>
        <section anchor="eap-sequences">
          <name>EAP Sequences</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 authentication
method(s) to the protected tunnel.  EAP methods are executed serially
in a sequence.  This version of TEAP does not support initiating
multiple EAP methods simultaneously in parallel.  The methods need
not be distinct.  For example, EAP-TLS could be run twice as an inner
method, first using machine credentials followed by a second instance
using user credentials.</t>
          <t>EAP method messages are carried within EAP-Payload TLVs defined in
<xref target="eap-payload-tlv"/>.  If more than one method is going to be executed in
the tunnel, then upon method completion, 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"/>.  The Intermediate-Result TLVs can be
included with other TLVs such as EAP-Payload TLVs starting a new EAP
conversation or with the Result TLV used in the protected termination
exchange.</t>
          <t>If both peer and server indicate success, then the method is
considered complete.  If either indicates failure, then the method is
considered failed.  The result of failure of an EAP method 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.</t>
        </section>
        <section anchor="optional-password-authentication">
          <name>Optional Password Authentication</name>
          <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.  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.  Upon receiving the response, the server
indicates the success or failure of the exchange using an
Intermediate-Result TLV.  Multiple round trips of password
authentication requests and responses MAY be used to support some
"housecleaning" functions such as a password or pin change before a
user is authenticated.</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.  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 method authentication.  The Crypto-Binding TLV
and Intermediate-Result TLV MUST be included to perform cryptographic
binding after each successful EAP method in a sequence of one or more
EAP 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 or it wants to
request a PAC), 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 method is run, then the Peer-Id is obtained from the
inner method.</t>
        <t>When the server uses an X.509 certificate to establish the TLS
tunnel, the Server-Id is determined in a similar fashion as stated
above for the Peer-Id, e.g., the subject and subjectAltName fields in
the server certificate define the Server-Id.</t>
      </section>
      <section anchor="teap-session-identifier">
        <name>TEAP Session Identifier</name>
        <t>The EAP session identifier <xref target="RFC5247"/> is constructed using the tls-
unique from the Phase 1 outer tunnel at the beginning of Phase 2 as
defined by Section 3.1 of <xref target="RFC5929"/>.  The Session-Id is defined as
follows:</t>
        <ul empty="true">
          <li>
            <t>Session-Id = teap_type || tls-unique</t>
            <t>where 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>
            <t>|| means concatenation</t>
          </li>
        </ul>
      </section>
      <section anchor="error-handling">
        <name>Error Handling</name>
        <t>TEAP uses the error-handling rules summarized below:</t>
        <ol spacing="normal" type="1"><li>Errors in the outer EAP packet layer are handled as defined in
<xref target="outer-layer-errors"/>.</li>
          <li>Errors in the TLS layer are communicated via TLS alert messages
in all phases of TEAP.</li>
          <li>The Intermediate-Result TLVs carry success or failure indications
of the individual EAP methods in TEAP Phase 2.  Errors within the
EAP conversation in Phase 2 are expected to be handled by
individual EAP methods.</li>
          <li>Violations of the Inner TLV rules are handled using Result TLVs
together with Error TLVs.</li>
          <li>Tunnel-compromised errors (errors caused by a failed or missing
Crypto-Binding) are handled using Result TLVs and Error TLVs.</li>
        </ol>
        <section anchor="outer-layer-errors">
          <name>Outer-Layer Errors</name>
          <t>Errors on the TEAP outer-packet layer are handled in the following
ways:</t>
          <ol spacing="normal" type="1"><li>If Outer TLVs are invalid or contain unknown values, they will be
ignored.</li>
            <li>The entire TEAP packet will be ignored if other fields (version,
length, flags, etc.) are inconsistent with this specification.</li>
          </ol>
        </section>
        <section anchor="tls-layer-errors">
          <name>TLS Layer Errors</name>
          <t>If the TEAP server detects an error at any point in the TLS handshake
or the TLS layer, the server SHOULD send a TEAP request encapsulating
a TLS record containing the appropriate TLS alert message rather than
immediately terminating the conversation so as to allow the peer to
inform the user of the cause of the failure and possibly allow for a
restart of the conversation.  The peer MUST send a TEAP response to
an alert message.  The EAP-Response packet sent by the peer may
encapsulate a TLS ClientHello handshake message, in which case the
TEAP server MAY allow the TEAP conversation to be restarted, or it
MAY contain a TEAP response with a zero-length message, in which case
the server MUST terminate the conversation with an EAP Failure
packet.  It is up to the TEAP server whether or not to allow
restarts, and, if allowed, how many times the conversation can be
restarted.  Per TLS <xref target="RFC5246"/>, TLS restart is only allowed for non-
fatal alerts.  A TEAP server implementing restart capability SHOULD
impose a limit on the number of restarts, so as to protect against
denial-of-service attacks.  If the TEAP server does not allow
restarts, it MUST terminate the conversation with an EAP Failure
packet.</t>
          <t>If the TEAP peer detects an error at any point in the TLS layer, the
TEAP peer SHOULD send a TEAP response encapsulating a TLS record
containing the appropriate TLS alert message.  The server may restart
the conversation by sending a TEAP request packet encapsulating the
TLS HelloRequest handshake message.  The peer may allow the TEAP
conversation to be restarted, or it may terminate the conversation by
sending a TEAP response with a zero-length message.</t>
        </section>
        <section anchor="phase-2-errors">
          <name>Phase 2 Errors</name>
          <t>Any time the peer or the server finds a fatal error outside of the
TLS layer during Phase 2 TLV processing, it MUST send a Result TLV of
failure and an Error TLV with the appropriate error code.  For errors
involving the processing of the sequence of exchanges, such as a
violation of TLV rules (e.g., multiple EAP-Payload TLVs), the error
code is Unexpected TLVs Exchanged.  For errors involving a tunnel
compromise, the error code is Tunnel Compromise Error.  Upon sending
a Result TLV with a fatal Error TLV, the sender terminates the TLS
tunnel.  Note that a server will still wait for a message from the
peer after it sends a failure; however, the server does not need to
process the contents of the response message.</t>
          <t>For the inner method, retransmission is not needed and SHOULD NOT be
attempted, as the Outer TLS tunnel can be considered a reliable
transport.  If there is a non-fatal error handling the inner method,
instead of silently dropping the inner method request or response and
not responding, the receiving side SHOULD use an Error TLV with error
code Inner Method Error to indicate an error processing the current
inner method.  The side receiving the Error TLV MAY decide to start a
new inner method instead or send back a Result TLV to terminate the
TEAP authentication session.</t>
          <t>If a server receives a Result TLV of failure with a fatal Error TLV,
it MUST send a cleartext EAP Failure.  If a peer receives a Result
TLV of failure, it MUST respond with a Result TLV indicating failure.
If the server has sent a Result TLV of failure, it ignores the peer
response, and it MUST send a cleartext EAP Failure.</t>
        </section>
      </section>
      <section anchor="fragmentation">
        <name>Fragmentation</name>
        <t>A single TLS record may be up to 16384 octets in length, but a TLS
message may span multiple TLS records, and a TLS certificate message
may, in principle, be as long as 16 MB.  This is larger than the
maximum size for a message on most media types; therefore, it is
desirable to support fragmentation.  Note that in order to protect
against reassembly lockup and denial-of-service attacks, it may be
desirable for an implementation to set a maximum size for one such
group of TLS messages.  Since a typical certificate chain is rarely
longer than a few thousand octets, and no other field is likely to be
anywhere near as long, a reasonable choice of maximum acceptable
message length might be 64 KB.  This is still a fairly large message
packet size so a TEAP implementation MUST provide its own support for
fragmentation and reassembly.  Section 3.1 of <xref target="RFC3748"/> discusses
determining the MTU usable by EAP, and <xref target="tlv-rules"/> discusses
retransmissions in EAP.</t>
        <t>Since EAP is a lock-step protocol, fragmentation support can be added
in a simple manner.  In EAP, fragments that are lost or damaged in
transit will be retransmitted, and since sequencing information is
provided by the Identifier field in EAP, there is no need for a
fragment offset field.</t>
        <t>TEAP fragmentation support is provided through the addition of flag
bits within the EAP-Response and EAP-Request packets, as well as a
Message Length field of four octets.  Flags include the Length
included (L), More fragments (M), and TEAP Start (S) bits.  The L
flag is set to indicate the presence of the four-octet Message Length
field and MUST be set for the first fragment of a fragmented TLS
message or set of messages.  It MUST NOT be present for any other
message.  The M flag is set on all but the last fragment.  The S flag
is set only within the TEAP start message sent from the EAP server to
the peer.  The Message Length field is four octets and provides the
total length of the message that may be fragmented over the data
fields of multiple packets; this simplifies buffer allocation.</t>
        <t>When a TEAP peer receives an EAP-Request packet with the M bit set,
it MUST respond with an EAP-Response with EAP Type of TEAP and no
data.  This serves as a fragment ACK.  The EAP server MUST wait until
it receives the EAP-Response before sending another fragment.  In
order to prevent errors in processing of fragments, the EAP server
MUST increment the Identifier field for each fragment contained
within an EAP-Request, and the peer MUST include this Identifier
value in the fragment ACK contained within the EAP-Response.
Retransmitted fragments will contain the same Identifier value.</t>
        <t>Similarly, when the TEAP server receives an EAP-Response with the M
bit set, it responds with an EAP-Request with EAP Type of TEAP and no
data.  This serves as a fragment ACK.  The EAP peer MUST wait until
it receives the EAP-Request before sending another fragment.  In
order to prevent errors in the processing of fragments, the EAP
server MUST increment the Identifier value for each fragment ACK
contained within an EAP-Request, and the peer MUST include this
Identifier value in the subsequent fragment contained within an EAP-
Response.</t>
      </section>
      <section anchor="peer-services">
        <name>Peer Services</name>
        <t>Several TEAP services, including server unauthenticated provisioning,
PAC provisioning, certificate provisioning, and channel binding,
depend on the peer trusting the TEAP server.  Peers MUST authenticate
the server before these peer services are used.  TEAP peer
implementations MUST have a configuration where authentication fails
if server authentication cannot be achieved.  In many cases, the
server will want to authenticate the peer before providing these
services as well.</t>
        <t>TEAP peers MUST track whether or not server authentication has taken
place.  Server authentication results if the peer trusts the provided
server certificate.  Typically, this involves both validating the
certificate to a trust anchor and confirming the entity named by the
certificate is the intended server.  Server authentication also
results when the procedures in <xref target="phase1"/> are used to resume a
session in which the peer and server were previously mutually
authenticated.  Alternatively, peer services can be used if an inner
EAP method providing mutual authentication and an Extended Master
Session Key (EMSK) is executed and cryptographic binding with the
EMSK Compound Message Authentication Code (MAC) is correctly
validated (<xref target="crypto-binding-tlv"/>).  This is further described in
<xref target="unauth-provisioning"/>.</t>
        <t>An additional complication arises when a tunnel 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 to use peer services.</t>
        <section anchor="pac-provisioning">
          <name>PAC Provisioning</name>
          <t>To request provisioning of a PAC, a peer sends a PAC TLV as defined
in <xref target="pac-tlv-format"/> containing a PAC Attribute as defined in
<xref target="pac-attr-format"/> of PAC-Type set to the appropriate value.  The peer
MUST successfully authenticate the EAP server and validate the
Crypto-Binding TLV as defined in <xref target="crypto-binding-tlv"/> before issuing the
request.  The peer MUST send separate PAC TLVs for each type of PAC
it wants to be provisioned.  Multiple PAC TLVs can be sent in the
same packet or in different packets.  The EAP server will send the
PACs after its internal policy has been satisfied, or it MAY ignore
the request or request additional authentications if its policy
dictates.  The server MAY cache the request and provision the PACs
requested after all of its internal policies have been satisfied.  If
a peer receives a PAC with an unknown type, it MUST ignore it.
A PAC TLV containing a PAC-Acknowledge attribute MUST be sent by the
peer to acknowledge the receipt of the Tunnel PAC.  A PAC TLV
containing a PAC-Acknowledge attribute MUST NOT be used by the peer
to acknowledge the receipt of other types of PACs.  If the peer
receives a PAC TLV with an unknown attribute, it SHOULD ignore the
unknown attribute.</t>
        </section>
        <section anchor="cert-provisioning">
          <name>Certificate Provisioning within the Tunnel</name>
          <t>Provisioning of a peer's certificate is supported in TEAP by
performing the Simple PKI Request/Response from <xref target="RFC5272"/> using
PKCS#10 and PKCS#7 TLVs, respectively.  A peer sends the Simple PKI
Request using a PKCS#10 CertificateRequest <xref target="RFC2986"/> encoded into the
body of a PKCS#10 TLV (see <xref target="pkcs10-tlv"/>).  The TEAP server issues a
Simple PKI Response using a PKCS#7 <xref target="RFC2315"/> degenerate "Certificates
Only" message encoded into the body of a PKCS#7 TLV (see
<xref target="pkcs7-tlv"/>), only after an authentication method has run and
provided an identity proof on the peer prior to a certificate is
being issued.</t>
          <t>In order to provide linking identity and proof-of-possession by
including information specific to the current authenticated TLS
session within the signed certification request, the peer generating
the request SHOULD obtain the tls-unique value from the TLS subsystem
as defined in "Channel Bindings for TLS" <xref target="RFC5929"/>.  The TEAP peer
operations between obtaining the tls_unique value through generation
of the Certification Signing Request (CSR) that contains the current
tls_unique value and the subsequent verification of this value by the
TEAP server are the "phases of the application protocol during which
application-layer authentication occurs" that are protected by the
synchronization interoperability mechanism described in the
interoperability note in "Channel Bindings for TLS" (<xref target="RFC5929"/>,
Section 3.1).  When performing renegotiation, TLS
"secure_renegotiation" <xref target="RFC5746"/> MUST be used.</t>
          <t>The tls-unique value is base-64-encoded as specified in <xref target="message-formats"/> of
<xref target="RFC4648"/>, and the resulting string is placed in the certification
request challengePassword field (<xref target="RFC2985"/>, Section 5.4.1).  The
challengePassword field is limited to 255 octets (Section 7.4.9 of
<xref target="RFC5246"/> indicates that no existing ciphersuite would result in an
issue with this limitation).  If tls-unique information is not
embedded within the certification request, the challengePassword
field MUST be empty to indicate that the peer did not include the
optional channel-binding information (any value submitted is verified
by the server as tls-unique information).</t>
          <t>The server SHOULD verify the tls-unique information.  This ensures
that the authenticated TEAP peer is in possession of the private key
used to sign the certification request.</t>
          <t>The Simple PKI Request/Response generation and processing rules of
<xref target="RFC5272"/> SHALL apply to TEAP, with the exception of error
conditions.  In the event of an error, the TEAP server SHOULD respond
with an Error TLV using the most descriptive error code possible; it
MAY ignore the PKCS#10 request that generated the error.</t>
        </section>
        <section anchor="unauth-provisioning">
          <name>Server Unauthenticated Provisioning Mode</name>
          <t>In Server Unauthenticated Provisioning Mode, an unauthenticated
tunnel is established in Phase 1, and the peer and server negotiate
an EAP method in Phase 2 that supports mutual authentication and key
derivation that is resistant to attacks such as man-in-the-middle and
dictionary attacks.  This provisioning mode enables the bootstrapping
of peers when the peer lacks the ability to authenticate the server
during Phase 1.  This includes both cases in which the ciphersuite
negotiated does not provide authentication and in which the
ciphersuite negotiated provides the authentication but the peer is
unable to validate the identity of the server for some reason.</t>
          <t>Upon successful completion of the EAP 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 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"/>.</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 method.  This allows
the server to verify the authenticator is providing information to
the peer that is consistent with the information received from this
authenticator as well as the information stored about this
authenticator.</t>
          <t>TEAP supports EAP channel binding using the Channel-Binding TLV
defined in <xref target="channel-binding-tlv"/>.  If the TEAP server wants to request the
channel-binding information from the peer, it sends an empty Channel-
Binding TLV to indicate the request.  The peer responds to the
request by sending a Channel-Binding TLV containing a channel-binding
message as defined in <xref target="RFC6677"/>.  The server validates the channel-
binding message and sends back a Channel-Binding TLV with a result
code.  If the server didn't initiate the channel-binding request and
the peer still wants to send the channel-binding information to the
server, it can do that by using the Request-Action TLV along with the
Channel-Binding TLV.  The peer MUST only send channel-binding
information after it has successfully authenticated the server and
established the protected tunnel.</t>
        </section>
      </section>
    </section>
    <section anchor="message-formats">
      <name>Message Formats</name>
      <t>The following sections describe the message formats used in TEAP.
The fields are transmitted from left to right in network byte order.</t>
      <section anchor="teap-message-format">
        <name>TEAP Message Format</name>
        <t>A summary of the TEAP Request/Response packet format is shown below.</t>
        <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Code      |   Identifier  |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Type      |   Flags | Ver |        Message Length         :
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
:         Message Length        |         Outer TLV Length
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
:     Outer TLV Length          |         TLS Data...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|       Outer TLVs...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
        <t>Code</t>
        <ul empty="true">
          <li>
            <t>The Code field is one octet in length and is defined as follows:</t>
            <ul empty="true">
              <li>
                <t>1 Request</t>
                <t>2 Response</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>Identifier</t>
        <ul empty="true">
          <li>
            <t>The Identifier field is one octet and aids in matching responses
with requests.  The Identifier field MUST be changed on each
Request packet.  The Identifier field in the Response packet MUST
match the Identifier field from the corresponding request.</t>
          </li>
        </ul>
        <t>Length</t>
        <ul empty="true">
          <li>
            <t>The Length field is two octets and indicates the length of the EAP
packet including the Code, Identifier, Length, Type, Flags, Ver,
Message Length, TLS Data, and Outer TLVs fields.  Octets outside
the range of the Length field should be treated as Data Link Layer
padding and should be ignored on reception.</t>
          </li>
        </ul>
        <t>Type</t>
        <ul empty="true">
          <li>
            <t>55 for TEAP</t>
          </li>
        </ul>
        <t>Flags</t>
        <artwork><![CDATA[
       0 1 2 3 4
      +-+-+-+-+-+
      |L M S O R|
      +-+-+-+-+-+

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

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

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

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

   R  Reserved (MUST be zero and ignored upon receipt)
]]></artwork>
        <t>Ver</t>
        <ul empty="true">
          <li>
            <t>This field contains the version of the protocol.  This document
describes version 1 (001 in binary) of TEAP.</t>
          </li>
        </ul>
        <t>Message Length</t>
        <ul empty="true">
          <li>
            <t>The Message Length field is four octets and is present only if the
L bit is set.  This field provides the total length of the message
that may be fragmented over the data fields of multiple packets.</t>
          </li>
        </ul>
        <t>Outer TLV Length</t>
        <ul empty="true">
          <li>
            <t>The Outer TLV Length field is four octets and is present only if
the O bit is set.  This field provides the total length of the
Outer TLVs if present.</t>
          </li>
        </ul>
        <t>TLS Data</t>
        <ul empty="true">
          <li>
            <t>When the TLS Data field is present, it consists of an encapsulated
TLS packet in TLS record format.  A TEAP packet with Flags and
Version fields, but with zero length TLS Data field, is used to
indicate TEAP acknowledgement for either a fragmented message, a
TLS Alert message, or a TLS Finished message.</t>
          </li>
        </ul>
        <t>Outer TLVs</t>
        <ul empty="true">
          <li>
            <t>The Outer TLVs consist of the optional data used to help establish
the TLS tunnel in TLV format.  They are only allowed in the first
two messages in the TEAP protocol.  That is the first EAP-server-
to-peer message and first peer-to-EAP-server message.  The start
of the Outer TLVs can be derived from the EAP Length field and
Outer TLV Length field.</t>
          </li>
        </ul>
      </section>
      <section anchor="teap-tlv-format">
        <name>TEAP TLV Format and Support</name>
        <t>The TLVs defined here are TLV objects.  The TLV objects could be used
to carry arbitrary parameters between an EAP peer and EAP server
within the protected TLS tunnel.</t>
        <t>The EAP peer may not necessarily implement all the TLVs supported by
the EAP server.  To allow for interoperability, TLVs are designed to
allow an EAP server to discover if a TLV is supported by the EAP peer
using the NAK TLV.  The mandatory bit in a TLV indicates whether
support of the TLV is required.  If the peer or server does not
support a TLV marked mandatory, then it MUST send a NAK TLV in the
response, and all the other TLVs in the message MUST be ignored.  If
an EAP peer or server finds an unsupported TLV that is marked as
optional, it can ignore the unsupported TLV.  It MUST NOT send a NAK
TLV for a TLV that is not marked mandatory.  If all TLVs in a message
are marked optional and none are understood by the peer, then a NAK
TLV or Result TLV could be sent to the other side in order to
continue the conversation.</t>
        <t>Note that a peer or server may support a TLV with the mandatory bit
set but may not understand the contents.  The appropriate response to
a supported TLV with content that is not understood is defined by the
individual TLV specification.</t>
        <t>EAP implementations compliant with this specification MUST support
TLV exchanges as well as the processing of mandatory/optional
settings on the TLV.  Implementations conforming to this
specification MUST support the following TLVs:</t>
        <ul empty="true">
          <li>
            <t>Authority-ID TLV</t>
            <t>Identity-Type TLV</t>
            <t>Result TLV</t>
            <t>NAK TLV</t>
            <t>Error TLV</t>
            <t>Request-Action TLV</t>
            <t>EAP-Payload TLV</t>
            <t>Intermediate-Result TLV</t>
            <t>Crypto-Binding TLV</t>
            <t>Basic-Password-Auth-Req TLV</t>
            <t>Basic-Password-Auth-Resp TLV</t>
          </li>
        </ul>
        <section anchor="general-tlv-format">
          <name>General TLV Format</name>
          <t>TLVs are defined as described below.  The fields are transmitted from
left to right.</t>
          <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 (<xref target="pac-tlv-format"/>)</t>
              <t>12 Crypto-Binding TLV (<xref target="crypto-binding-tlv"/>)</t>
              <t>13 Basic-Password-Auth-Req TLV (<xref target="bp-auth-req-tlv"/>)</t>
              <t>14 Basic-Password-Auth-Resp TLV (Section 4.2.15)</t>
              <t>15 PKCS#7 TLV (<xref target="pkcs7-tlv"/>)</t>
              <t>16 PKCS#10 TLV (<xref target="pkcs10-tlv"/>)</t>
              <t>17 Trusted-Server-Root TLV (<xref target="trusted-server-root-tlv"/>)</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>The length of the Value field in octets.</t>
            </li>
          </ul>
          <t>Value</t>
          <ul empty="true">
            <li>
              <t>The value of the TLV.</t>
            </li>
          </ul>
        </section>
        <section anchor="authority-id-tlv">
          <name>Authority-ID TLV</name>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                              ID...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>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>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>0 (Optional)</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>
              <ul empty="true">
                <li>
                  <t>=6</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Vendor-Id</t>
          <ul empty="true">
            <li>
              <t>The Vendor-Id field is four octets and contains the Vendor-Id of
the TLV that was not supported.  The high-order octet is 0, and
the low-order three octets are the Structure of Management
Information (SMI) Network Management Private Enterprise Number of
the Vendor in network byte order.  The Vendor-Id field MUST be
zero for TLVs that are not Vendor-Specific TLVs.</t>
            </li>
          </ul>
          <t>NAK-Type</t>
          <ul empty="true">
            <li>
              <t>The NAK-Type field is two octets.  The field contains the type of
the TLV that was not supported.  A TLV of this type MUST have been
included in the previous packet.</t>
            </li>
          </ul>
          <t>TLVs</t>
          <ul empty="true">
            <li>
              <t>This field contains a list of zero or more TLVs, each of which
MUST NOT have the mandatory bit set.  These optional TLVs are for
future extensibility to communicate why the offending TLV was
determined to be unsupported.</t>
            </li>
          </ul>
        </section>
        <section anchor="error-tlv">
          <name>Error TLV</name>
          <t>The Error TLV allows an EAP peer or server to indicate errors to the
other party.  A TEAP packet can contain 0 or more Error TLVs.  The
Error-Code field describes the type of error.  Error codes 1-999
represent successful outcomes (informative messages), 1000-1999
represent warnings, and 2000-2999 represent fatal errors.  A fatal
Error TLV MUST be accompanied by a Result TLV indicating failure, and
the conversation is terminated as described in <xref target="phase-2-errors"/>.</t>
          <t>Many of the error codes below refer to errors in inner method
processing that may be retrieved if made available by the inner
method.  Implementations MUST take care that error messages do not
reveal too much information to an attacker.  For example, the usage
of error message 1031 (User account credentials incorrect) is NOT
RECOMMENDED, because it allows an attacker to determine valid
usernames by differentiating this response from other responses.  It
should only be used for troubleshooting purposes.</t>
          <t>The Error TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                           Error-Code                          |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>5 - Error TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>4</t>
            </li>
          </ul>
          <t>Error-Code</t>
          <ul empty="true">
            <li>
              <t>The Error-Code field is four octets.  Currently defined values for
Error-Code include:</t>
              <ul empty="true">
                <li>
                  <t>1     User account expires soon</t>
                  <t>2     User account credential expires soon</t>
                  <t>3     User account authorizations change soon</t>
                  <t>4     Clock skew detected</t>
                  <t>5     Contact administrator</t>
                  <t>6     User account credentials change required</t>
                  <t>1001  Inner Method Error</t>
                  <t>1002  Unspecified authentication infrastructure problem</t>
                  <t>1003  Unspecified authentication failure</t>
                  <t>1004  Unspecified authorization failure</t>
                  <t>1005  User account credentials unavailable</t>
                  <t>1006  User account expired</t>
                  <t>1007  User account locked: try again later</t>
                  <t>1008  User account locked: admin intervention required</t>
                  <t>1009  Authentication infrastructure unavailable</t>
                  <t>1010  Authentication infrastructure not trusted</t>
                  <t>1011  Clock skew too great</t>
                  <t>1012  Invalid inner realm</t>
                  <t>1013  Token out of sync: administrator intervention required</t>
                  <t>1014  Token out of sync: PIN change required</t>
                  <t>1015  Token revoked</t>
                  <t>1016  Tokens exhausted</t>
                  <t>1017  Challenge expired</t>
                  <t>1018  Challenge algorithm mismatch</t>
                  <t>1019  Client certificate not supplied</t>
                  <t>1020  Client certificate rejected</t>
                  <t>1021  Realm mismatch between inner and outer identity</t>
                  <t>1022  Unsupported Algorithm In Certificate Signing Request</t>
                  <t>1023  Unsupported Extension In Certificate Signing Request</t>
                  <t>1024  Bad Identity In Certificate Signing Request</t>
                  <t>1025  Bad Certificate Signing Request</t>
                  <t>1026  Internal CA Error</t>
                  <t>1027  General PKI Error</t>
                  <t>1028  Inner method's channel-binding data required but not
supplied</t>
                  <t>1029  Inner method's channel-binding data did not include required
information</t>
                  <t>1030  Inner method's channel binding failed</t>
                  <t>1031  User account credentials incorrect [USAGE NOT RECOMMENDED]</t>
                  <t>2001  Tunnel Compromise Error</t>
                  <t>2002  Unexpected TLVs Exchanged</t>
                </li>
              </ul>
            </li>
          </ul>
        </section>
        <section anchor="channel-binding-tlv">
          <name>Channel-Binding TLV</name>
          <t>The Channel-Binding TLV provides a mechanism for carrying channel-
binding data from the peer to the EAP server and a channel-binding
response from the EAP server to the peer as described in <xref target="RFC6677"/>.
TEAPv1 implementations MAY support this TLV, which cannot be
responded to with a NAK TLV.  If the Channel-Binding data field does
not contain one of the known values or if the EAP server does not
support this TLV, then the server MUST ignore the value.  The
Channel-Binding TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|            Data ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 (Optional)</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 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>The Vendor-Specific TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                          Vendor-Id                            |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                         Vendor TLVs....
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 or 1</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>7 - Vendor-Specific TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>4 + cumulative length of all included Vendor TLVs</t>
            </li>
          </ul>
          <t>Vendor-Id</t>
          <ul empty="true">
            <li>
              <t>The Vendor-Id field is four octets and contains the Vendor-Id of
the TLV.  The high-order octet is 0, and the low-order 3 octets
are the SMI Network Management Private Enterprise Number of the
Vendor in network byte order.</t>
            </li>
          </ul>
          <t>Vendor TLVs</t>
          <ul empty="true">
            <li>
              <t>This field is of indefinite length.  It contains Vendor-Specific
TLVs, in a format defined by the vendor.</t>
            </li>
          </ul>
        </section>
        <section anchor="request-action-tlv">
          <name>Request-Action TLV</name>
          <t>The Request-Action TLV MAY be sent by both the peer and the server in
response to a successful or failed Result TLV.  It allows the peer or
server to request the other side to negotiate additional EAP methods
or process TLVs specified in the response packet.  The receiving side
MUST process this TLV.  The processing for the TLV is as follows:</t>
          <ul empty="true">
            <li>
              <t>The receiving entity MAY choose to process any of the TLVs that
are included in the message.</t>
              <t>If the receiving entity chooses NOT to process any TLV in the
list, then it sends back a Result TLV with the same code in the
Status field of the Request-Action TLV.</t>
              <t>If multiple Request-Action TLVs are in the request, the session
can continue if any of the TLVs in any Request-Action TLV are
processed.</t>
            </li>
          </ul>
          <ul empty="true">
            <li>
              <t>If multiple Request-Action TLVs are in the request and none of
them is processed, then the most fatal status should be used in
the Result TLV returned.  If a status code in the Request-Action
TLV is not understood by the receiving entity, then it should be
treated as a fatal error.</t>
              <t>After processing the TLVs or EAP 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
server does not process the action requested by the peer.  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 provides support for acknowledged
intermediate Success and Failure messages between multiple inner EAP
methods within EAP.  An Intermediate-Result TLV indicating success
MUST be accompanied by a Crypto-Binding TLV.  The optional TLVs
associated with this TLV are provided for future extensibility to
provide hints about the current result.  The Intermediate-Result TLV
is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|             Status            |        TLVs...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>10 - Intermediate-Result TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>2 + cumulative length of the embedded associated TLVs</t>
            </li>
          </ul>
          <t>Status</t>
          <ul empty="true">
            <li>
              <t>The Status field is two octets.  Values include:</t>
              <ul empty="true">
                <li>
                  <t>1  Success</t>
                  <t>2  Failure</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>TLVs</t>
          <ul empty="true">
            <li>
              <t>This field is of indeterminate length and contains zero or more of
the TLVs associated with the Intermediate Result TLV.  The TLVs in
this field MUST NOT have the mandatory bit set.</t>
            </li>
          </ul>
        </section>
        <section anchor="pac-tlv-format">
          <name>PAC TLV Format</name>
          <t>The PAC TLV provides support for provisioning the Protected Access
Credential (PAC).  The PAC TLV carries the PAC and related
information within PAC attribute fields.  Additionally, the PAC TLV
MAY be used by the peer to request provisioning of a PAC of the type
specified in the PAC-Type PAC attribute.  The PAC TLV MUST only be
used in a protected tunnel providing encryption and integrity
protection.  A general PAC TLV format 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             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                        PAC Attributes...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></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>11 - PAC TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>Two octets containing the length of the PAC Attributes field in
octets.</t>
            </li>
          </ul>
          <t>PAC Attributes</t>
          <ul empty="true">
            <li>
              <t>A list of PAC attributes in the TLV format.</t>
            </li>
          </ul>
          <section anchor="pac-attr-format">
            <name>Formats for PAC Attributes</name>
            <t>Each PAC attribute in a PAC TLV is formatted as a TLV 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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|            Type               |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                              Value...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
            <t>Type</t>
            <ul empty="true">
              <li>
                <t>The Type field is two octets, denoting the attribute type.
Allocated types include:</t>
                <ul empty="true">
                  <li>
                    <t>1 - PAC-Key</t>
                    <t>2 - PAC-Opaque</t>
                    <t>3 - PAC-Lifetime</t>
                    <t>4 - A-ID</t>
                    <t>5 - I-ID</t>
                    <t>6 - Reserved</t>
                    <t>7 - A-ID-Info</t>
                    <t>8 - PAC-Acknowledgement</t>
                    <t>9 - PAC-Info</t>
                    <t>10 - PAC-Type</t>
                  </li>
                </ul>
              </li>
            </ul>
            <t>Length</t>
            <ul empty="true">
              <li>
                <t>Two octets containing the length of the Value field in octets.</t>
              </li>
            </ul>
            <t>Value</t>
            <ul empty="true">
              <li>
                <t>The value of the PAC attribute.</t>
              </li>
            </ul>
          </section>
          <section anchor="pac-key">
            <name>PAC-Key</name>
            <t>The PAC-Key is a secret key distributed in a PAC attribute of type
PAC-Key.  The PAC-Key attribute is included within the PAC TLV
whenever the server wishes to issue or renew a PAC that is bound to a
key such as a Tunnel PAC.  The key is a randomly generated octet
string that is 48 octets in length.  The generator of this key is the
issuer of the credential, which is identified by the Authority
Identifier (A-ID).</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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|            Type               |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
~                              Key                              ~
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
            <t>Type</t>
            <ul empty="true">
              <li>
                <t>1 - PAC-Key</t>
              </li>
            </ul>
            <t>Length</t>
            <ul empty="true">
              <li>
                <t>2-octet length indicating the length of the key.</t>
              </li>
            </ul>
            <t>Key</t>
            <ul empty="true">
              <li>
                <t>The value of the PAC-Key.</t>
              </li>
            </ul>
          </section>
          <section anchor="pac-opaque">
            <name>PAC-Opaque</name>
            <t>The PAC-Opaque attribute is included within the PAC TLV whenever the
server wishes to issue or renew a PAC.</t>
            <t>The PAC-Opaque is opaque to the peer, and thus the peer MUST NOT
attempt to interpret it.  A peer that has been issued a PAC-Opaque by
a server stores that data and presents it back to the server
according to its PAC-Type.  The Tunnel PAC is used in the ClientHello
SessionTicket extension field defined in <xref target="RFC5077"/>.  If a peer has
opaque data issued to it by multiple servers, then it stores the data
issued by each server separately according to the A-ID.  This
requirement allows the peer to maintain and use each opaque datum as
an independent PAC pairing, with a PAC-Key mapping to a PAC-Opaque
identified by the A-ID.  As there is a one-to-one correspondence
between the PAC-Key and PAC-Opaque, the peer determines the PAC-Key
and corresponding PAC-Opaque based on the A-ID provided in the
TEAP/Start message and the A-ID provided in the PAC-Info when it was
provisioned with a PAC-Opaque.</t>
            <t>The PAC-Opaque attribute format is summarized 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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|            Type               |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                              Value ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
            <t>Type</t>
            <ul empty="true">
              <li>
                <t>2 - PAC-Opaque</t>
              </li>
            </ul>
            <t>Length</t>
            <ul empty="true">
              <li>
                <t>The Length field is two octets, which contains the length of the
Value field in octets.</t>
              </li>
            </ul>
            <t>Value</t>
            <ul empty="true">
              <li>
                <t>The Value field contains the actual data for the PAC-Opaque.  It
is specific to the server implementation.</t>
              </li>
            </ul>
          </section>
          <section anchor="pac-info">
            <name>PAC-Info</name>
            <t>The PAC-Info is comprised of a set of PAC attributes as defined in
<xref target="pac-attr-format"/>.  The PAC-Info attribute MUST contain the A-ID,
A-ID-Info, and PAC-Type attributes.  Other attributes MAY be included
in the PAC-Info to provide more information to the peer.  The
PAC-Info attribute MUST NOT contain the PAC-Key, PAC-Acknowledgement,
PAC-Info, or PAC-Opaque attributes.  The PAC-Info attribute is
included within the PAC TLV whenever the server wishes to issue or
renew a PAC.</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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|            Type               |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                           Attributes...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
            <t>Type</t>
            <ul empty="true">
              <li>
                <t>9 - PAC-Info</t>
              </li>
            </ul>
            <t>Length</t>
            <ul empty="true">
              <li>
                <t>2-octet field containing the length of the Attributes field in
octets.</t>
              </li>
            </ul>
            <t>Attributes</t>
            <ul empty="true">
              <li>
                <t>The Attributes field contains a list of PAC attributes.  Each
mandatory and optional field type is defined as follows:</t>
                <t>3 - PAC-Lifetime</t>
              </li>
            </ul>
            <ul empty="true">
              <li>
                <ul empty="true">
                  <li>
                    <t>This is a 4-octet quantity representing the expiration time of
the credential expressed as the number of seconds, excluding
leap seconds, after midnight UTC, January 1, 1970.  This
attribute MAY be provided to the peer as part of the PAC-Info.</t>
                  </li>
                </ul>
                <t>4 - A-ID</t>
                <ul empty="true">
                  <li>
                    <t>The A-ID is the identity of the authority that issued the PAC.
The A-ID is intended to be unique across all issuing servers to
avoid namespace collisions.  The A-ID is used by the peer to
determine which PAC to employ.  The A-ID is treated as an
opaque octet string.  This attribute MUST be included in the
PAC-Info attribute.  The A-ID MUST match the Authority-ID the
server used to establish the tunnel.  One method for generating
the A-ID is to use a high-quality random number generator to
generate a random number.  An alternate method would be to take
the hash of the public key or public key certificate belonging
to a server represented by the A-ID.</t>
                  </li>
                </ul>
                <t>5 - I-ID</t>
                <ul empty="true">
                  <li>
                    <t>Initiator Identifier (I-ID) is the peer identity associated
with the credential.  This identity is derived from the inner
authentication or from the client-side authentication during
tunnel establishment if inner authentication is not used.  The
server employs the I-ID in the TEAP Phase 2 conversation to
validate that the same peer identity used to execute TEAP Phase
1 is also used in at minimum one inner authentication in TEAP
Phase 2.  If the server is enforcing the I-ID validation on the
inner authentication, then the I-ID MUST be included in the
PAC-Info, to enable the peer to also enforce a unique PAC for
each unique user.  If the I-ID is missing from the PAC-Info, it
is assumed that the Tunnel PAC can be used for multiple users
and the peer will not enforce the unique-Tunnel-PAC-per-user
policy.</t>
                  </li>
                </ul>
                <t>7 - A-ID-Info</t>
                <ul empty="true">
                  <li>
                    <t>Authority Identifier Information is intended to provide a user-
friendly name for the A-ID.  It may contain the enterprise name
and server name in a human-readable format.  This TLV serves as
an aid to the peer to better inform the end user about the
A-ID.  The name is encoded in UTF-8 <xref target="RFC3629"/> format.  This
attribute MUST be included in the PAC-Info.</t>
                  </li>
                </ul>
                <t>10 - PAC-Type</t>
                <ul empty="true">
                  <li>
                    <t>The PAC-Type is intended to provide the type of PAC.  This
attribute SHOULD be included in the PAC-Info.  If the PAC-Type
is not present, then it defaults to a Tunnel PAC (Type 1).</t>
                  </li>
                </ul>
              </li>
            </ul>
          </section>
          <section anchor="pac-acknowledgement-tlv">
            <name>PAC-Acknowledgement TLV</name>
            <t>The PAC-Acknowledgement is used to acknowledge the receipt of the
Tunnel PAC by the peer.  The peer includes the PAC-Acknowledgement
TLV in a PAC TLV sent to the server to indicate the result of the
processing and storing of a newly provisioned Tunnel PAC.  This TLV
is only used when Tunnel PAC is provisioned.</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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|            Type               |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|            Result             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
            <t>Type</t>
            <ul empty="true">
              <li>
                <t>8 - PAC-Acknowledgement</t>
              </li>
            </ul>
            <t>Length</t>
            <ul empty="true">
              <li>
                <t>The length of this field is two octets containing a value of 2.</t>
              </li>
            </ul>
            <t>Result</t>
            <ul empty="true">
              <li>
                <t>The resulting value MUST be one of the following:</t>
                <ul empty="true">
                  <li>
                    <t>1 - Success</t>
                    <t>2 - Failure</t>
                  </li>
                </ul>
              </li>
            </ul>
          </section>
          <section anchor="pac-type-tlv">
            <name>PAC-Type TLV</name>
            <t>The PAC-Type TLV is a TLV intended to specify the PAC-Type.  It is
included in a PAC TLV sent by the peer to request PAC provisioning
from the server.  Its format is described 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
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|            Type               |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|         PAC-Type              |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
            <t>Type</t>
            <ul empty="true">
              <li>
                <t>10 - PAC-Type</t>
              </li>
            </ul>
            <t>Length</t>
            <ul empty="true">
              <li>
                <t>2-octet field with a value of 2.</t>
              </li>
            </ul>
            <t>PAC-Type</t>
            <ul empty="true">
              <li>
                <t>This 2-octet field defines the type of PAC being requested or
provisioned.  The following values are defined:</t>
                <ul empty="true">
                  <li>
                    <t>1 - Tunnel PAC</t>
                  </li>
                </ul>
              </li>
            </ul>
          </section>
        </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 verified before the
final Result TLV exchange, regardless of whether there is an inner
EAP method authentication or not.  It MUST be included with the
Intermediate-Result TLV to perform cryptographic binding after each
successful EAP method in a sequence of EAP methods, before proceeding
with another inner EAP method.  The Crypto-Binding TLV is valid only
if the following checks pass:</t>
          <t>o  The Crypto-Binding TLV version is supported.</t>
          <t>o  The MAC verifies correctly.</t>
          <t>o  The received version in the Crypto-Binding TLV matches the version
   sent by the receiver during the EAP version negotiation.</t>
          <t>o  The subtype is set to the correct value.</t>
          <t>If any of the above checks fails, then the TLV is invalid.  An
invalid Crypto-Binding TLV is a fatal error and is handled as
described in <xref target="phase-2-errors"/></t>
          <t>The Crypto-Binding TLV is defined as follows:</t>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|M|R|         TLV Type          |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|    Reserved   |    Version    |  Received Ver.| Flags|Sub-Type|
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
~                             Nonce                             ~
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
~                   EMSK Compound MAC                           ~
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
~                    MSK Compound MAC                           ~
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
]]></artwork>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>Mandatory, set to one (1)</t>
            </li>
          </ul>
          <t>R</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>TLV Type</t>
          <ul empty="true">
            <li>
              <t>12 - Crypto-Binding TLV</t>
            </li>
          </ul>
          <t>Length</t>
          <ul empty="true">
            <li>
              <t>76</t>
            </li>
          </ul>
          <t>Reserved</t>
          <ul empty="true">
            <li>
              <t>Reserved, set to zero (0)</t>
            </li>
          </ul>
          <t>Version</t>
          <ul empty="true">
            <li>
              <t>The Version field is a single octet, which is set to the version
of Crypto-Binding TLV the TEAP method is using.  For an
implementation compliant with this version of TEAP, the version
number MUST be set to one (1).</t>
            </li>
          </ul>
          <t>Received Ver</t>
          <ul empty="true">
            <li>
              <t>The Received Ver field is a single octet and MUST be set to the
TEAP version number received during version negotiation.  Note
that this field only provides protection against downgrade
attacks, where a version of EAP requiring support for this TLV is
required on both sides.</t>
            </li>
          </ul>
          <t>Flags</t>
          <ul empty="true">
            <li>
              <t>The Flags field is four bits.  Defined values include</t>
              <ul empty="true">
                <li>
                  <t>1  EMSK Compound MAC is present</t>
                  <t>2  MSK Compound MAC is present</t>
                  <t>3  Both EMSK and MSK Compound MAC are present</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Sub-Type</t>
          <ul empty="true">
            <li>
              <t>The Sub-Type field is four bits.  Defined values include</t>
              <ul empty="true">
                <li>
                  <t>0  Binding Request</t>
                  <t>&lt; 1  Binding Response</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Nonce</t>
          <ul empty="true">
            <li>
              <t>The Nonce field is 32 octets.  It contains a 256-bit nonce that is
temporally unique, used for Compound MAC key derivation at each
end.  The nonce in a request MUST have its least significant bit
set to zero (0), and the nonce in a response MUST have the same
value as the request nonce except the least significant bit MUST
be set to one (1).</t>
            </li>
          </ul>
          <t>EMSK Compound MAC</t>
          <ul empty="true">
            <li>
              <t>The EMSK Compound MAC field is 20 octets.  This can be the Server
MAC (B1_MAC) or the Client MAC (B2_MAC).  The computation of the
MAC is described in <xref target="computing-compound-mac"/>.</t>
            </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>
            </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 ....
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~~~

M

> 0 (Optional)

R

> Reserved, set to zero (0)

TLV Type

> 13 - Basic-Password-Auth-Req TLV

Length

> variable

Prompt

> optional user prompt message in UTF-8 {{RFC3629}} format

### Basic-Password-Auth-Resp TLV {#bp-auth-resp-tlv}

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 {{RFC3629}} format.

The Basic-Password-Auth-Resp TLV is defined as follows:

]]></artwork>
          <t>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    ...
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
~~~~</t>
          <t>M</t>
          <ul empty="true">
            <li>
              <t>0 (Optional)</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>
            </li>
          </ul>
          <t>Username</t>
          <ul empty="true">
            <li>
              <t>Username in UTF-8 <xref target="RFC3629"/> format</t>
            </li>
          </ul>
          <t>Passlen</t>
          <ul empty="true">
            <li>
              <t>Length of Password field in octets</t>
            </li>
          </ul>
          <t>Password</t>
          <ul empty="true">
            <li>
              <t>Password in UTF-8 <xref target="RFC3629"/> format</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>
              <ul empty="true">
                <li>
                  <t>=2 octets</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Credential-Format</t>
          <ul empty="true">
            <li>
              <t>The Credential-Format field is two octets.  Values include:</t>
              <ul empty="true">
                <li>
                  <t>1 - PKCS#7-Server-Certificate-Root</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Cred TLVs</t>
          <ul empty="true">
            <li>
              <t>This field is of indefinite length.  It contains TLVs associated
with the credential format.  The peer may leave this field empty
when using this TLV to request server trust roots.</t>
            </li>
          </ul>
        </section>
      </section>
      <section anchor="tlv-rules">
        <name>TLV Rules</name>
        <t>To save round trips, multiple TLVs can be sent in a single TEAP
packet.  However, multiple EAP Payload TLVs, multiple Basic Password
Authentication TLVs, or an EAP Payload TLV with a Basic Password
Authentication TLV within one single TEAP packet is not supported in
this version and MUST NOT be sent.  If the peer or EAP server
receives multiple EAP Payload TLVs, then it MUST terminate the
connection with the Result TLV.  The order of TLVs in TEAP does not
matter, except one should always process the Identity-Type TLV before
processing the EAP TLV or Basic Password Authentication TLV as the
Identity-Type TLV is a hint to the type of identity that is to be
authenticated.</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 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+       0+          0+        0         PAC TLV
0-1      0-1         0-1       0-1       Crypto-Binding
0-1      0           0         0         Basic-Password-Auth-Req
0        0-1         0         0         Basic-Password-Auth-Resp
0-1      0           0-1       0         PKCS#7
0        0-1         0         0         PKCS#10
0-1      0-1         0-1       0         Trusted-Server-Root
]]></artwork>
          <t>NOTE: Vendor TLVs (included in Vendor-Specific TLVs) sent with a
Result TLV MUST be marked as optional.</t>
        </section>
      </section>
    </section>
    <section anchor="cryptographic-calculations">
      <name>Cryptographic Calculations</name>
      <t>For key derivation and crypto-binding, TEAP uses the Pseudorandom
Function (PRF) and MAC algorithms negotiated in the underlying TLS
session.  Since these algorithms depend on the TLS version and
ciphersuite, TEAP implementations need a mechanism to determine the
version and ciphersuite in use for a particular session.  The
implementation can then use this information to determine which PRF
and MAC algorithm to use.</t>
      <section anchor="phase1">
        <name>TEAP Authentication Phase 1: Key Derivations</name>
        <t>With TEAPv1, the TLS master secret is generated as specified in TLS.
If a PAC 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.  The label used in the
derivation is "EXPORTER: teap session key seed".  The length of the
session key seed material is 40 octets.  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 EAP method.</t>
        <t>The first step in these calculations is the generation of the base
compound key, IMCK[n] from the session_key_seed, and any session keys
derived from the successful execution of nth inner EAP methods.  The
inner EAP method(s) may provide Inner Method Session Keys (IMSKs),
IMSK1..IMSKn, corresponding to inner method 1 through n.</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>
        <ul empty="true">
          <li>
            <t>IMSK = First 32 octets of TLS-PRF(EMSK, "TEAPbindkey@ietf.org" ||
"\0" || 64)</t>
            <t>where "||" denotes concatenation, EMSK is the EMSK from the inner
method, "TEAPbindkey@ietf.org" consists the ASCII value for the
label "TEAPbindkey@ietf.org" (without quotes), "\0" = is a NULL
octet (0x00 in hex), length is the 2-octet unsigned integer in
network byte order, and TLS-PRF is the PRF negotiated as part of
TLS handshake <xref target="RFC5246"/>.</t>
          </li>
        </ul>
        <t>If an inner method does not support export of an Extended Master
Session Key (EMSK), then IMSK is the MSK of the inner method.  The
MSK is truncated at 32 octets if it is longer than 32 octets or
padded to a length of 32 octets with zeros if it is less than 32
octets.</t>
        <t>However, it's 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>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <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>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <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>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <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>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <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 the ith inner method does not generate an EMSK or MSK, then IMSKi
is set to zero (e.g., MSKi = 32 octets of 0x00s).  If an inner method
fails, then it is not included in this calculation.  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] = TLS-PRF(S-IMCK[j-1], "Inner Methods Compound Keys",
             IMSK[j], 60)
        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 negotiated as part of TLS handshake
<xref target="RFC5246"/>.</t>
      </section>
      <section anchor="computing-compound-mac">
        <name>Computing the Compound MAC</name>
        <t>For authentication 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[
   CMK = CMK[j]
   Compound-MAC = MAC( CMK, BUFFER )
]]></artwork>
        <t>where j is the number of the last successfully executed inner EAP
method, MAC is the MAC function negotiated in TLS 1.2 <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.</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>
      </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 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 EAP methods with key material from TEAP Phase 1.  The resulting
MSK and EMSK are generated as part of the IMCKn key hierarchy as
follows:</t>
        <artwork><![CDATA[
   MSK  = TLS-PRF(S-IMCK[j], "Session Key Generating Function", 64)
   EMSK = TLS-PRF(S-IMCK[j],
          "Extended Session Key Generating Function", 64)
]]></artwork>
        <t>where j is the number of the last successfully executed inner EAP
method.</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 methods have been negotiated inside the tunnel or no EAP
methods have been successfully completed inside the tunnel, the MSK
and EMSK will be generated directly from the session_key_seed meaning
S-IMCK = session_key_seed.</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>
    </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 authentication
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 authentication methods executed within the TEAP
tunnel is verified through the calculation of the Crypto-Binding TLV.
This ensures that the tunnel endpoints are the same as the inner
method endpoints.</t>
        <t>The Result TLV is protected and conveys the true Success or Failure
of TEAP, and it should be used as the indicator of its success or
failure respectively.  However, as EAP terminates with either a
cleartext EAP Success or Failure, a peer will also receive a
cleartext EAP Success or Failure.  The received cleartext EAP Success
or Failure MUST match that received in the Result TLV; the peer
SHOULD silently discard those cleartext EAP Success or Failure
messages that do not coincide with the status sent in the protected
Result TLV.</t>
      </section>
      <section anchor="method-negotiation">
        <name>Method Negotiation</name>
        <t>As is true for any negotiated EAP protocol, NAK packets used to
suggest an alternate authentication method are sent unprotected and,
as such, are subject to spoofing.  During unprotected EAP method
negotiation, NAK packets may be interjected as active attacks to
negotiate down to a weaker form of authentication, such as EAP-MD5
(which only provides one-way authentication and does not derive a
key).  Both the peer and server should have a method selection policy
that prevents them from negotiating down to weaker methods.  Inner
method negotiation resists attacks because it is protected by the
mutually authenticated TLS tunnel established.  Selection of TEAP as
an authentication method does not limit the potential inner
authentication methods, so TEAP should be selected when available.</t>
        <t>An attacker cannot readily determine the inner EAP method used,
except perhaps by traffic analysis.  It is also important that peer
implementations limit the use of credentials with an unauthenticated
or unauthorized server.</t>
      </section>
      <section anchor="separation-p1-p2">
        <name>Separation of Phase 1 and Phase 2 Servers</name>
        <t>Separation of the TEAP Phase 1 from the Phase 2 conversation is NOT
RECOMMENDED.  Allowing the Phase 1 conversation to be terminated at a
different server than the Phase 2 conversation can introduce
vulnerabilities if there is not a proper trust relationship and
protection for the protocol between the two servers.  Some
vulnerabilities include:</t>
        <t>o  Loss of identity protection</t>
        <t>o  Offline dictionary attacks</t>
        <t>o  Lack of policy enforcement</t>
        <t>o  Man-in-the-middle attacks (as described in <xref target="RFC7029"/>)</t>
        <t>There may be cases where a trust relationship exists between the
Phase 1 and Phase 2 servers, such as on a campus or between two
offices within the same company, where there is no danger in
revealing the inner identity and credentials of the peer to entities
between the two servers.  In these cases, using a proxy solution
without end-to-end protection of TEAP MAY be used.  The TEAP
encrypting/decrypting gateway MUST, at a minimum, provide support for
IPsec, TLS, or similar protection in order to provide confidentiality
for the portion of the conversation between the gateway and the EAP
server.  In addition, separation of the inner and outer method
servers allows for crypto-binding based on the inner method MSK to be
thwarted as described in <xref target="RFC7029"/>.  Implementation and deployment
SHOULD adopt various mitigation strategies described in <xref target="RFC7029"/>.
If the inner method is deriving EMSK, then this threat is mitigated
as TEAP utilizes the mutual crypto-binding based on EMSK as described
in <xref target="RFC7029"/>.</t>
      </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 the EAP
method.  By employing a shared secret between the peer and server to
establish a secured tunnel, TEAP enables:</t>
        <t>o  Per-packet confidentiality and integrity protection</t>
        <t>o  User identity protection</t>
        <t>o  Better support for notification messages</t>
        <t>o  Protected EAP inner method negotiation</t>
        <t>o  Sequencing of EAP methods</t>
        <t>o  Strong mutually derived MSKs</t>
        <t>o  Acknowledged success/failure indication</t>
        <t>o  Faster re-authentications through session resumption</t>
        <t>o  Mitigation of dictionary attacks</t>
        <t>o  Mitigation of man-in-the-middle attacks</t>
        <t>o  Mitigation of some denial-of-service attacks</t>
        <t>It should be noted that in TEAP, as in many other authentication
protocols, a denial-of-service attack can be mounted by adversaries
sending erroneous traffic to disrupt the protocol.  This is a problem
in many authentication or key agreement protocols and is therefore
noted for TEAP as well.</t>
        <t>TEAP was designed with a focus on protected authentication methods
that typically rely on weak credentials, such as password-based
secrets.  To that extent, the TEAP authentication mitigates several
vulnerabilities, such as dictionary attacks, by protecting the weak
credential-based authentication 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="RFC4282"/> in the identity response is useful only
for the realm of information that is used to route the authentication
requests to the right EAP server.  This means that the identity
response may contain an anonymous identity and just contain realm
information.  In other cases, the identity exchange may be eliminated
altogether if there are other means for establishing the destination
realm of the request.  In no case should an intermediary place any
trust in the identity information in the identity response since it
is unauthenticated and may not have any relevance to the
authenticated identity.  TEAP implementations should not attempt to
compare any identity disclosed in the initial cleartext EAP Identity
response packet with those Identities authenticated in Phase 2.</t>
          <t>Identity request/response exchanges sent after the TEAP tunnel is
established are protected from modification and eavesdropping by
attackers.</t>
          <t>Note that since TLS client certificates are sent in the clear, 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 method (for example, EAP-TLS) within the TLS session in TEAP
Phase 2 instead of using TLS handshake renegotiation.</t>
        </section>
        <section anchor="dictionary-attack-resistance">
          <name>Dictionary Attack Resistance</name>
          <t>TEAP was designed with a focus on protected authentication methods
that typically rely on weak credentials, such as password-based
secrets.  TEAP mitigates dictionary attacks by allowing the
establishment of a mutually authenticated encrypted TLS tunnel
providing confidentiality and integrity to protect the weak
credential-based authentication method.</t>
        </section>
        <section anchor="protection-against-man-in-the-middle-attacks">
          <name>Protection against Man-in-the-Middle Attacks</name>
          <t>Allowing 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 EAP methods both with and without
TEAP protection.  TEAP prevents this attack in two ways:</t>
          <ol spacing="normal" type="1"><li>By using the PAC-Key to mutually authenticate the peer and server
during TEAP authentication Phase 1 establishment of a secure
tunnel.</li>
            <li>By using the keys generated by the inner authentication 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 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 anchor="pac-binding-to-user-identity">
          <name>PAC Binding to User Identity</name>
          <t>A PAC may be bound to a user identity.  A compliant implementation of
TEAP MUST validate that an identity obtained in the PAC-Opaque field
matches at minimum one of the identities provided in the TEAP Phase 2
authentication method.  This validation provides another binding to
ensure that the intended peer (based on identity) has successfully
completed the TEAP Phase 1 and proved identity in the Phase 2
conversations.</t>
        </section>
      </section>
      <section anchor="protecting-against-forged-cleartext-eap-packets">
        <name>Protecting against Forged Cleartext EAP Packets</name>
        <t>EAP Success and EAP Failure packets are, in general, sent in
cleartext and may be forged by an attacker without detection.  Forged
EAP Failure packets can be used to attempt to convince an EAP peer to
disconnect.  Forged EAP Success packets may be used to attempt to
convince a peer that authentication has succeeded, even though the
authenticator has not authenticated itself to the peer.</t>
        <t>By providing message confidentiality and integrity, TEAP provides
protection against these attacks.  Once the peer and authentication
server (AS) initiate the TEAP authentication Phase 2, compliant TEAP
implementations MUST silently discard all cleartext EAP messages,
unless both the TEAP peer and server have indicated success or
failure using a protected mechanism.  Protected mechanisms include
the TLS alert mechanism and the protected termination mechanism
described in <xref target="protected-termination"/>.</t>
        <t>The success/failure decisions within the TEAP tunnel indicate the
final decision of the TEAP authentication conversation.  After a
success/failure result has been indicated by a protected mechanism,
the TEAP peer can process unprotected EAP Success and EAP Failure
messages; however, the peer MUST ignore any unprotected EAP Success
or Failure messages where the result does not match the result of the
protected mechanism.</t>
        <t>To abide by <xref target="RFC3748"/>, the server sends a cleartext EAP Success or
EAP Failure packet to terminate the EAP conversation.  However, since
EAP Success and EAP Failure packets are not retransmitted, the final
packet may be lost.  While a TEAP-protected EAP Success or EAP
Failure packet should not be a final packet in a TEAP conversation,
it may occur based on the conditions stated above, so an EAP peer
should not rely upon the unprotected EAP Success and Failure
messages.</t>
      </section>
      <section anchor="server-certificate-validation">
        <name>Server Certificate Validation</name>
        <t>As part of the TLS negotiation, the server presents a certificate to
the peer.  The peer SHOULD verify the validity of the EAP server
certificate and SHOULD also examine the EAP server name presented in
the certificate in order to determine whether the EAP server can be
trusted.  When performing server certificate validation,
implementations MUST provide support for the rules in <xref target="RFC5280"/> for
validating certificates against a known trust anchor.  In addition,
implementations MUST support matching the realm portion of the peer's
NAI against a SubjectAltName of type dNSName within the server
certificate.  However, in certain deployments, this might not be
turned on.  Please note that in the case where the EAP authentication
is remote, the EAP server will not reside on the same machine as the
authenticator, and therefore, the name in the EAP server's
certificate cannot be expected to match that of the intended
destination.  In this case, a more appropriate test might be whether
the EAP server's certificate is signed by a certification authority
(CA) controlling the intended domain and whether the authenticator
can be authorized by a server in that domain.</t>
      </section>
      <section anchor="tunnel-pac-considerations">
        <name>Tunnel PAC Considerations</name>
        <t>Since the Tunnel PAC is stored by the peer, special care should be
given to the overall security of the peer.  The Tunnel PAC MUST be
securely stored by the peer to prevent theft or forgery of any of the
Tunnel PAC components.  In particular, the peer MUST securely store
the PAC-Key and protect it from disclosure or modification.
Disclosure of the PAC-Key enables an attacker to establish the TEAP
tunnel; however, disclosure of the PAC-Key does not reveal the peer
or server identity or compromise any other peer's PAC credentials.
Modification of the PAC-Key or PAC-Opaque components of the Tunnel
PAC may also lead to denial of service as the tunnel establishment
will fail.  The PAC-Opaque component is the effective TLS ticket
extension used to establish the tunnel using the techniques of
<xref target="RFC5077"/>.  Thus, the security considerations defined by <xref target="RFC5077"/>
also apply to the PAC-Opaque.  The PAC-Info may contain information
about the Tunnel PAC such as the identity of the PAC issuer and the
Tunnel PAC lifetime for use in the management of the Tunnel PAC.  The
PAC-Info should be securely stored by the peer to protect it from
disclosure and modification.</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.: Yes

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>
      </section>
    </section>
    <section anchor="acknowledgements">
      <name>Acknowledgements</name>
      <t>This specification is based on EAP-FAST <xref target="RFC4851"/>, which included the
ideas and efforts of Nancy Cam-Winget, David McGrew, Joe Salowey, Hao
Zhou, Pad Jakkahalli, Mark Krischer, Doug Smith, and Glen Zorn of
Cisco Systems, Inc.</t>
      <t>The TLV processing was inspired from work on the Protected Extensible
Authentication Protocol version 2 (PEAPv2) with Ashwin Palekar, Dan
Smith, Sean Turner, and Simon Josefsson.</t>
      <t>The method for linking identity and proof-of-possession by placing
the tls-unique value in the challenge\Password field of the CSR as
described in <xref target="cert-provisioning"/> was inspired by the technique described in
"Enrollment over Secure Transport" <xref target="RFC7030"/>.</t>
      <t>Helpful review comments were provided by Russ Housley, Jari Arkko,
Ilan Frenkel, Jeremy Steiglitz, Dan Harkins, Sam Hartman, Jim Schaad,
Barry Leiba, Stephen Farrell, Chris Lonvick, and Josh Howlett.</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 RFC 7170 output.</t>
      <t>Formatting changes result from differences between using Markdown
versus XML for source.</t>
      <t>The IANA considerations section was removed, as the registries already
exist.</t>
      <t>There should be no other content changes from RFC 7170.</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 resume using a
PAC as defined in <xref target="resume-pac"/> .</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="eap-sequences"/>.</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"/>.</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"/>
as described in <xref target="resume-pac"/>.</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 and optional PAC refreshment.  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 with
    PAC-Opaque in SessionTicket extension)->

                           <- 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),
                            (Optional PAC TLV)

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

   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 with
    PAC-Opaque in SessionTicket extension)->

                           <- 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) ->

                           <- 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
  PAC-Opaque in SessionTicket extension)->

  // Peer sends PAC-Opaque of Tunnel PAC along with a list of
     ciphersuites supported.  If the server rejects the PAC-
     Opaque, 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-Type=Y],

  // Next EAP conversation started after successful completion
     of previous method X.  The Intermediate-Result and Crypto-
     Binding TLVs are sent in next packet to minimize round
     trips.  In this example, an identity request is not sent
     before negotiating EAP-Type=Y.

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

  Intermediate Result TLV (Success),
  Crypto-Binding TLV (Response),
  EAP-Payload-TLV [EAP-Type=Y] ->

         // Optional additional Y Method 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 without
  PAC-Opaque in SessionTicket extension)->
                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS Server Key Exchange
                           TLS Server Hello Done)
  EAP-Response/
  EAP-Type=TEAP, V=1 ->
  (TLS Client Key Exchange
   TLS change_cipher_spec,
   TLS finished)
   
                          <- EAP-Request/
                          EAP-Type=TEAP, V=1
                          (TLS change_cipher_spec
                           TLS finished)
                           EAP-Payload-TLV[
                           EAP-Request/Identity])
   
     // TLS channel established
        (messages sent within the TLS channel)
   
     // First EAP Payload TLV is piggybacked to the TLS Finished as
        Application Data and protected by the TLS tunnel.
   
  EAP-Payload TLV/
  EAP Identity Response ->
   
                         <-  EAP Payload TLV, EAP-Request,
                             (EAP-MSCHAPV2, Challenge)
   
  EAP Payload TLV, EAP-Response,
  (EAP-MSCHAPV2, Response) ->
   
                         <-  EAP Payload TLV, EAP-Request,
                             (EAP-MSCHAPV2, Success Request)
   
  EAP Payload TLV, EAP-Response,
  (EAP-MSCHAPV2, Success Response) ->
   
                       <- Intermediate-Result-TLV (Success),
                           Crypto-Binding TLV (Request),
                              Result TLV (Success)
   
     Intermediate-Result-TLV (Success),
     Result TLV (Failure)
     Error TLV with
     (Error Code = 2001) ->
   
  // TLS channel torn down
     (messages sent in cleartext)

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

                         <- Vendor-Specific TLV

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

  Result-TLV (Success) ->

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

   EAP-Response/
   EAP-Type=TEAP, V=1
   (TLS client_hello with
    PAC-Opaque in SessionTicket extension)->

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

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

   TLS channel established
   (messages sent within the TLS channel)

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

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

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

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

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

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

   Result-TLV (Success) ->

   TLS channel torn down
   (messages sent in cleartext)

                           <- EAP-Success
]]></artwork>
      </section>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references>
        <name>Normative References</name>
        <reference anchor="BCP14" target="https://www.rfc-editor.org/info/rfc8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba">
              <organization/>
            </author>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol  specifications.  This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the  defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC3748" target="https://www.rfc-editor.org/info/rfc3748">
          <front>
            <title>Extensible Authentication Protocol (EAP)</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba">
              <organization/>
            </author>
            <author fullname="L. Blunk" initials="L." surname="Blunk">
              <organization/>
            </author>
            <author fullname="J. Vollbrecht" initials="J." surname="Vollbrecht">
              <organization/>
            </author>
            <author fullname="J. Carlson" initials="J." surname="Carlson">
              <organization/>
            </author>
            <author fullname="H. Levkowetz" initials="H." role="editor" surname="Levkowetz">
              <organization/>
            </author>
            <date month="June" year="2004"/>
            <abstract>
              <t>This document defines the Extensible Authentication Protocol (EAP), an authentication framework which supports multiple authentication methods.  EAP typically runs directly over data link layers such as Point-to-Point Protocol (PPP) or IEEE 802, without requiring IP.  EAP provides its own support for duplicate elimination and retransmission, but is reliant on lower layer ordering guarantees.  Fragmentation is not supported within EAP itself; however, individual EAP methods may support this.  This document obsoletes RFC 2284.  A summary of the changes between this document and RFC 2284 is available in Appendix A.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3748"/>
          <seriesInfo name="DOI" value="10.17487/RFC3748"/>
        </reference>
        <reference anchor="RFC5077" target="https://www.rfc-editor.org/info/rfc5077">
          <front>
            <title>Transport Layer Security (TLS) Session Resumption without Server-Side State</title>
            <author fullname="J. Salowey" initials="J." surname="Salowey">
              <organization/>
            </author>
            <author fullname="H. Zhou" initials="H." surname="Zhou">
              <organization/>
            </author>
            <author fullname="P. Eronen" initials="P." surname="Eronen">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <date month="January" year="2008"/>
            <abstract>
              <t>This document describes a mechanism that enables the Transport Layer Security (TLS) server to resume sessions and avoid keeping per-client session state.  The TLS server encapsulates the session state into a ticket and forwards it to the client.  The client can subsequently resume a session using the obtained ticket.  This document obsoletes RFC 4507.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5077"/>
          <seriesInfo name="DOI" value="10.17487/RFC5077"/>
        </reference>
        <reference anchor="RFC5226" target="https://www.rfc-editor.org/info/rfc5226">
          <front>
            <title>Guidelines for Writing an IANA Considerations Section in RFCs</title>
            <author fullname="T. Narten" initials="T." surname="Narten">
              <organization/>
            </author>
            <author fullname="H. Alvestrand" initials="H." surname="Alvestrand">
              <organization/>
            </author>
            <date month="May" year="2008"/>
            <abstract>
              <t>Many protocols make use of identifiers consisting of constants and other well-known values.  Even after a protocol has been defined and deployment has begun, new values may need to be assigned (e.g., for a new option type in DHCP, or a new encryption or authentication transform for IPsec).  To ensure that such quantities have consistent values and interpretations across all implementations, their assignment must be administered by a central authority.  For IETF protocols, that role is provided by the Internet Assigned Numbers Authority (IANA).</t>
              <t>In order for IANA to manage a given namespace prudently, it needs guidelines describing the conditions under which new values can be assigned or when modifications to existing values can be made.  If IANA is expected to play a role in the management of a namespace, IANA must be given clear and concise instructions describing that role.  This document discusses issues that should be considered in formulating a policy for assigning values to a namespace and provides guidelines for authors on the specific text that must be included in documents that place demands on IANA.</t>
              <t>This document obsoletes RFC 2434.  This document specifies an Internet Best  Current Practices for the Internet Community, and requests discussion and  suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5226"/>
          <seriesInfo name="DOI" value="10.17487/RFC5226"/>
        </reference>
        <reference anchor="RFC5246" target="https://www.rfc-editor.org/info/rfc5246">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.2</title>
            <author fullname="T. Dierks" initials="T." surname="Dierks">
              <organization/>
            </author>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="August" year="2008"/>
            <abstract>
              <t>This document specifies Version 1.2 of the Transport Layer Security (TLS) protocol.  The TLS protocol provides communications security over the Internet.  The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5246"/>
          <seriesInfo name="DOI" value="10.17487/RFC5246"/>
        </reference>
        <reference anchor="RFC5295" target="https://www.rfc-editor.org/info/rfc5295">
          <front>
            <title>Specification for the Derivation of Root Keys from an Extended Master Session Key (EMSK)</title>
            <author fullname="J. Salowey" initials="J." surname="Salowey">
              <organization/>
            </author>
            <author fullname="L. Dondeti" initials="L." surname="Dondeti">
              <organization/>
            </author>
            <author fullname="V. Narayanan" initials="V." surname="Narayanan">
              <organization/>
            </author>
            <author fullname="M. Nakhjiri" initials="M." surname="Nakhjiri">
              <organization/>
            </author>
            <date month="August" year="2008"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP) defined the Extended Master Session Key (EMSK) generation, but reserved it for unspecified future uses.  This memo reserves the EMSK for the sole purpose of deriving root keys.  Root keys are master keys that can be used for multiple purposes, identified by usage definitions.  This document also specifies a mechanism for avoiding conflicts between root keys by deriving them in a manner that guarantees cryptographic separation.  Finally, this document also defines one such root key usage: Domain-Specific Root Keys are root keys made available to and used within specific key management domains.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5295"/>
          <seriesInfo name="DOI" value="10.17487/RFC5295"/>
        </reference>
        <reference anchor="RFC5705" target="https://www.rfc-editor.org/info/rfc5705">
          <front>
            <title>Keying Material Exporters for Transport Layer Security (TLS)</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <date month="March" year="2010"/>
            <abstract>
              <t>A number of protocols wish to leverage Transport Layer Security (TLS) to perform key establishment but then use some of the keying material for their own purposes.  This document describes a general mechanism for allowing that.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5705"/>
          <seriesInfo name="DOI" value="10.17487/RFC5705"/>
        </reference>
        <reference anchor="RFC5746" target="https://www.rfc-editor.org/info/rfc5746">
          <front>
            <title>Transport Layer Security (TLS) Renegotiation Indication Extension</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla">
              <organization/>
            </author>
            <author fullname="M. Ray" initials="M." surname="Ray">
              <organization/>
            </author>
            <author fullname="S. Dispensa" initials="S." surname="Dispensa">
              <organization/>
            </author>
            <author fullname="N. Oskov" initials="N." surname="Oskov">
              <organization/>
            </author>
            <date month="February" year="2010"/>
            <abstract>
              <t>Secure Socket Layer (SSL) and Transport Layer Security (TLS) renegotiation are vulnerable to an attack in which the attacker forms a TLS connection with the target server, injects content of his choice, and then splices in a new TLS connection from a client.  The server treats the client's initial TLS handshake as a renegotiation and thus believes that the initial data transmitted by the attacker is from the same entity as the subsequent client data.  This specification defines a TLS extension to cryptographically tie renegotiations to the TLS connections they are being performed over, thus preventing this attack.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5746"/>
          <seriesInfo name="DOI" value="10.17487/RFC5746"/>
        </reference>
        <reference anchor="RFC5929" target="https://www.rfc-editor.org/info/rfc5929">
          <front>
            <title>Channel Bindings for TLS</title>
            <author fullname="J. Altman" initials="J." surname="Altman">
              <organization/>
            </author>
            <author fullname="N. Williams" initials="N." surname="Williams">
              <organization/>
            </author>
            <author fullname="L. Zhu" initials="L." surname="Zhu">
              <organization/>
            </author>
            <date month="July" year="2010"/>
            <abstract>
              <t>This document defines three channel binding types for Transport Layer Security (TLS), tls-unique, tls-server-end-point, and tls-unique-for-telnet, in accordance with RFC 5056 (On Channel Binding).</t>
              <t>Note that based on implementation experience, this document changes the original definition of 'tls-unique' channel binding type in the channel binding type IANA registry.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5929"/>
          <seriesInfo name="DOI" value="10.17487/RFC5929"/>
        </reference>
        <reference anchor="RFC6677" target="https://www.rfc-editor.org/info/rfc6677">
          <front>
            <title>Channel-Binding Support for Extensible Authentication Protocol (EAP) Methods</title>
            <author fullname="S. Hartman" initials="S." role="editor" surname="Hartman">
              <organization/>
            </author>
            <author fullname="T. Clancy" initials="T." surname="Clancy">
              <organization/>
            </author>
            <author fullname="K. Hoeper" initials="K." surname="Hoeper">
              <organization/>
            </author>
            <date month="July" year="2012"/>
            <abstract>
              <t>This document defines how to implement channel bindings for Extensible Authentication Protocol (EAP) methods to address the "lying Network Access Service (NAS)" problem as well as the "lying provider" problem.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6677"/>
          <seriesInfo name="DOI" value="10.17487/RFC6677"/>
        </reference>
      </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="NIST-SP-800-57">
          <front>
            <title>Recommendation for Key Management</title>
            <author initials="N. I. of S. and" surname="Technology" fullname="National Institute of Standards and Technology">
              <organization/>
            </author>
            <date year="2012" month="July"/>
          </front>
        </reference>
        <reference anchor="PEAP">
          <front>
            <title>[MS-PEAP]: Protected Extensible Authentication Protocol (PEAP)</title>
            <author initials="M." surname="Corporation" fullname="Microsoft Corporation">
              <organization/>
            </author>
            <date year="2014" month="February"/>
          </front>
        </reference>
        <reference anchor="RFC2315" target="https://www.rfc-editor.org/info/rfc2315">
          <front>
            <title>PKCS #7: Cryptographic Message Syntax Version 1.5</title>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski">
              <organization/>
            </author>
            <date month="March" year="1998"/>
            <abstract>
              <t>This document describes a general syntax for data that may have cryptography applied to it, such as digital signatures and digital envelopes.  This memo provides information for the Internet community. It does not specify an Internet standard of any kind.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2315"/>
          <seriesInfo name="DOI" value="10.17487/RFC2315"/>
        </reference>
        <reference anchor="RFC2985" target="https://www.rfc-editor.org/info/rfc2985">
          <front>
            <title>PKCS #9: Selected Object Classes and Attribute Types Version 2.0</title>
            <author fullname="M. Nystrom" initials="M." surname="Nystrom">
              <organization/>
            </author>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski">
              <organization/>
            </author>
            <date month="November" year="2000"/>
            <abstract>
              <t>This memo represents a republication of PKCS #9 v2.0 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process.  The body of this document, except for the security considerations section, is taken directly from that specification.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2985"/>
          <seriesInfo name="DOI" value="10.17487/RFC2985"/>
        </reference>
        <reference anchor="RFC2986" target="https://www.rfc-editor.org/info/rfc2986">
          <front>
            <title>PKCS #10: Certification Request Syntax Specification Version 1.7</title>
            <author fullname="M. Nystrom" initials="M." surname="Nystrom">
              <organization/>
            </author>
            <author fullname="B. Kaliski" initials="B." surname="Kaliski">
              <organization/>
            </author>
            <date month="November" year="2000"/>
            <abstract>
              <t>This memo represents a republication of PKCS #10 v1.7 from RSA Laboratories' Public-Key Cryptography Standards (PKCS) series, and change control is retained within the PKCS process.  The body of this document, except for the security considerations section, is taken directly from the PKCS #9 v2.0 or the PKCS #10 v1.7 document.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2986"/>
          <seriesInfo name="DOI" value="10.17487/RFC2986"/>
        </reference>
        <reference anchor="RFC3579" target="https://www.rfc-editor.org/info/rfc3579">
          <front>
            <title>RADIUS (Remote Authentication Dial In User Service) Support For Extensible Authentication Protocol (EAP)</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba">
              <organization/>
            </author>
            <author fullname="P. Calhoun" initials="P." surname="Calhoun">
              <organization/>
            </author>
            <date month="September" year="2003"/>
            <abstract>
              <t>This document defines Remote Authentication Dial In User Service (RADIUS) support for the Extensible Authentication Protocol (EAP), an authentication framework which supports multiple authentication mechanisms.  In the proposed scheme, the Network Access Server (NAS) forwards EAP packets to and from the RADIUS server, encapsulated within EAP-Message attributes.  This has the advantage of allowing the NAS to support any EAP authentication method, without the need for method- specific code, which resides on the RADIUS server.  While EAP was originally developed for use with PPP, it is now also in use with IEEE 802.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3579"/>
          <seriesInfo name="DOI" value="10.17487/RFC3579"/>
        </reference>
        <reference anchor="RFC3629" target="https://www.rfc-editor.org/info/rfc3629">
          <front>
            <title>UTF-8, a transformation format of ISO 10646</title>
            <author fullname="F. Yergeau" initials="F." surname="Yergeau">
              <organization/>
            </author>
            <date month="November" year="2003"/>
            <abstract>
              <t>ISO/IEC 10646-1 defines a large character set called the Universal Character Set (UCS) which encompasses most of the world's writing systems.  The originally proposed encodings of the UCS, however, were not compatible with many current applications and protocols, and this has led to the development of UTF-8, the object of this memo.  UTF-8 has the characteristic of preserving the full US-ASCII range, providing compatibility with file systems, parsers and other software that rely on US-ASCII values but are transparent to other values.  This memo obsoletes and replaces RFC 2279.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="63"/>
          <seriesInfo name="RFC" value="3629"/>
          <seriesInfo name="DOI" value="10.17487/RFC3629"/>
        </reference>
        <reference anchor="RFC3766" target="https://www.rfc-editor.org/info/rfc3766">
          <front>
            <title>Determining Strengths For Public Keys Used For Exchanging Symmetric Keys</title>
            <author fullname="H. Orman" initials="H." surname="Orman">
              <organization/>
            </author>
            <author fullname="P. Hoffman" initials="P." surname="Hoffman">
              <organization/>
            </author>
            <date month="April" year="2004"/>
            <abstract>
              <t>Implementors of systems that use public key cryptography to exchange symmetric keys need to make the public keys resistant to some predetermined level of attack.  That level of attack resistance is the strength of the system, and the symmetric keys that are exchanged must be at least as strong as the system strength requirements.  The three quantities, system strength, symmetric key strength, and public key strength, must be consistently matched for any network protocol usage.  While it is fairly easy to express the system strength requirements in terms of a symmetric key length and to choose a cipher that has a key length equal to or exceeding that requirement, it is harder to choose a public key that has a cryptographic strength meeting a symmetric key strength requirement.  This document explains how to determine the length of an asymmetric key as a function of a symmetric key strength requirement.  Some rules of thumb for estimating equivalent resistance to large-scale attacks on various algorithms are given.  The document also addresses how changing the sizes of the underlying large integers (moduli, group sizes, exponents, and so on) changes the time to use the algorithms for key exchange.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="86"/>
          <seriesInfo name="RFC" value="3766"/>
          <seriesInfo name="DOI" value="10.17487/RFC3766"/>
        </reference>
        <reference anchor="RFC4017" target="https://www.rfc-editor.org/info/rfc4017">
          <front>
            <title>Extensible Authentication Protocol (EAP) Method Requirements for Wireless LANs</title>
            <author fullname="D. Stanley" initials="D." surname="Stanley">
              <organization/>
            </author>
            <author fullname="J. Walker" initials="J." surname="Walker">
              <organization/>
            </author>
            <author fullname="B. Aboba" initials="B." surname="Aboba">
              <organization/>
            </author>
            <date month="March" year="2005"/>
            <abstract>
              <t>The IEEE 802.11i MAC Security Enhancements Amendment makes use of IEEE 802.1X, which in turn relies on the Extensible Authentication Protocol (EAP).  This document defines requirements for EAP methods used in IEEE 802.11 wireless LAN deployments.  The material in this document has been approved by IEEE 802.11 and is being presented as an IETF RFC for informational purposes.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4017"/>
          <seriesInfo name="DOI" value="10.17487/RFC4017"/>
        </reference>
        <reference anchor="RFC4072" target="https://www.rfc-editor.org/info/rfc4072">
          <front>
            <title>Diameter Extensible Authentication Protocol (EAP) Application</title>
            <author fullname="P. Eronen" initials="P." role="editor" surname="Eronen">
              <organization/>
            </author>
            <author fullname="T. Hiller" initials="T." surname="Hiller">
              <organization/>
            </author>
            <author fullname="G. Zorn" initials="G." surname="Zorn">
              <organization/>
            </author>
            <date month="August" year="2005"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP) provides a standard mechanism for support of various authentication methods.  This document defines the Command-Codes and AVPs necessary to carry EAP packets between a Network Access Server (NAS) and a back-end authentication server.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4072"/>
          <seriesInfo name="DOI" value="10.17487/RFC4072"/>
        </reference>
        <reference anchor="RFC4086" target="https://www.rfc-editor.org/info/rfc4086">
          <front>
            <title>Randomness Requirements for Security</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd">
              <organization/>
            </author>
            <author fullname="J. Schiller" initials="J." surname="Schiller">
              <organization/>
            </author>
            <author fullname="S. Crocker" initials="S." surname="Crocker">
              <organization/>
            </author>
            <date month="June" year="2005"/>
            <abstract>
              <t>Security systems are built on strong cryptographic algorithms that foil pattern analysis attempts.  However, the security of these systems is dependent on generating secret quantities for passwords, cryptographic keys, and similar quantities.  The use of pseudo-random processes to generate secret quantities can result in pseudo-security. A sophisticated attacker may find it easier to reproduce the environment that produced the secret quantities and to search the resulting small set of possibilities than to locate the quantities in the whole of the potential number space.</t>
              <t>Choosing random quantities to foil a resourceful and motivated adversary is surprisingly difficult.  This document points out many pitfalls in using poor entropy sources or traditional pseudo-random number generation techniques for generating such quantities.  It recommends the use of truly random hardware techniques and shows that the existing hardware on many systems can be used for this purpose. It provides suggestions to ameliorate the problem when a hardware solution is not available, and it gives examples of how large such quantities need to be for some applications.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="106"/>
          <seriesInfo name="RFC" value="4086"/>
          <seriesInfo name="DOI" value="10.17487/RFC4086"/>
        </reference>
        <reference anchor="RFC4282" target="https://www.rfc-editor.org/info/rfc4282">
          <front>
            <title>The Network Access Identifier</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba">
              <organization/>
            </author>
            <author fullname="M. Beadles" initials="M." surname="Beadles">
              <organization/>
            </author>
            <author fullname="J. Arkko" initials="J." surname="Arkko">
              <organization/>
            </author>
            <author fullname="P. Eronen" initials="P." surname="Eronen">
              <organization/>
            </author>
            <date month="December" year="2005"/>
            <abstract>
              <t>In order to provide roaming services, it is necessary to have a standardized method for identifying users.  This document defines the syntax for the Network Access Identifier (NAI), the user identity submitted by the client during network authentication.  "Roaming" may be loosely defined as the ability to use any one of multiple Internet Service Providers (ISPs), while maintaining a formal, \%customer-vendor relationship with only one.  Examples of where roaming capabilities might be required include ISP "confederations" and \%ISP-provided corporate network access support.  This document is a revised version of RFC 2486, which originally defined NAIs.  Enhancements include international character set and privacy support, as well as a number of corrections to the original RFC.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4282"/>
          <seriesInfo name="DOI" value="10.17487/RFC4282"/>
        </reference>
        <reference anchor="RFC4648" target="https://www.rfc-editor.org/info/rfc4648">
          <front>
            <title>The Base16, Base32, and Base64 Data Encodings</title>
            <author fullname="S. Josefsson" initials="S." surname="Josefsson">
              <organization/>
            </author>
            <date month="October" year="2006"/>
            <abstract>
              <t>This document describes the commonly used base 64, base 32, and base 16 encoding schemes.  It also discusses the use of line-feeds in encoded data, use of padding in encoded data, use of non-alphabet characters in encoded data, use of different encoding alphabets, and canonical encodings.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4648"/>
          <seriesInfo name="DOI" value="10.17487/RFC4648"/>
        </reference>
        <reference anchor="RFC4851" target="https://www.rfc-editor.org/info/rfc4851">
          <front>
            <title>The Flexible Authentication via Secure Tunneling Extensible Authentication Protocol Method (EAP-FAST)</title>
            <author fullname="N. Cam-Winget" initials="N." surname="Cam-Winget">
              <organization/>
            </author>
            <author fullname="D. McGrew" initials="D." surname="McGrew">
              <organization/>
            </author>
            <author fullname="J. Salowey" initials="J." surname="Salowey">
              <organization/>
            </author>
            <author fullname="H. Zhou" initials="H." surname="Zhou">
              <organization/>
            </author>
            <date month="May" year="2007"/>
            <abstract>
              <t>This document defines the Extensible Authentication Protocol (EAP) based Flexible Authentication via Secure Tunneling (EAP-FAST) protocol.  EAP-FAST is an EAP method that enables secure communication between a peer and a server by using the Transport Layer Security (TLS) to establish a mutually authenticated tunnel. Within the tunnel, Type-Length-Value (TLV) objects are used to convey authentication related data between the peer and the EAP server.  This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4851"/>
          <seriesInfo name="DOI" value="10.17487/RFC4851"/>
        </reference>
        <reference anchor="RFC4945" target="https://www.rfc-editor.org/info/rfc4945">
          <front>
            <title>The Internet IP Security PKI Profile of IKEv1/ISAKMP, IKEv2, and PKIX</title>
            <author fullname="B. Korver" initials="B." surname="Korver">
              <organization/>
            </author>
            <date month="August" year="2007"/>
            <abstract>
              <t>The Internet Key Exchange (IKE) and Public Key Infrastructure for X.509 (PKIX) certificate profile both provide frameworks that must be profiled for use in a given application.  This document provides a profile of IKE and PKIX that defines the requirements for using PKI technology in the context of IKE/IPsec.  The document complements protocol specifications such as IKEv1 and IKEv2, which assume the existence of public key certificates and related keying materials, but which do not address PKI issues explicitly.  This document addresses those issues.  The intended audience is implementers of PKI for IPsec.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4945"/>
          <seriesInfo name="DOI" value="10.17487/RFC4945"/>
        </reference>
        <reference anchor="RFC4962" target="https://www.rfc-editor.org/info/rfc4962">
          <front>
            <title>Guidance for Authentication, Authorization, and Accounting (AAA) Key Management</title>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="B. Aboba" initials="B." surname="Aboba">
              <organization/>
            </author>
            <date month="July" year="2007"/>
            <abstract>
              <t>This document provides guidance to designers of Authentication, Authorization, and Accounting (AAA) key management protocols.  The guidance is also useful to designers of systems and solutions that include AAA key management protocols.  Given the complexity and difficulty in designing secure, long-lasting key management algorithms and protocols by experts in the field, it is almost certainly inappropriate for IETF working groups without deep expertise in the area to be designing their own key management algorithms and protocols based on Authentication, Authorization, and Accounting (AAA) protocols.  The guidelines in this document apply to documents requesting publication as IETF RFCs.  Further, these guidelines will be useful to other standards development organizations (SDOs) that specify AAA key management.  This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="132"/>
          <seriesInfo name="RFC" value="4962"/>
          <seriesInfo name="DOI" value="10.17487/RFC4962"/>
        </reference>
        <reference anchor="RFC5247" target="https://www.rfc-editor.org/info/rfc5247">
          <front>
            <title>Extensible Authentication Protocol (EAP) Key Management Framework</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba">
              <organization/>
            </author>
            <author fullname="D. Simon" initials="D." surname="Simon">
              <organization/>
            </author>
            <author fullname="P. Eronen" initials="P." surname="Eronen">
              <organization/>
            </author>
            <date month="August" year="2008"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, enables extensible network access authentication.  This document specifies the EAP key hierarchy and provides a framework for the transport and usage of keying material and parameters generated by EAP authentication algorithms, known as "methods".  It also provides a detailed system-level security analysis, describing the conditions under which the key management guidelines described in RFC 4962 can be satisfied.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5247"/>
          <seriesInfo name="DOI" value="10.17487/RFC5247"/>
        </reference>
        <reference anchor="RFC5272" target="https://www.rfc-editor.org/info/rfc5272">
          <front>
            <title>Certificate Management over CMS (CMC)</title>
            <author fullname="J. Schaad" initials="J." surname="Schaad">
              <organization/>
            </author>
            <author fullname="M. Myers" initials="M." surname="Myers">
              <organization/>
            </author>
            <date month="June" year="2008"/>
            <abstract>
              <t>This document defines the base syntax for CMC, a Certificate Management protocol using the Cryptographic Message Syntax (CMS). This protocol addresses two immediate needs within the Internet Public Key Infrastructure (PKI) community:</t>
              <t>1.  The need for an interface to public key certification products and services based on CMS and PKCS #10 (Public Key Cryptography Standard), and</t>
              <t>2.  The need for a PKI enrollment protocol for encryption only keys due to algorithm or hardware design.</t>
              <t>CMC also requires the use of the transport document and the requirements usage document along with this document for a full definition.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5272"/>
          <seriesInfo name="DOI" value="10.17487/RFC5272"/>
        </reference>
        <reference anchor="RFC5280" target="https://www.rfc-editor.org/info/rfc5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper">
              <organization/>
            </author>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="S. Farrell" initials="S." surname="Farrell">
              <organization/>
            </author>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen">
              <organization/>
            </author>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <author fullname="W. Polk" initials="W." surname="Polk">
              <organization/>
            </author>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet.  An overview of this approach and model is provided as an introduction.  The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms.  Standard certificate extensions are described and two Internet-specific extensions are defined.  A set of required certificate extensions is specified.  The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions.  An algorithm for X.509 certification path validation is described.  An ASN.1 module and examples are provided in the appendices.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC5281" target="https://www.rfc-editor.org/info/rfc5281">
          <front>
            <title>Extensible Authentication Protocol Tunneled Transport Layer Security Authenticated Protocol Version 0 (EAP-TTLSv0)</title>
            <author fullname="P. Funk" initials="P." surname="Funk">
              <organization/>
            </author>
            <author fullname="S. Blake-Wilson" initials="S." surname="Blake-Wilson">
              <organization/>
            </author>
            <date month="August" year="2008"/>
            <abstract>
              <t>EAP-TTLS is an EAP (Extensible Authentication Protocol) method that encapsulates a TLS (Transport Layer Security) session, consisting of a handshake phase and a data phase.  During the handshake phase, the server is authenticated to the client (or client and server are mutually authenticated) using standard TLS procedures, and keying material is generated in order to create a cryptographically secure tunnel for information exchange in the subsequent data phase.  During the data phase, the client is authenticated to the server (or client and server are mutually authenticated) using an arbitrary authentication mechanism encapsulated within the secure tunnel.  The encapsulated authentication mechanism may itself be EAP, or it may be another authentication protocol such as PAP, CHAP, MS-CHAP, or MS-CHAP-V2.  Thus, EAP-TTLS allows legacy password-based authentication protocols to be used against existing authentication databases, while protecting the security of these legacy protocols against eavesdropping, man-in-the-middle, and other attacks.  The data phase may also be used for additional, arbitrary data exchange.  This memo  provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5281"/>
          <seriesInfo name="DOI" value="10.17487/RFC5281"/>
        </reference>
        <reference anchor="RFC5421" target="https://www.rfc-editor.org/info/rfc5421">
          <front>
            <title>Basic Password Exchange within the Flexible Authentication via Secure Tunneling Extensible Authentication Protocol (EAP-FAST)</title>
            <author fullname="N. Cam-Winget" initials="N." surname="Cam-Winget">
              <organization/>
            </author>
            <author fullname="H. Zhou" initials="H." surname="Zhou">
              <organization/>
            </author>
            <date month="March" year="2009"/>
            <abstract>
              <t>The Flexible Authentication via Secure Tunneling Extensible Authentication Protocol (EAP-FAST) method enables secure communication between a peer and a server by using Transport Layer Security (TLS) to establish a mutually authenticated tunnel.  Within this tunnel, a basic password exchange, based on the Generic Token Card method (EAP-GTC), may be executed to authenticate the peer.  This  memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5421"/>
          <seriesInfo name="DOI" value="10.17487/RFC5421"/>
        </reference>
        <reference anchor="RFC5652" target="https://www.rfc-editor.org/info/rfc5652">
          <front>
            <title>Cryptographic Message Syntax (CMS)</title>
            <author fullname="R. Housley" initials="R." surname="Housley">
              <organization/>
            </author>
            <date month="September" year="2009"/>
            <abstract>
              <t>This document describes the Cryptographic Message Syntax (CMS).  This syntax is used to digitally sign, digest, authenticate, or encrypt arbitrary message content.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="70"/>
          <seriesInfo name="RFC" value="5652"/>
          <seriesInfo name="DOI" value="10.17487/RFC5652"/>
        </reference>
        <reference anchor="RFC5931" target="https://www.rfc-editor.org/info/rfc5931">
          <front>
            <title>Extensible Authentication Protocol (EAP) Authentication Using Only a Password</title>
            <author fullname="D. Harkins" initials="D." surname="Harkins">
              <organization/>
            </author>
            <author fullname="G. Zorn" initials="G." surname="Zorn">
              <organization/>
            </author>
            <date month="August" year="2010"/>
            <abstract>
              <t>This memo describes an Extensible Authentication Protocol (EAP) method, EAP-pwd, which uses a shared password for authentication. The password may be a low-entropy one and may be drawn from some set of possible passwords, like a dictionary, which is available to an attacker.  The underlying key exchange is resistant to active attack, passive attack, and dictionary attack.  This document is not an Internet  Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5931"/>
          <seriesInfo name="DOI" value="10.17487/RFC5931"/>
        </reference>
        <reference anchor="RFC6066" target="https://www.rfc-editor.org/info/rfc6066">
          <front>
            <title>Transport Layer Security (TLS) Extensions: Extension Definitions</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd">
              <organization/>
            </author>
            <date month="January" year="2011"/>
            <abstract>
              <t>This document provides specifications for existing TLS extensions.  It is a companion document for RFC 5246, "The Transport Layer Security (TLS) Protocol Version 1.2".  The extensions specified are server_name, max_fragment_length, client_certificate_url, trusted_ca_keys, truncated_hmac, and status_request.  [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6066"/>
          <seriesInfo name="DOI" value="10.17487/RFC6066"/>
        </reference>
        <reference anchor="RFC6124" target="https://www.rfc-editor.org/info/rfc6124">
          <front>
            <title>An EAP Authentication Method Based on the Encrypted Key Exchange (EKE) Protocol</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer">
              <organization/>
            </author>
            <author fullname="G. Zorn" initials="G." surname="Zorn">
              <organization/>
            </author>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig">
              <organization/>
            </author>
            <author fullname="S. Fluhrer" initials="S." surname="Fluhrer">
              <organization/>
            </author>
            <date month="February" year="2011"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP) describes a framework that allows the use of multiple authentication mechanisms.  This document defines an authentication mechanism for EAP called EAP-EKE, based on the Encrypted Key Exchange (EKE) protocol.  This method provides mutual authentication through the use of a short, easy to remember password.  Compared with other common authentication methods, EAP-EKE is not susceptible to dictionary attacks.  Neither does it require the availability of public-key certificates.   This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6124"/>
          <seriesInfo name="DOI" value="10.17487/RFC6124"/>
        </reference>
        <reference anchor="RFC6678" target="https://www.rfc-editor.org/info/rfc6678">
          <front>
            <title>Requirements for a Tunnel-Based Extensible Authentication Protocol (EAP) Method</title>
            <author fullname="K. Hoeper" initials="K." surname="Hoeper">
              <organization/>
            </author>
            <author fullname="S. Hanna" initials="S." surname="Hanna">
              <organization/>
            </author>
            <author fullname="H. Zhou" initials="H." surname="Zhou">
              <organization/>
            </author>
            <author fullname="J. Salowey" initials="J." role="editor" surname="Salowey">
              <organization/>
            </author>
            <date month="July" year="2012"/>
            <abstract>
              <t>This memo defines the requirements for a tunnel-based Extensible Authentication Protocol (EAP) Method.  This tunnel method will use Transport Layer Security (TLS) to establish a secure tunnel.  The tunnel will provide support for password authentication, EAP authentication, and the transport of additional data for other purposes.  This document is not an Internet Standards Track  specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6678"/>
          <seriesInfo name="DOI" value="10.17487/RFC6678"/>
        </reference>
        <reference anchor="RFC6960" target="https://www.rfc-editor.org/info/rfc6960">
          <front>
            <title>X.509 Internet Public Key Infrastructure Online Certificate Status Protocol - OCSP</title>
            <author fullname="S. Santesson" initials="S." surname="Santesson">
              <organization/>
            </author>
            <author fullname="M. Myers" initials="M." surname="Myers">
              <organization/>
            </author>
            <author fullname="R. Ankney" initials="R." surname="Ankney">
              <organization/>
            </author>
            <author fullname="A. Malpani" initials="A." surname="Malpani">
              <organization/>
            </author>
            <author fullname="S. Galperin" initials="S." surname="Galperin">
              <organization/>
            </author>
            <author fullname="C. Adams" initials="C." surname="Adams">
              <organization/>
            </author>
            <date month="June" year="2013"/>
            <abstract>
              <t>This document specifies a protocol useful in determining the current status of a digital certificate without requiring Certificate Revocation Lists (CRLs). Additional mechanisms addressing PKIX operational requirements are specified in separate documents.  This document obsoletes RFCs 2560 and 6277.  It also updates RFC 5912.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6960"/>
          <seriesInfo name="DOI" value="10.17487/RFC6960"/>
        </reference>
        <reference anchor="RFC6961" target="https://www.rfc-editor.org/info/rfc6961">
          <front>
            <title>The Transport Layer Security (TLS) Multiple Certificate Status Request Extension</title>
            <author fullname="Y. Pettersen" initials="Y." surname="Pettersen">
              <organization/>
            </author>
            <date month="June" year="2013"/>
            <abstract>
              <t>This document defines the Transport Layer Security (TLS) Certificate Status Version 2 Extension to allow clients to specify and support several certificate status methods.  (The use of the Certificate Status extension is commonly referred to as "OCSP stapling".)  Also defined is a new method based on the Online Certificate Status Protocol (OCSP) that servers can use to provide status information about not only the server's own certificate but also the status of intermediate certificates in the chain.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6961"/>
          <seriesInfo name="DOI" value="10.17487/RFC6961"/>
        </reference>
        <reference anchor="RFC7029" target="https://www.rfc-editor.org/info/rfc7029">
          <front>
            <title>Extensible Authentication Protocol (EAP) Mutual Cryptographic Binding</title>
            <author fullname="S. Hartman" initials="S." surname="Hartman">
              <organization/>
            </author>
            <author fullname="M. Wasserman" initials="M." surname="Wasserman">
              <organization/>
            </author>
            <author fullname="D. Zhang" initials="D." surname="Zhang">
              <organization/>
            </author>
            <date month="October" year="2013"/>
            <abstract>
              <t>As the Extensible Authentication Protocol (EAP) evolves, EAP peers rely increasingly on information received from the EAP server.  EAP extensions such as channel binding or network posture information are often carried in tunnel methods; peers are likely to rely on this information.  Cryptographic binding is a facility described in RFC 3748 that protects tunnel methods against man-in-the-middle attacks. However, cryptographic binding focuses on protecting the server rather than the peer.  This memo explores attacks possible when the peer is not protected from man-in-the-middle attacks and recommends cryptographic binding based on an Extended Master Session Key, a new form of cryptographic binding that protects both peer and server along with other mitigations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7029"/>
          <seriesInfo name="DOI" value="10.17487/RFC7029"/>
        </reference>
        <reference anchor="RFC7030" target="https://www.rfc-editor.org/info/rfc7030">
          <front>
            <title>Enrollment over Secure Transport</title>
            <author fullname="M. Pritikin" initials="M." role="editor" surname="Pritikin">
              <organization/>
            </author>
            <author fullname="P. Yee" initials="P." role="editor" surname="Yee">
              <organization/>
            </author>
            <author fullname="D. Harkins" initials="D." role="editor" surname="Harkins">
              <organization/>
            </author>
            <date month="October" year="2013"/>
            <abstract>
              <t>This document profiles certificate enrollment for clients using Certificate Management over CMS (CMC) messages over a secure transport.  This profile, called Enrollment over Secure Transport (EST), describes a simple, yet functional, certificate management protocol targeting Public Key Infrastructure (PKI) clients that need to acquire client certificates and associated Certification Authority (CA) certificates.  It also supports client-generated public/private key pairs as well as key pairs generated by the CA.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7030"/>
          <seriesInfo name="DOI" value="10.17487/RFC7030"/>
        </reference>
        <reference anchor="X.690">
          <front>
            <title>SN.1 encoding rules: Specification of Basic Encoding Rules (BER), Canonical Encoding Rules (CER) and Distinguished Encoding Rules (DER)</title>
            <author initials="" surname="ITU-T" fullname="ITU-T">
              <organization/>
            </author>
            <date year="2008" month="November"/>
          </front>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAB2YkGMAA+x96XPc1rHv9/NXoOQPISszDElJ1OIXVWgt17zW9kQ6yX1J
ygXOgCSiGWAugBHNyLp/++v99AEwFGXLTm7KTMoiZ4Cz9unT66+n02noym5R
PMxO1lVVLLKn33dF1ZaniyI7XHcXRdWVs7wr6yp73dRdPasX2dbJ08PX29kf
i6bFz/dCfnraFO+gCfg8zOtZlS+hwXmTn3XTefG2fjstlutpcza7t3dv97Rs
p7u7IbRdXs2/yxd1Bc92zboI5aqh39puf3f3we5+yJsif5gdVV3RVEUXLs8f
Zk9ffJtd1s3bsjrPzpt6vQpvL+Mj0yfYZ4ABP8zabh7a9emybHGUJ1cr6Obo
6cmzEFblwwx+vshmeZWt2yLLmya/yrbKsyxfLLKrot3O6ia7yNuL7KJoipBl
MPGH+AX82tZN1xRn7UNqYl6c5etF18IT+v3Vkr/GP0MOa1g3D0OYZmUFHx7u
ZE+Kb+q32dbT+TY8zUt1uICR0OfwUbHMy8VDGAqszx/OmqJo8nm5bnfq5tya
+Xon+38X9doa+Dqv9QN5/eIf8OcfZmU7q3dm9dLe/M+d7BgW/bK4spf/s26L
1YX7WJr4e138oeUPd3D9tYmXO9njfDn9E+wBfKqtvMyr2VX6BYz4YfYYhxAb
rWb58hIeGBna8Q7Mo6pya/K4g3EVlX0qTbRd8a7YucAP/1BWZ2VV1BU3VNXN
Eoj1XfEQnv7q8eu9Ow+zN88e39+7dwc+gN9u37tz/yH/enf33j39dX//wH69
E399cFd/vbcbf40PPNh/IL8eHGBjAUbjR3D09OnTnfu7+9O9P+/s7+7dxs+A
lvi83Xpez/JFBpucvSi6pl7VixKORHYIRJ+9LDqkcliU10Bu06/ytpjrh9nh
bFa0bfa4ruC1xS1qdJ530OaTYlYsT4smg97u0edKfxn98LLisOCDl0fHJ9Pj
19P7u7vTu/fSsb0pYD2XRTXnow+zyr4prrIXeZWfF/B553v9z/XiCnvc39jj
rZfUDkz3qGqhj3VXZPUZ7C/MPm/mLa3CSTG7qOpFfX6Fjb8GXpKO6S8vjqf4
6d8eEisqZh2syU3YFb607Qf8rDht1nlDg76zcdAvyllTt/VZByvdrOqGmuXt
3r+9p/Sw/+C++1VJ4/bde0oatw+MSm7fO9AH7sAG2a/39u1Xa+HO/n379MCI
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
U50cR7mq4mSbwqsCGsArycRIEW+0yqodXPvOPprYSabvdNdivnRIqjXHm3OS
1NvZ8DLlXWFx5+Cu3J/IVj6NQYy9NvabpIHfmKG8PPxmw8O/Hf72FJPIbj6F
x8ys1Rp08376XO7GL/YKBt94pK6m1IaX7Pf420he50dHap8pRPiNe0staze/
njaE4AV74mNrsymCZ8MQ4tDjXDnY4cY9isX6o2tjn41Z1/hmhBvo6cPMFalH
e2nkuD1Coye2+eJhPcKd9+uuVmC8WWoSfJwvZlQ3COMpNOFbvpzO3JegYmF2
TT85AE3LSZL4hPndWqsKv26LNYydALvCs3XFqsHW6zfPtlk3wWyLxTlKJhfL
1uVkq3hIBbQXV2ymPQ5SeBy483HJCQ4Y1+BaYBRhhdnFi8CpQmFWri7gz3WJ
BqvRoJKqIMDoZYEyXNkuOcBJsdtQ0PSqlWsPB4yhDWyf5Px2svPHIaMJvZ+a
lFesTuGrHRdwTXA7B7hxb56FwcIJoJqoyDitnlLDl+DeQ8JHf2IbSPVD8Ks9
2N8/ISnhy+/2JrZ4y7ztyNZJNQlgeBG1PzcgVrt0dyit2GNf+/Lr/aY4sJ1b
8hkBwWNecwzNuz14/W1Bbcby8sc4HaSMF1jsGo0QT78nPbhJQFu5uXu7aM+l
FUWYNNGoaGu+A7L+ri0MQ2GRg4blobuDo3kY+K2nf3796s3J0zcPQfsloERq
hk4HNnOrXzOR2ug/hQngPGqsduASMF5SJEhXfN8ptLeVp8dBFzRHV5P2ZGQm
fd/2mLNJJKPQw1vj3K2EFVDaEJ5wjmgh+YvT71ygnwTiwGZeFgv612Ly2COg
WC8SFGWrIXb7oNVvj/FDcnzJAimIBcPbCZL4vAfNK174OwdENL06iTHtZXgA
kqqJln4CQ/iwYWltIBHCMsGvc7DvJBjq57C0EcSwumZ8W0cvHn+zrXgagfAG
rmTppd6VPwS68IbD4EVIBofo7TwLvNSAgjSyM+4Fn1FBp+fBvDj+hnh1ePq9
wOWMPfWUHutHU96+d+c+xTJg2BjZRohUcH52UTWFXjS4ppsn4UEgRGUg9QjG
spLZYIibv9FE10rniJ8gFnvQvUZym9CY/vqX6m+ZQ+pJN55lcAzv88QbBrCL
buAMRSgdV1TEIZ2J0n7/czxXqNxowBrrPC845dUtfIvEcvxNuz0J+O/ezg7+
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

-->

</rfc>
