home *** CD-ROM | disk | FTP | other *** search
/ Internet Info 1997 December / Internet_Info_CD-ROM_Walnut_Creek_December_1997.iso / drafts / draft_ietf_j_p / draft-ietf-pppext-eaptls-01.txt < prev    next >
Text File  |  1997-10-15  |  50KB  |  1,252 lines

  1.  
  2.  
  3.  
  4.      PPP Extensions Working Group                             Bernard Aboba
  5.      INTERNET-DRAFT                                               Microsoft
  6.      Category: Standards Track                                    Dan Simon
  7.      <draft-ietf-pppext-eaptls-01.txt>                            Microsoft
  8.      14 October 1997
  9.  
  10.  
  11.                       PPP EAP TLS Authentication Protocol
  12.  
  13.  
  14.      1.  Status of this Memo
  15.  
  16.      This document is an Internet-Draft.  Internet-Drafts are working docu-
  17.      ments of the Internet Engineering Task Force (IETF),  its  areas,  and
  18.      its  working groups.  Note that other groups may also distribute work-
  19.      ing documents as Internet-Drafts.
  20.  
  21.      Internet-Drafts are draft documents valid for a maximum of six  months
  22.      and  may  be updated, replaced, or obsoleted by other documents at any
  23.      time.  It is inappropriate to use Internet-Drafts as  reference  mate-
  24.      rial or to cite them other than as ``work in progress.''
  25.  
  26.      To  learn  the  current status of any Internet-Draft, please check the
  27.      ``1id-abstracts.txt'' listing contained in the Internet-Drafts  Shadow
  28.      Directories   on   ds.internic.net   (US  East  Coast),  nic.nordu.net
  29.      (Europe), ftp.isi.edu (US West Coast), or munnari.oz.au (Pacific Rim).
  30.  
  31.      The  distribution  of  this memo is unlimited.  It is filed as <draft-
  32.      ietf-pppext-eaptls-01.txt>, and expires May 1, 1998. Please send  com-
  33.      ments to the authors.
  34.  
  35.  
  36.      2.  Abstract
  37.  
  38.      The  Point-to-Point  Protocol  (PPP)  provides  a  standard method for
  39.      transporting multi-protocol datagrams over point-to-point links.   PPP
  40.      also  defines  an extensible Link Control Protocol (LCP), which can be
  41.      used to negotiate authentication methods, as  well  as  an  Encryption
  42.      Control  Protocol  (ECP),  used  to negotiate data encryption over PPP
  43.      links, and a Compression Control Protocol  (CCP),  used  to  negotiate
  44.      compression  methods.  The Extensible Authentication Protocol (EAP) is
  45.      a PPP extension that provides support  for  additional  authentication
  46.      methods within PPP.
  47.  
  48.      Transport  Level  Security  (TLS)  provides for mutual authentication,
  49.      ciphersuite negotiation and key exchange between two endpoints.   This
  50.      document describes how these TLS mechanisms may be used within EAP.
  51.  
  52.  
  53.      3.  Introduction
  54.  
  55.      The  Extensible  Authentication Protocol (EAP), described in [5], pro-
  56.      vides a standard mechanism for support  of  additional  authentication
  57.      methods  within  PPP.  Through the use of EAP, support for a number of
  58.  
  59.  
  60.  
  61.      Aboba & Simon                                                 [Page 1]
  62.  
  63.  
  64.  
  65.  
  66.  
  67.      INTERNET-DRAFT                                         14 October 1997
  68.  
  69.  
  70.      authentication schemes may be added, including smart cards,  Kerberos,
  71.      Public Key, One Time Passwords, and others. To date however, EAP meth-
  72.      ods such as [6] have focussed on authenticating a client to a  server.
  73.  
  74.      However,  in order to guard against rogue servers, it may be desirable
  75.      to support mutual authentication. In addition,  since  PPP  encryption
  76.      protocols  such as [10] and [11] assume existence of a session key, it
  77.      is useful to have a mechanism for  session  key  establishment.  Since
  78.      design of authentication and key management protocols is a non-trivial
  79.      exercise, it is desirable to avoid creating new mechanisms  for  this.
  80.      The  EAP protocol described in this document allows a PPP peer to take
  81.      advantage of the mutual authentication and key management capabilities
  82.      of the TLS protocol, described in [15].
  83.  
  84.  
  85.      3.1.  Requirements language
  86.  
  87.      This  specification  uses the same words as [12] for defining the sig-
  88.      nificance of each particular requirement.  These words are:
  89.  
  90.  
  91.      MUST      This word, or the adjectives "REQUIRED"  or  "SHALL",  means
  92.                that the definition is an absolute requirement of the speci-
  93.                fication.
  94.  
  95.      MUST NOT  This phrase, or the phrase "SHALL NOT", means that the defi-
  96.                nition is an absolute prohibition of the specification.
  97.  
  98.      SHOULD    This  word, or the adjective "RECOMMENDED", means that there
  99.                may exist  valid  reasons  in  particular  circumstances  to
  100.                ignore  a particular item, but the full implications must be
  101.                understood and carefully weighed before choosing a different
  102.                course.
  103.  
  104.      SHOULD NOT
  105.                This phrase means that there may exist valid reasons in par-
  106.                ticular  circumstances  when  the  particular  behavior   is
  107.                acceptable  or even useful, but the full implications should
  108.                be understood and the case carefully weighed  before  imple-
  109.                menting any behavior described with this label.
  110.  
  111.      MAY       This  word, or the adjective "", means that an item is truly
  112.                optional.  One vendor may choose to include the item because
  113.                a  particular  marketplace requires it or because the vendor
  114.                feels that it enhances the product while another vendor  may
  115.                omit  the  same  item.   An  implementation  which  does not
  116.                include a particular option MUST be prepared to interoperate
  117.                with  another  implementation which does include the option,
  118.                though perhaps with reduced functionality. In the same  vein
  119.                an  implementation  which  does  include a particular option
  120.                MUST be prepared to interoperate with another implementation
  121.                which  does  not  include the option.(except, of course, for
  122.                the feature the option provides)
  123.  
  124.  
  125.  
  126.  
  127.      Aboba & Simon                                                 [Page 2]
  128.  
  129.  
  130.  
  131.  
  132.  
  133.      INTERNET-DRAFT                                         14 October 1997
  134.  
  135.  
  136.      An implementation is not compliant if it fails to satisfy one or  more
  137.      of  the must or must not requirements for the protocols it implements.
  138.      An implementation that satisfies all the must, must  not,  should  and
  139.      should  not requirements for its protocols is said to be "uncondition-
  140.      ally compliant"; one that satisfies all the must and must not require-
  141.      ments but not all the should or should not requirements for its proto-
  142.      cols is said to be "conditionally compliant."
  143.  
  144.  
  145.      4.  Protocol overview
  146.  
  147.  
  148.  
  149.      4.1.  Overview of the EAP-TLS conversation
  150.  
  151.      As described in [5] and [17], the EAP-TLS conversation will  typically
  152.      begin  with  the  authenticator  and  the  peer  negotiating EAP.  The
  153.      authenticator will then typically send an EAP-Request/Identity  packet
  154.      to  the  peer, and the peer will respond with an EAP-Response/Identity
  155.      packet to the authenticator, containing the peer's userId.
  156.  
  157.      From this point forward, while nominally the EAP  conversation  occurs
  158.      between  the  authenticator  and  the  peer,  as described in [17] the
  159.      authenticator MAY act as a passthrough device, with  the  EAP  packets
  160.      received from the peer being encapsulated for transmission to a RADIUS
  161.      server or backend security server. In the discussion that follows,  we
  162.      will  use  the  term "EAP server" to denote the ultimate endpoint con-
  163.      versing with the peer.
  164.  
  165.      Once having received the peer's userId, the EAP  server  will  respond
  166.      with an EAP-TLS/Start packet, which is an EAP-Request packet with EAP-
  167.      Type=EAP-TLS, and no data. The EAP-TLS conversation will  then  begin,
  168.      with  the  peer  sending an EAP-Response packet with EAP-Type=EAP-TLS.
  169.      The data field of that packet will encapsulate one or more TLS records
  170.      in  TLS  record  layer format, containing a TLS client_hello handshake
  171.      message.  The  current  cipher  spec  for  the  TLS  records  will  be
  172.      TLS_NULL_WITH_NULL_NULL  and  null  compression.   This current cipher
  173.      spec remains the same until  the  change_cipher_spec  message  signals
  174.      that  subsequent  records  will have the negotiated attributes for the
  175.      remainder of the handshake.
  176.  
  177.      The client_hello message contains the client's TLS version  number,  a
  178.      sessionId, a random number, and a set of ciphersuites supported by the
  179.      client. The version offered by the client MUST correspond to TLS  v1.0
  180.      or later.
  181.  
  182.      The  EAP server will then respond with an EAP-Request packet with EAP-
  183.      Type=EAP-TLS. The data field of this packet will  encapsulate  one  or
  184.      more TLS records. These will contain a TLS server_hello handshake mes-
  185.      sage, possibly followed by TLS certificate, server_key_exchange,  cer-
  186.      tificate_request,  server_hello_done  and/or  finished  handshake mes-
  187.      sages, and/or a  TLS  change_cipher_spec  message.   The  server_hello
  188.      handshake  message  contains a TLS version number, another random num-
  189.      ber, a sessionId, and a  ciphersuite.   The  version  offered  by  the
  190.  
  191.  
  192.  
  193.      Aboba & Simon                                                 [Page 3]
  194.  
  195.  
  196.  
  197.  
  198.  
  199.      INTERNET-DRAFT                                         14 October 1997
  200.  
  201.  
  202.      server MUST correspond to TLS v1.0 or later.
  203.  
  204.      If  the  client's sessionId is null or unrecognized by the server, the
  205.      server will choose the sessionId to establish a  new  session;  other-
  206.      wise,  the  sessionId  will  match  that  offered by the client, indi-
  207.      cating a resumption of the previously established  session  with  that
  208.      sessionID.   The  server  will  also  choose  a ciphersuite from those
  209.      offered by  the client; if the session matches the client's, then  the
  210.      ciphersuite  MUST match the one negotiated during the handshake proto-
  211.      col execution that established the session.
  212.  
  213.      The purpose of the sessionId within the TLS protocol is to  allow  for
  214.      improved  efficiency in the case where a client repeatedly attempts to
  215.      authenticate to an EAP server within a short  period  of  time.  While
  216.      this model was developed for use with HTTP authentication, it may also
  217.      have application to PPP authentication (e.g. multilink).
  218.  
  219.      As a result, it is left up to the peer whether to attempt to  continue
  220.      a  previous  session,  thus shortening the TLS conversation. Typically
  221.      the peer's decision will be made based on the time elapsed  since  the
  222.      previous  authentication attempt to that EAP server. Based on the ses-
  223.      sionId chosen by the peer, and the time  elapsed  since  the  previous
  224.      authentication,  the  EAP server will decide whether to allow the con-
  225.      tinuation, or whether to choose a new session.
  226.  
  227.      In the case where the EAP server and authenticator reside on the  same
  228.      device,  then  client will only be able to continue sessions when con-
  229.      necting to the same NAS or tunnel server. Should these devices be  set
  230.      up in a rotary or round-robin then it may not be possible for the peer
  231.      to know in advance the authenticator it will  be  connecting  to,  and
  232.      therefore  which  sessionId  to  attempt  to reuse. As a result, it is
  233.      likely that the continuation attempt will fail. In the case where  the
  234.      EAP authentication is remoted then continuation is much more likely to
  235.      be successful, since multiple NAS  devices  and  tunnel  servers  will
  236.      remote their EAP authentications to the same RADIUS server.
  237.  
  238.      If  the  EAP server is resuming a previously established session, then
  239.      it MUST include only a TLS change_cipher_spec message and a  TLS  fin-
  240.      ished  handshake message after the server_hello message.  The finished
  241.      message contains the EAP server's authentication response to the peer.
  242.      If  the  EAP  server is not resuming a previously established session,
  243.      then it MUST include a TLS server_certificate handshake message, and a
  244.      server_hello_done handshake message MUST be the last handshake message
  245.      encapsulated in this EAP-Request packet.
  246.  
  247.      The certificate message contains a public key  certificate  chain  for
  248.      either a key exchange public key (such as an RSA or Diffie-Hellman key
  249.      exchange public key) or a signature public key (such as an RSA or  DSS
  250.      signature  public key).  In the latter case, a TLS server_key_exchange
  251.      handshake message MUST also be included to allow the key  exchange  to
  252.      take place.
  253.  
  254.      The  certificate_request  message  is included when the server desires
  255.      the client to authenticate itself via public key. While the EAP server
  256.  
  257.  
  258.  
  259.      Aboba & Simon                                                 [Page 4]
  260.  
  261.  
  262.  
  263.  
  264.  
  265.      INTERNET-DRAFT                                         14 October 1997
  266.  
  267.  
  268.      SHOULD require client authentication, this is not a requirement, since
  269.      it may be possible that the server will require that the peer  authen-
  270.      ticate via some other means.
  271.  
  272.      The  peer  will  then  respond  with  an EAP-Response packet with EAP-
  273.      Type=EAP-TLS.  The data field of this packet will encapsulate  one  or
  274.      more  TLS records containing a TLS change_cipher_spec message and fin-
  275.      ished handshake message, and possibly certificate,  certificate_verify
  276.      and/or  client_key_exchange  handshake  messages.   If  the  preceding
  277.      server_hello message sent by the EAP  server  in  the  preceding  EAP-
  278.      Request  packet  indicated  the resumption of a previous session, then
  279.      the peer MUST send only the change_cipher_spec and finished  handshake
  280.      messages.   The  finished  message  contains the peer's authentication
  281.      response to the EAP server.
  282.  
  283.      If the preceding server_hello message sent by the EAP  server  in  the
  284.      preceeding  EAP-Request  packet  did  not indicate the resumption of a
  285.      previous session,  then  the  peer  MUST  send,  in  addition  to  the
  286.      change_cipher_spec  and  finished messages, a client_key_exchange mes-
  287.      sage, which completes the exchange of a shared master  secret  between
  288.      the  peer  and  the  EAP  server.   If  the EAP server sent a certifi-
  289.      cate_request message in the preceding  EAP-Request  packet,  then  the
  290.      peer  MUST send, in addition, certificate and certificate_verify hand-
  291.      shake messages.  The former contains a certificate for the peer's sig-
  292.      nature public key, while the latter contains the peer's signed authen-
  293.      tication response to the EAP server. After receiving this packet,  the
  294.      EAP  server  will verify the peer's certificate and digital signature,
  295.      if requested.
  296.  
  297.      If the peer's authentication is unsuccessful, the EAP server will send
  298.      an  EAP-Request  packet  with  EAP-Type=EAP-TLS,  encapsulating  a TLS
  299.      record containing the appropriate TLS alert message.  It is useful for
  300.      the  EAP server to send a TLS alert message rather than to immediately
  301.      terminate the conversation so as to allow the peer to inform the  user
  302.      of  the  cause  of the failure and possibly allow for a restart of the
  303.      conversation.
  304.  
  305.      To ensure that the peer receives the TLS alert message, the EAP server
  306.      will  wait for the peer to reply with an EAP-Response packet. The EAP-
  307.      Response packet sent by the peer may encapsulate  a  TLS  client_hello
  308.      handshake  message, in which case the EAP server may allow the EAP-TLS
  309.      conversation to be restarted, or it may contain an EAP-Response packet
  310.      with  EAP-Type=EAP-TLS  and no data, in which case the EAP-Server will
  311.      send an EAP-Failure packet, and terminate the conversation. It  is  up
  312.      to the EAP server whether to allow restarts, and if so, how many times
  313.      the conversation can be restarted. An EAP Server implementing  restart
  314.      capability  SHOULD  impose a limit on the number of restarts, so as to
  315.      protect against denial of service attacks.
  316.  
  317.      If the peers authenticates successfully, the EAP server  will  respond
  318.      with  an  EAP-Request packet with EAP-Type=EAP-TLS, which includes, in
  319.      the case of a new TLS session, one or more TLS records containing  TLS
  320.      change_cipher_spec  and  finished handshake messages.  The latter con-
  321.      tains the EAP server's authentication response to the peer.  The  peer
  322.  
  323.  
  324.  
  325.      Aboba & Simon                                                 [Page 5]
  326.  
  327.  
  328.  
  329.  
  330.  
  331.      INTERNET-DRAFT                                         14 October 1997
  332.  
  333.  
  334.      will then verify the hash in order to authenticate the EAP server.
  335.  
  336.      If the EAP server authenticates unsuccessfully, the peer sends an EAP-
  337.      Response packet of EAP-Type=EAP-TLS containing  a  TLS  Alert  message
  338.      identifying the reason for the failed authentication. It is useful for
  339.      the peer to send a TLS alert message rather than immediately terminat-
  340.      ing the conversation so as to allow the EAP server to log the cause of
  341.      the error for examination by the system administrator.
  342.  
  343.      To ensure that the EAP Server receives the TLS alert message, the peer
  344.      will wait for the EAP-Server to reply before terminating the conversa-
  345.      tion. The EAP Server MUST  reply  with  an  EAP-Failure  packet  since
  346.      server authentication failure is a terminal condition.
  347.  
  348.      If  the  EAP server authenticates successfully, the peer sends an EAP-
  349.      Response packet of EAP-Type=EAP-TLS, and no data. The EAP-Server  then
  350.      responds with an EAP-Success message.
  351.  
  352.      4.2.  Retry behavior
  353.  
  354.      As  with  other EAP protocols, the EAP server is responsible for retry
  355.      behavior. This means that if the EAP server does not receive  a  reply
  356.      from the peer, it will resend the EAP-Request for which it has not yet
  357.      received an EAP-Response. However,  the  peer  will  not  resend  EAP-
  358.      Response packets without first being prompted by the EAP server.
  359.  
  360.      For  example,  if  the  initial  EAP-TLS  start packet sent by the EAP
  361.      server were to be lost, then the peer would not receive  this  packet,
  362.      and  would  not  respond  to it. As a result, the EAP-TLS start packet
  363.      would be resent by the EAP server. Once the peer received the  EAP-TLS
  364.      start  packet, it would respond with an EAP-Response encapsulating the
  365.      client_hello message. If the EAP-Response were to be  lost,  then  the
  366.      EAP  server would resend the initial EAP-TLS start, and the peer would
  367.      resend the EAP-Response.
  368.  
  369.      As a result, it is possible that a peer will  receive  duplicate  EAP-
  370.      Request  messages, and may send duplicate EAP-Responses. Both the peer
  371.      and the EAP-Server should be engineered to handle this possibility.
  372.  
  373.  
  374.      4.3.  Identity verification
  375.  
  376.      As part of the TLS negotiation, the server presents a  certificate  to
  377.      the peer, and if mutual authentication is requested, the peer presents
  378.      a certificate to the server.
  379.  
  380.      Note that since the peer has made a claim  of  identity  in  the  EAP-
  381.      Response/Identity (MyID) packet, the EAP server SHOULD verify that the
  382.      claimed identity corresponds to the certificate presented by the peer.
  383.      Typically  this  will  be  accomplished  either  by placing the userId
  384.      within the peer certificate, or by providing  a  mapping  between  the
  385.      peer certificate and the userId using a directory service.
  386.  
  387.  
  388.  
  389.  
  390.  
  391.      Aboba & Simon                                                 [Page 6]
  392.  
  393.  
  394.  
  395.  
  396.  
  397.      INTERNET-DRAFT                                         14 October 1997
  398.  
  399.  
  400.      Similarly,  the  peer  MUST verify the validity of the EAP server cer-
  401.      tificate, and SHOULD also examine the EAP server name presented in the
  402.      certificate,  in  order  to  determine  whether  the EAP server can be
  403.      trusted. Please note that in the case where the EAP authentication  is
  404.      remoted that the EAP server will not reside on the same machine as the
  405.      authenticator, and therefore the name in the EAP server's  certificate
  406.      cannot  be expected to match that of the intended destination. In this
  407.      case, a more appropriate test might be whether the EAP  server's  cer-
  408.      tificate  is  signed  by a CA controlling the intended destination and
  409.      whether the EAP server exists within a target sub-domain.
  410.  
  411.  
  412.      4.4.  Key derivation
  413.  
  414.      Since the normal TLS keys are used in  the  handshake,  and  therefore
  415.      should not be used in a different context, new encryption keys must be
  416.      derived from the TLS master secret for use with PPP  encryption.   For
  417.      both  peer  and EAP server, the derivation proceeds as follows:  given
  418.      the master secret negotiated by the TLS  handshake,  the  pseudorandom
  419.      function  (PRF) defined in the specification for the version of TLS in
  420.      use, and the value random defined as the concatenation  of  the  hand-
  421.      shake  message  fields client_hello.random and server_hello.random (in
  422.      that order), the value PRF(master  secret,  "client  EAP  encryption",
  423.      random) is computed up to 128 bytes, and the value PRF("", "client EAP
  424.      encryption", random) is computed up to 64 bytes (where "" is an  empty
  425.      string).   The  peer  encryption key (the one used for encrypting data
  426.      from peer to EAP server) is obtained  by  truncating  to  the  correct
  427.      length  the  first  32  bytes  of  the  first  PRF of these two output
  428.      strings.  The EAP server encryption key (the one used  for  encrypting
  429.      data from EAP server to peer), if different from the client encryption
  430.      key, is obtained by truncating to the correct  length  the  second  32
  431.      bytes  of  this same PRF output string.  The client authentication key
  432.      (the one used for  computing  MACs  for  messages  from  peer  to  EAP
  433.      server),  if used, is obtained by truncating to the correct length the
  434.      third 32 bytes of this same PRF output string.  The EAP server authen-
  435.      tication  key  (the  one used for computing MACs for messages from EAP
  436.      server to peer), if used, and if different from the  peer  authentica-
  437.      tion  key,  is obtained by truncating to the correct length the fourth
  438.      32 bytes of this same PRF output string.  The peer initialization vec-
  439.      tor  (IV), used for messages from peer to EAP server if a block cipher
  440.      has been specified, is obtained by truncating to  the  cipher's  block
  441.      size  the  first  32  bytes  of the second PRF output string mentioned
  442.      above.  Finally, the server initialization vector (IV), used for  mes-
  443.      sages from peer to EAP server if a block cipher has been specified, is
  444.      obtained by truncating to the cipher's block size the second 32  bytes
  445.      of this second PRF output.
  446.  
  447.      The use of these encryption and authentication keys is specific to the
  448.      PPP encryption mechanism used, such as those defined in [10] and [11].
  449.      Additional  keys  or  other  non-secret  values  (such  as IVs) can be
  450.      obtained as needed for future PPP encryption methods by extending  the
  451.      outputs of the PRF beyond 128 bytes and 64 bytes, respectively.
  452.  
  453.  
  454.  
  455.  
  456.  
  457.      Aboba & Simon                                                 [Page 7]
  458.  
  459.  
  460.  
  461.  
  462.  
  463.      INTERNET-DRAFT                                         14 October 1997
  464.  
  465.  
  466.      4.5.  ECP negotiation
  467.  
  468.      Since  TLS  supports ciphersuite negotiation, peers completing the TLS
  469.      negotiation will also have selected a ciphersuite, which includes  key
  470.      strength,  encryption  and  hashing methods. As a result, a subsequent
  471.      Encryption Control Protocol (ECP) conversation, if it  occurs,  has  a
  472.      predetermined result.
  473.  
  474.      In  order to ensure agreement between the EAP-TLS ciphersuite negotia-
  475.      tion and the subsequent ECP negotiation (described in [7]), during ECP
  476.      negotiation the PPP peer MUST offer only the ciphersuite negotiated in
  477.      EAP-TLS.  This ensures that the PPP authenticator MUST accept the EAP-
  478.      TLS  negotiated  ciphersuite in order for the conversation to proceed.
  479.      Should the authenticator not accept  the  EAP-TLS  negotiated  cipher-
  480.      suite, then the peer MUST send an LCP terminate and disconnect.
  481.  
  482.      Please  note  that as described in [17], it cannot be assumed that the
  483.      PPP authenticator and EAP server are located on the  same  machine  or
  484.      that  the  authenticator understands the EAP-TLS conversation that has
  485.      passed through it. Thus if the peer offers a  ciphersuite  other  than
  486.      the one negotiated in EAP-TLS there is no way for the authenticator to
  487.      know how to respond correctly.
  488.  
  489.  
  490.      4.6.  CCP negotiation
  491.  
  492.      TLS as described in [15] supports compression as well  as  ciphersuite
  493.      negotiation.  However,  TLS only provides support for a limited number
  494.      of compression types which do not overlap with the  compression  types
  495.      used in PPP. As a result, during the EAP-TLS conversation the EAP end-
  496.      points MUST NOT request or negotiate  compression.  Instead,  the  PPP
  497.      Compression  Control  Protocol (CCP), described in [16] should be used
  498.      to negotiate the desired compression scheme.
  499.  
  500.  
  501.      4.7.  Examples
  502.  
  503.      In the case where the EAP-TLS mutual authentication is successful, the
  504.      conversation will appear as follows:
  505.  
  506.      Authenticating Peer     Authenticator
  507.      -------------------     -------------
  508.  
  509.                              <- PPP LCP Request-EAP
  510.                              auth
  511.      PPP LCP ACK-EAP
  512.      auth ->
  513.                              <- PPP EAP-Request/
  514.                              Identity
  515.      PPP EAP-Response/
  516.      Identity (MyID) ->
  517.                              <- PPP EAP-Request/
  518.                              EAP-Type=EAP-TLS
  519.                              (TLS Start)
  520.  
  521.  
  522.  
  523.      Aboba & Simon                                                 [Page 8]
  524.  
  525.  
  526.  
  527.  
  528.  
  529.      INTERNET-DRAFT                                         14 October 1997
  530.  
  531.  
  532.      PPP EAP-Response/
  533.      EAP-Type=EAP-TLS
  534.      (TLS client_hello)->
  535.                              <- PPP EAP-Request/
  536.                              EAP-Type=EAP-TLS
  537.                              (TLS server_hello,
  538.                               TLS certificate,
  539.                          [TLS server_key_exchange,]
  540.                          [TLS certificate_request,]
  541.                           TLS server_hello_done)
  542.      PPP EAP-Response/
  543.      EAP-Type=EAP-TLS
  544.      (TLS certificate,
  545.       TLS client_key_exchange,
  546.      [TLS certificate_verify,]
  547.       TLS change_cipher_spec,
  548.       TLS finished) ->
  549.                              <- PPP EAP-Request/
  550.                              EAP-Type=EAP-TLS
  551.                              (TLS change_cipher_spec,
  552.                           TLS finished)
  553.      PPP EAP-Response/
  554.      EAP-Type=EAP-TLS ->
  555.                              <- PPP EAP-Success
  556.      PPP Authentication
  557.      Phase complete,
  558.      NCP Phase starts
  559.  
  560.      ECP negotiation
  561.  
  562.      CCP negotiation
  563.  
  564.      In the case where the server authenticates to the client successfully,
  565.      but the client fails to authenticate to the server,  the  conversation
  566.      will appear as follows:
  567.  
  568.      Authenticating Peer     Authenticator
  569.      -------------------     -------------
  570.                              <- PPP LCP Request-EAP
  571.                              auth
  572.      PPP LCP ACK-EAP
  573.      auth ->
  574.                              <- PPP EAP-Request/
  575.                              Identity
  576.      PPP EAP-Response/
  577.      Identity (MyID) ->
  578.                              <- PPP EAP-Request/
  579.                              EAP-Type=EAP-TLS
  580.                              (TLS Start)
  581.      PPP EAP-Response/
  582.      EAP-Type=EAP-TLS
  583.      (TLS client_hello)->
  584.                              <- PPP EAP-Request/
  585.                              EAP-Type=EAP-TLS
  586.  
  587.  
  588.  
  589.      Aboba & Simon                                                 [Page 9]
  590.  
  591.  
  592.  
  593.  
  594.  
  595.      INTERNET-DRAFT                                         14 October 1997
  596.  
  597.  
  598.                              (TLS server_hello,
  599.                               TLS certificate,
  600.                          [TLS server_key_exchange,]
  601.                           TLS certificate_request,
  602.                           TLS server_hello_done)
  603.      PPP EAP-Response/
  604.      EAP-Type=EAP-TLS
  605.      (TLS certificate,
  606.       TLS client_key_exchange,
  607.       TLS certificate_verify,
  608.       TLS change_cipher_spec,
  609.       TLS finished) ->
  610.                              <- PPP EAP-Request
  611.                              EAP-Type=EAP-TLS
  612.                              (TLS Alert message)
  613.      PPP EAP-Response/
  614.      EAP-Type=EAP-TLS ->
  615.                              <- PPP EAP-Failure
  616.                              (User Disconnected)
  617.  
  618.      In the case where server authentication is unsuccessful, the conversa-
  619.      tion will appear as follows:
  620.  
  621.      Authenticating Peer     Authenticator
  622.      -------------------     -------------
  623.                              <- PPP LCP Request-EAP
  624.                              auth
  625.      PPP LCP ACK-EAP
  626.      auth ->
  627.                              <- PPP EAP-Request/
  628.                              Identity
  629.      PPP EAP-Response/
  630.      Identity (MyID) ->
  631.                              <- PPP EAP-Request/
  632.                              EAP-Type=EAP-TLS
  633.                              (TLS Start)
  634.      PPP EAP-Response/
  635.      EAP-Type=EAP-TLS
  636.       (TLS client_hello)->
  637.                              <- PPP EAP-Request/
  638.                              EAP-Type=EAP-TLS
  639.                              (TLS server_hello,
  640.                               TLS certificate,
  641.                          [TLS server_key_exchange,]
  642.                          [TLS certificate_request,]
  643.                           TLS server_hello_done)
  644.      PPP EAP-Response/
  645.      EAP-Type=EAP-TLS
  646.       (TLS certificate,
  647.       TLS client_key_exchange,
  648.      [TLS certificate_verify,]
  649.       TLS change_cipher_spec,
  650.       TLS finished) ->
  651.                              <- PPP EAP-Request/
  652.  
  653.  
  654.  
  655.      Aboba & Simon                                                [Page 10]
  656.  
  657.  
  658.  
  659.  
  660.  
  661.      INTERNET-DRAFT                                         14 October 1997
  662.  
  663.  
  664.                              EAP-Type=EAP-TLS
  665.                              (TLS change_cipher_spec,
  666.                               TLS finished)
  667.      PPP EAP-Response/
  668.      EAP-Type=EAP-TLS
  669.      (TLS Alert message) ->
  670.                              <- PPP EAP-Failure
  671.                              (User Disconnected)
  672.  
  673.      In the case where a previously established session is  being  resumed,
  674.      and both sides authenticate successfully, the conversation will appear
  675.      as follows:
  676.  
  677.      Authenticating Peer     Authenticator
  678.      -------------------     -------------
  679.                              <- PPP LCP Request-EAP
  680.                              auth
  681.      PPP LCP ACK-EAP
  682.      auth ->
  683.                              <- PPP EAP-Request/
  684.                              Identity
  685.      PPP EAP-Response/
  686.      Identity (MyID) ->
  687.                              <- PPP EAP-Request/
  688.                              EAP-Request/
  689.                              EAP-Type=EAP-TLS
  690.                              (TLS Start)
  691.      PPP EAP-Response/
  692.      EAP-Type=EAP-TLS
  693.      (TLS client_hello)->
  694.                              <- PPP EAP-Request/
  695.                              EAP-Type=EAP-TLS
  696.                              (TLS server_hello,
  697.                               TLS change_cipher_spec,
  698.                           TLS finished)
  699.      PPP EAP-Response/
  700.      EAP-Type=EAP-TLS
  701.      (TLS change_cipher_spec,
  702.       TLS finished) ->
  703.                              <- PPP EAP-Success
  704.      PPP Authentication
  705.      Phase complete,
  706.      NCP Phase starts
  707.  
  708.      ECP negotiation
  709.  
  710.      CCP negotiation
  711.  
  712.      In the case where a previously established session is  being  resumed,
  713.      and the server authenticates to the client successfully but the client
  714.      fails to authenticate to the server, the conversation will  appear  as
  715.      follows:
  716.  
  717.      Authenticating Peer     Authenticator
  718.  
  719.  
  720.  
  721.      Aboba & Simon                                                [Page 11]
  722.  
  723.  
  724.  
  725.  
  726.  
  727.      INTERNET-DRAFT                                         14 October 1997
  728.  
  729.  
  730.      -------------------     -------------
  731.                              <- PPP LCP Request-EAP
  732.                              auth
  733.      PPP LCP ACK-EAP
  734.      auth ->
  735.                              <- PPP EAP-Request/
  736.                              Identity
  737.      PPP EAP-Response/
  738.      Identity (MyID) ->
  739.                              <- PPP EAP-Request/
  740.                              EAP-Request/
  741.                              EAP-Type=EAP-TLS
  742.                              (TLS Start)
  743.      PPP EAP-Response/
  744.      EAP-Type=EAP-TLS
  745.      (TLS client_hello) ->
  746.                              <- PPP EAP-Request/
  747.                              EAP-Type=EAP-TLS
  748.                              (TLS server_hello,
  749.                               TLS change_cipher_spec,
  750.                           TLS finished)
  751.      PPP EAP-Response/
  752.      EAP-Type=EAP-TLS
  753.      (TLS change_cipher_spec,
  754.       TLS finished) ->
  755.                              <- PPP EAP-Request
  756.                              EAP-Type=EAP-TLS
  757.                              (TLS Alert message)
  758.      PPP EAP-Response
  759.      EAP-Type=EAP-TLS ->
  760.                               <- PPP EAP-Failure
  761.                               (User Disconnected)
  762.  
  763.      In  the  case where a previously established session is being resumed,
  764.      and the server authentication is unsuccessful, the  conversation  will
  765.      appear as follows:
  766.  
  767.      Authenticating Peer     Authenticator
  768.      -------------------     -------------
  769.                              <- PPP LCP Request-EAP
  770.                              auth
  771.      PPP LCP ACK-EAP
  772.      auth ->
  773.                              <- PPP EAP-Request/
  774.                              Identity
  775.      PPP EAP-Response/
  776.      Identity (MyID) ->
  777.                              <- PPP EAP-Request/
  778.                              EAP-Request/
  779.                              EAP-Type=EAP-TLS
  780.                              (TLS Start)
  781.      PPP EAP-Response/
  782.      EAP-Type=EAP-TLS
  783.      (TLS client_hello)->
  784.  
  785.  
  786.  
  787.      Aboba & Simon                                                [Page 12]
  788.  
  789.  
  790.  
  791.  
  792.  
  793.      INTERNET-DRAFT                                         14 October 1997
  794.  
  795.  
  796.                              <- PPP EAP-Request/
  797.                              EAP-Type=EAP-TLS
  798.                              (TLS server_hello,
  799.                               TLS change_cipher_spec,
  800.                           TLS finished)
  801.      PPP EAP-Response/
  802.      EAP-Type=EAP-TLS
  803.      (TLS Alert message) ->
  804.                              <- PPP EAP-Failure
  805.                              (User Disconnected)
  806.  
  807.  
  808.      5.  Detailed description of the EAP-TLS protocol
  809.  
  810.  
  811.      5.1.  PPP EAP TLS Packet Format
  812.  
  813.      A  summary  of the PPP EAP TLS Request/Response packet format is shown
  814.      below.  The fields are transmitted from left to right.
  815.  
  816.       0                   1                   2                   3
  817.       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
  818.      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  819.      |     Code      |   Identifier  |            Length             |
  820.      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  821.      |     Type      |     Data ...
  822.      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-
  823.  
  824.      Code
  825.  
  826.         1 - Request
  827.         2 - Response
  828.  
  829.      Identifier
  830.  
  831.         The identifier field is one octet and aids  in  matching  responses
  832.         with requests.
  833.  
  834.      Length
  835.  
  836.         The  Length field is two octets and indicates the length of the EAP
  837.         packet including the  Code,  Identifier,  Length,  Type,  and  Data
  838.         fields.   Octets  outside  the  range of the Length field should be
  839.         treated as Data Link Layer padding and should be ignored on  recep-
  840.         tion.
  841.  
  842.      Type
  843.  
  844.         ? - EAP TLS
  845.  
  846.      Data
  847.  
  848.         The format of the Data field is determined by the Code field.
  849.  
  850.  
  851.  
  852.  
  853.      Aboba & Simon                                                [Page 13]
  854.  
  855.  
  856.  
  857.  
  858.  
  859.      INTERNET-DRAFT                                         14 October 1997
  860.  
  861.  
  862.      5.2.  PPP EAP TLS Request Packet
  863.  
  864.      A  summary  of  the  PPP EAP TLS Request packet format is shown below.
  865.      The fields are transmitted from left to right.
  866.  
  867.      0                   1                   2                   3
  868.      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
  869.      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  870.      |     Code      |   Identifier  |            Length             |
  871.      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  872.      |     Type      |   TLS data...
  873.      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  874.  
  875.      Code
  876.  
  877.         1
  878.  
  879.      Identifier
  880.  
  881.         The identifier field is one octet and aids  in  matching  responses
  882.         with  requests.   The  identifier  field  MUST  be  changed on each
  883.         Request packet.
  884.  
  885.      Length
  886.  
  887.         The Length field is two octets and indicates the length of the  EAP
  888.         packet  including  the  Code,  Identifier,  Length,  Type,  and TLS
  889.         Response fields.
  890.  
  891.      Type
  892.  
  893.         ? - EAP TLS
  894.  
  895.      TLS data
  896.  
  897.         The TLS data consists of the encapsulated TLS packet in TLS  record
  898.         format.
  899.  
  900.  
  901.      5.3.  PPP EAP TLS Response Packet
  902.  
  903.      A  summary  of  the PPP EAP TLS Response packet format is shown below.
  904.      The fields are transmitted from left to right.
  905.  
  906.      0                   1                   2                   3
  907.      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
  908.      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  909.      |     Code      |   Identifier  |            Length             |
  910.      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  911.      |     Type      | TLS Data...
  912.      +-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
  913.  
  914.      Code
  915.  
  916.  
  917.  
  918.  
  919.      Aboba & Simon                                                [Page 14]
  920.  
  921.  
  922.  
  923.  
  924.  
  925.      INTERNET-DRAFT                                         14 October 1997
  926.  
  927.  
  928.         2
  929.  
  930.      Identifier
  931.  
  932.         The identifier field is one octet and  MUST  match  the  Identifier
  933.         field from the corresponding request.
  934.  
  935.      Length
  936.  
  937.         The  Length field is two octets and indicates the length of the EAP
  938.         packet including the Code, Identifier, Length, Type, and  TLS  data
  939.         fields.
  940.  
  941.      Type
  942.  
  943.         ? - EAP TLS
  944.  
  945.      TLS data
  946.  
  947.         The  TLS data consists of the encapsulated TLS packet in TLS record
  948.         format.
  949.  
  950.  
  951.      6.  Security issues
  952.  
  953.  
  954.      6.1.  Certificate revocation
  955.  
  956.      Since the EAP server is on the Internet during the  EAP  conversation,
  957.      the  EAP server is capable of following a certificate chain or verify-
  958.      ing whether the peer's certificate has been revoked. In contrast,  the
  959.      peer  may or may not have Internet connectivity, and thus while it can
  960.      validate the EAP server's certificate based on a pre-configured set of
  961.      CAs,  it  may  not  be  able  to  follow a certificate chain or verify
  962.      whether the EAP server's certificate has been revoked.
  963.  
  964.      In the case where the peer is initiating a voluntary  Layer  2  tunnel
  965.      using  PPTP or L2TP, the peer will typically already have a PPP inter-
  966.      face and Internet connectivity established at the time of tunnel  ini-
  967.      tiation.  As  a  result,  during the EAP conversation it is capable of
  968.      checking for certificate revocation.
  969.  
  970.      However, in the case where the peer is initiating an intial  PPP  con-
  971.      versation, it will not have Internet connectivity and is therefore not
  972.      capable of checking for certificate revocation until after NCP negoti-
  973.      ation completes and the peer has access to the Internet. In this case,
  974.      the peer SHOULD check for certificate revocation after  connecting  to
  975.      the Internet.
  976.  
  977.  
  978.      6.2.  Separation of the EAP server and PPP authenticator
  979.  
  980.      As  a result of the EAP-TLS conversation, the EAP endpoints will mutu-
  981.      ally authenticate, negotiate a ciphersuite, and derive a  session  key
  982.  
  983.  
  984.  
  985.      Aboba & Simon                                                [Page 15]
  986.  
  987.  
  988.  
  989.  
  990.  
  991.      INTERNET-DRAFT                                         14 October 1997
  992.  
  993.  
  994.      for  subsequent  use  in PPP encryption. Since the peer and EAP client
  995.      reside on the same machine, it is necessary for the EAP client  module
  996.      to pass the session key to the PPP encryption module.
  997.  
  998.      The  situation  may be more complex on the PPP authenticator. As noted
  999.      in [17], the PPP authenticator may or  may  not  reside  on  the  same
  1000.      machine  as  the EAP server. For example, when RADIUS/EAP is used, the
  1001.      EAP server may be a backend security server, or a module  residing  on
  1002.      the RADIUS server.
  1003.  
  1004.      In  the case where the EAP server and PPP authenticator reside on dif-
  1005.      ferent machines, there are several implications for security. Firstly,
  1006.      the  mutual  authentication  defined in EAP-TLS will occur between the
  1007.      peer and the EAP server, not between the peer and  the  authenticator.
  1008.      This  means  that  as  a result of the EAP-TLS conversation, it is not
  1009.      possible for the peer to validate the identity of the  NAS  or  tunnel
  1010.      server that it is speaking to.
  1011.  
  1012.      As described in [17], when EAP/RADIUS is used to encapsulate EAP pack-
  1013.      ets, the Signature attribute is required in EAP/RADIUS Access-Requests
  1014.      sent  from  the  NAS  or tunnel server to the RADIUS server. Since the
  1015.      Signature attribute involves a keyed-MD5 hash, it is possible for  the
  1016.      RADIUS server to verify the integrity of the Access-Request as well as
  1017.      the NAS or tunnel server's identity. Similarly, Access-Challenge pack-
  1018.      ets  sent from the RADIUS server to the NAS are also authenticated and
  1019.      integrity protected using a keyed-MD5 hash, enabling the NAS or tunnel
  1020.      server  to  determine the integrity of the packet and verify the iden-
  1021.      tity of the RADIUS server. Moreover, EAP-TLS packets  in  transit  are
  1022.      integrity  protected  and authenticated end-to-end via TLS mechanisms,
  1023.      so that they cannot be successfully modified by a rogue NAS or  tunnel
  1024.      server.
  1025.  
  1026.      The  second  issue  that  arises  in the case of an EAP server and PPP
  1027.      authenticator residing on different machines is that the  session  key
  1028.      negotiated between the peer and EAP server will need to be transmitted
  1029.      to the authenticator. Therefore a mechanism needs to  be  provided  to
  1030.      transmit  the  session key from the EAP server to the authenticator or
  1031.      tunnel server that needs to use the key.  The  specification  of  this
  1032.      transit mechanism is outside the scope of this document.
  1033.  
  1034.  
  1035.      6.3.  Relationship of PPP encryption to other security mechanisms
  1036.  
  1037.      PPP  encryption  currently  plays an important role in the securing of
  1038.      Layer 2 tunneling protocols such as PPTP, described in [13], and L2TP,
  1039.      described  in [14]. While it may be envisaged that security mechanisms
  1040.      such as IPSEC will eventually become ubiquitous,  it  will  take  some
  1041.      time  for  vendors  to add IPSEC capabilities to their devices, and in
  1042.      any case legacy authenticator devices or routers may not  be  able  to
  1043.      support  IPSEC without being upgraded.  As a result, it is likely that
  1044.      non-IPSEC capable devices will persist  in  operational  networks  for
  1045.      quite some time.
  1046.  
  1047.  
  1048.  
  1049.  
  1050.  
  1051.      Aboba & Simon                                                [Page 16]
  1052.  
  1053.  
  1054.  
  1055.  
  1056.  
  1057.      INTERNET-DRAFT                                         14 October 1997
  1058.  
  1059.  
  1060.      In  an environment where IPSEC is not ubiquitous, in Layer 2 tunneling
  1061.      protocols a role remains for PPP encryption. Since with mandatory tun-
  1062.      neling  a PPP peer cannot tell whether its packets are being tunneled,
  1063.      let alone whether the authenticator is securing the tunnel,  if  secu-
  1064.      rity  is  required  then the client must make its own arrangements. In
  1065.      the case where all endpoints cannot be relied upon to implement IPSEC,
  1066.      TLS,  or  another suitable security protocol, then PPP encryption pro-
  1067.      vides a very convenient means to ensure the privacy of  packets  tran-
  1068.      siting between the client and the tunnel server.
  1069.  
  1070.      There  also may be circumstances in which PPP encryption may be desir-
  1071.      able even if IPSEC is available. Routers implementing Network  Address
  1072.      Translation (NAT) are now growing rapidly in popularity.  Where NAT is
  1073.      turned on, IPSEC cannot be used to secure the outer layer of a client-
  1074.      initiated  layer  2  tunnel,  since the address translated packet will
  1075.      then fail the authentication check. By contrast, Layer 2 tunnels  uti-
  1076.      lizing PPP encryption may pass unimpeded through a NAT.
  1077.  
  1078.  
  1079.      7.  Copyright notice
  1080.  
  1081.      Copyright (C) The Internet Society, 1997. All Rights Reserved.
  1082.  
  1083.      This  document  and  translations of it may be copied and furnished to
  1084.      others, and derivative works that comment on or otherwise  explain  it
  1085.      or  assist in its implmentation may be prepared, copied, published and
  1086.      distributed, in whole or in part, without  restriction  of  any  kind,
  1087.      provided  that  the  above  copyright  notice  and  this paragraph are
  1088.      included on all such copies and derivative works.  However, this docu-
  1089.      ment  itself  may  not be modified in any way, such as by removing the
  1090.      copyright notice or references to the Internet Society or other Inter-
  1091.      net  organizations,  except  as  needed for the  purpose of developing
  1092.      Internet standards in which case the procedures for copyrights defined
  1093.      in  the Internet Standards process must be followed, or as required to
  1094.      translate it into languages other than English.
  1095.  
  1096.      The limited permissions granted above are perpetual and  will  not  be
  1097.      revoked by the Internet Society or its successors or assigns.
  1098.  
  1099.      This  document  and the information contained herein is provided on an
  1100.      "AS IS" basis and THE INTERNET SOCIETY AND  THE  INTERNET  ENGINEERING
  1101.      TASK FORCE DISCLAIMS ALL WARRANTIES, EXPRESS OR IMPLIED, INCLUDING BUT
  1102.      NOT LIMITED TO ANY WARRANTY THAT THE USE  OF  THE  INFORMATION  HEREIN
  1103.      WILL  NOT  INFRINGE  ANY  RIGHTS  OR  ANY  IMPLIED  WARRANTIES OF MER-
  1104.      CHANTABILITY OR FITNESS FOR A PARTICULAR PURPOSE.
  1105.  
  1106.  
  1107.      8.  Acknowledgments
  1108.  
  1109.      Thanks to Terence Spies, Glen Zorn and Narendra Gidwani  of  Microsoft
  1110.      for useful discussions of this problem space.
  1111.  
  1112.  
  1113.  
  1114.  
  1115.  
  1116.  
  1117.      Aboba & Simon                                                [Page 17]
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.      INTERNET-DRAFT                                         14 October 1997
  1124.  
  1125.  
  1126.      9.  References
  1127.  
  1128.      [1]  Simpson, W., Editor, "The Point-to-Point Protocol (PPP)." STD 51,
  1129.      RFC 1661, Daydreamer, July 1994.
  1130.  
  1131.      [2] Sklower, K., Lloyd, B., McGregor, G., Carr, D., and T.  Coradetti,
  1132.      "The PPP Multilink Protocol (MP)." RFC 1990, UC Berkeley, August 1996.
  1133.  
  1134.      [3] Simpson, W., Editor, "PPP LCP Extensions." RFC  1570,  Daydreamer,
  1135.      January 1994.
  1136.  
  1137.      [4]  R.  Rivest,  S.  Dusse.  "The MD5 Message-Digest Algorithm."  RFC
  1138.      1321, MIT Laboratory for Computer Science,  RSA  Data  Security  Inc.,
  1139.      April 1992.
  1140.  
  1141.      [5]  L.  J.  Blunk,  J. R. Vollbrecht.  "PPP Extensible Authentication
  1142.      Protocol (EAP)." Work in progress,  draft-ietf-pppext-eap-auth-02.txt,
  1143.      Merit Network, Inc., June 1996.
  1144.  
  1145.      [6]  W.  T.  Whelan, "PPP EAP RSA Public Key Authentication Protocol."
  1146.      Work in progress, draft-ietf-pppext-eaprsa-04.txt, Cabletron  Systems,
  1147.      February 1997.
  1148.  
  1149.      [7]  Meyer,  G., "The PPP Encryption Protocol (ECP)." RFC 1968, Spider
  1150.      Systems. June 1996
  1151.  
  1152.      [8] National Bureau of Standards, "Data Encryption Standard." FIPS PUB
  1153.      46 (January 1977).
  1154.  
  1155.      [9]  National  Bureau of Standards, "DES Modes of Operation." FIPS PUB
  1156.      81 (December 1980).
  1157.  
  1158.      [10] K. Sklower, G. Meyer.  "The PPP DES Encryption Protocol,  Version
  1159.      2   (DESE-bis)"   Work   in  progress,  draft-ietf-pppext-des-encrypt-
  1160.      v2-00.txt, University of California, Berkeley, Shiva, July 1997.
  1161.  
  1162.      [11] K. Hummert.  "The PPP  Triple-DES  Encryption  Protocol  (3DESE)"
  1163.      Work  in progress, draft-ietf-pppext-3des-encrypt-00.txt, Nentec GmbH,
  1164.      July 1997.
  1165.  
  1166.      [12] S. Bradner.  "Key words for use in RFCs to  Indicate  Requirement
  1167.      Levels."  RFC 2119, Harvard University, March 1997.
  1168.  
  1169.      [13]  K.  Hamzeh,  G.  S.  Pall, J. Taarud, W. Verthein, W. A. Little.
  1170.      "Point-to-Point Tunneling Protocol -- PPTP." Internet draft  (work  in
  1171.      progress),   draft-ietf-pppext-pptp-02.txt,   Ascend   Communications,
  1172.      Microsoft, Copper Mountain Networks, U.S. Robotics, July 1997.
  1173.  
  1174.      [14] K. Hamzeh, T. Kolar, M. Littlewood, G. S.  Pall,  B.  Palter,  J.
  1175.      Taarud,  W. M. Townsley, A. Valencia, W. Verthein.  "Layer Two Tunnel-
  1176.      ing Protocol L2TP." Internet  draft  (work  in  progress)  draft-ietf-
  1177.      pppext-l2tp-06.txt,  Ascend  Communications, Cisco Systems, Microsoft,
  1178.      Copper Mountain Networks, IBM, U.S. Robotics, August 1997.
  1179.  
  1180.  
  1181.  
  1182.  
  1183.      Aboba & Simon                                                [Page 18]
  1184.  
  1185.  
  1186.  
  1187.  
  1188.  
  1189.      INTERNET-DRAFT                                         14 October 1997
  1190.  
  1191.  
  1192.      [15] T. Dierks, C. Allen.  "The TLS Protocol  Version  1.0."  Internet
  1193.      draft  (work  in  progress)  draft-ietf-tls-protocol-03.txt, Consensus
  1194.      Development, May 1997.
  1195.  
  1196.      [16] D. Rand.  "The PPP Compression Control Protocol." RFC 1962,  Nov-
  1197.      ell, June 1996.
  1198.  
  1199.      [17]  P.  Calhoun,  A.C. Rubens, B. Aboba.  "Extensible Authentication
  1200.      Protocol Support in RADIUS." Internet draft (work in progress), draft-
  1201.      ietf-radius-eap-02.txt,  US  Robotics  Access  Corp.,  Merit  Network,
  1202.      Microsoft, May, 1997.
  1203.  
  1204.  
  1205.      10.  Authors' Addresses
  1206.  
  1207.      Bernard Aboba
  1208.      Microsoft Corporation
  1209.      One Microsoft Way
  1210.      Redmond, WA 98052
  1211.  
  1212.      Phone: 425-936-6605
  1213.      EMail: bernarda@microsoft.com
  1214.  
  1215.      Dan Simon
  1216.      Microsoft Corporation
  1217.      One Microsoft Way
  1218.      Redmond, WA 98052
  1219.  
  1220.      Phone: 425-936-6711
  1221.      EMail: dansimon@microsoft.com
  1222.  
  1223.  
  1224.  
  1225.  
  1226.  
  1227.  
  1228.  
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235.  
  1236.  
  1237.  
  1238.  
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245.  
  1246.  
  1247.  
  1248.  
  1249.      Aboba & Simon                                                [Page 19]
  1250.  
  1251.  
  1252.