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-00.txt < prev    next >
Text File  |  1997-10-14  |  50KB  |  1,253 lines

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