<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.4 (Ruby 2.6.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-radext-radiusv11-07" category="exp" submissionType="IETF" updates="5176, 6614, 7360" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.13.0 -->
  <front>
    <title abbrev="RADIUSv11">RADIUS ALPN and removing MD5</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-radext-radiusv11-07"/>
    <author initials="A." surname="DeKok" fullname="Alan DeKok">
      <organization>FreeRADIUS</organization>
      <address>
        <email>aland@freeradius.org</email>
      </address>
    </author>
    <date year="2024" month="June" day="12"/>
    <area>Internet</area>
    <workgroup>RADEXT Working Group</workgroup>
    <keyword>Internet-Draft</keyword>
    <abstract>
      <?line 69?>

<t>This document defines Application-Layer Protocol Negotiation Extensions for use with RADIUS/TLS and RADIUS/DTLS.  These extensions permit the negotiation of an additional application protocol for RADIUS over (D)TLS.  No changes are made to RADIUS/UDP or RADIUS/TCP.  The extensions allow the negotiation of a transport profile where the RADIUS shared secret is no longer used, and all MD5-based packet signing and attribute obfuscation methods are removed.  When this extension is used, the previous Authenticator field is repurposed to contain an explicit request / response identifier, called a Token.  The Token also allows more than 256 packets to be outstanding on one connection.</t>
      <t>This extension can be seen as a transport profile for RADIUS, as it is not an entirely new protocol.  It uses the existing RADIUS packet layout and attribute format without change.  As such, it can carry all present and future RADIUS attributes.  Implementation of this extension requires only minor changes to the protocol encoder and decoder functionality.  The protocol defined by this extension is named "RADIUS version 1.1", or "RADIUS/1.1".</t>
      <t>This document updates RFC5176, RFC6614, and RFC 7360.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-radext-radiusv11/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        RADEXT Working Group mailing list (<eref target="mailto:radext@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/radext/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/radext/"/>.
      </t>
      <t>Source for this draft and an issue tracker can be found at
        <eref target="https://github.com/radext-wg/draft-ietf-radext-radiusv11.git"/>.</t>
    </note>
  </front>
  <middle>
    <?line 77?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The RADIUS protocol <xref target="RFC2865"/> uses MD5 <xref target="RFC1321"/> to sign packets, and to obfuscate certain attributes.  Decades of cryptographic research has shown that MD5 is insecure, and that MD5 should no longer be used.  These discussions are most notably in <xref target="RFC6151"/>, and in <xref section="3" sectionFormat="comma" target="RFC6421"/>, among others.  In addition, the reliance on MD5 for security makes it impossible to use RADIUS in a FIPS-140 compliant system, as FIPS-140 forbids systems from relying on insecure cryptographic methods for security.</t>
      <t>While RADIUS originally used UDP transport, additional transport protocols were defined for TCP (<xref target="RFC6613"/>), TLS (<xref target="RFC6614"/>), and DTLS (<xref target="RFC7360"/>).  However, those transport protocols still relied on MD5.  That is, the shared secret was used along with MD5, even when the RADIUS packets were being transported in (D)TLS.  At the time, the consensus of the RADEXT working group was that this continued use of MD5 was acceptable.  TLS was seen as a simple "wrapper" around RADIUS, while using a fixed shared secret.  The intention at the time was to allow the use of (D)TLS while making essentially no changes to the basic RADIUS encoding, decoding, signing, and packet validation.</t>
      <t>The ensuing years have shown that it is important for RADIUS to remove its dependency on MD5.  The continued use of MD5 is no longer acceptable in a security-conscious environment.  The use of MD5 in <xref target="RFC6614"/> and <xref target="RFC7360"/> adds no security or privacy over that provided by TLS.  It is time to remove the use of MD5 from RADIUS.</t>
      <t>This document defines an Application-Layer Protocol Negotiation (ALPN) <xref target="RFC7301"/> extension for RADIUS over (D)TLS which removes their dependency on MD5.  Systems which implement this transport profile can be more easily verified to be FIPS-140 compliant, as those systems can operate without the use of MD5.  This extension can best be understood as a transport profile for RADIUS, rather than a whole-sale revision of the RADIUS protocol.  A preliminary implementation has shown that only minor code changes are required to support RADIUS/1.1 on top of an existing RADIUS server.</t>
      <t>While this document permits MD5 to be removed when using (D)TLS transports, it makes no changes to UDP or TCP transports.  It is therefore RECOMMENDED that those transports only be used within secure networks, and only used in situations where FIPS compliance is not an issue.</t>
      <t>In most cases, using ALPN requires only a few modifications to the RADIUS/TLS protocol implementation:</t>
      <ul spacing="normal">
        <li>A method to set the list of supported ALPN protocols before the TLS handshake starts</li>
        <li>After the TLS handshake has completed, a method to query if ALPN has chosen a protocol, and if yes, which protocol was chosen.</li>
        <li>Changes to the packet encoder and decoder, so that the individual packets are not signed, and no attribute is encoded with the historic obfuscation methods.</li>
      </ul>
      <t>That is, the bulk of the ALPN protocol can be left to the underlying TLS implementation.  This document discusses the ALPN exchange in detail in order to give simplified descriptions for the reader, and so that the reader does not have to read or understand all of <xref target="RFC7301"/>.</t>
      <t>The detailed list of changes from historic TLS-based transports to RADIUS/1.1 is as follows:</t>
      <ul spacing="normal">
        <li>ALPN is used for negotiation of this extension,</li>
        <li>TLS 1.3 or later is required,</li>
        <li>All uses of the RADIUS shared secret have been removed,</li>
        <li>The now-unused Request and Response Authenticator fields have been repurposed to carry an opaque Token which identifies requests and responses,</li>
        <li>The functionality of the Identifier field has been replaced by the Token field, and the space previously taken by the Identifier field is now reserved and unused,</li>
        <li>The Message-Authenticator attribute (<xref section="3.2" sectionFormat="comma" target="RFC3579"/>) is not sent in any packet, and if received is ignored,</li>
        <li>Attributes such as User-Password, Tunnel-Password, and MS-MPPE keys are sent encoded as "text" (<xref section="3.4" sectionFormat="comma" target="RFC8044"/>) or "octets" (<xref section="3.5" sectionFormat="comma" target="RFC8044"/>), without the previous MD5-based obfuscation.  This obfuscation is no longer necessary, as the data is secured and kept private through the use of TLS,</li>
        <li>The conclusion of the efforts stemming from <xref target="RFC6421"/> is that crypto-agility in RADIUS is best done via a TLS wrapper, and not by extending the RADIUS protocol.</li>
        <li>
          <xref target="RFC5176"/> is updated to allow the Error-Cause attribute to appear in Access-Reject packets.</li>
      </ul>
      <t>The following items are left unchanged from traditional TLS-based transports for RADIUS:</t>
      <ul spacing="normal">
        <li>The RADIUS packet header is the same size, and the Code and Length fields (<xref section="3" sectionFormat="comma" target="RFC2865"/>) have the same meaning as before,</li>
        <li>The default 4K packet size is unchanged, although <xref target="RFC7930"/> can still be leveraged to use larger packets,</li>
        <li>All attributes which have simple encodings (that is, attributes which do not use MD5 obfuscation) have the same encoding and meaning as before,</li>
        <li>As this extension is a transport profile for one "hop" (client to server connection), it does not impact any other connection used by a client or server.  The only systems which are aware that this transport profile is in use are the client and server who have negotiated the use of this extension on a particular shared connection,</li>
        <li>This extension uses the same ports (2083/tcp and 2083/udp) which are defined for RADIUS/TLS <xref target="RFC6614"/> and RADIUS/DTLS <xref target="RFC7360"/>.</li>
      </ul>
      <t>A major benefit of this extension is that a home server which implements it can also be more easily verified for FIPS-140 compliance.  That is, a home server can remove all uses of MD4 and MD5, which means that those algorithms are provably not used for security purposes.  In that case, however, the home server will not support CHAP, MS-CHAP, or any authentication method which uses MD4 or MD5.  The choice of which authentication method to accept is always left to the home server.  This specification does not change any authentication method carried in RADIUS, and does not mandate (or forbid) the use of any authentication method for any system.</t>
      <t>As for proxies, there was never a requirement that proxies implement CHAP or MS-CHAP authentication.  So far as a proxy is concerned, attributes relating to CHAP and MS-CHAP are simply opaque data that is transported unchanged to the next hop.  It is therefore possible for a FIPS-140 compliant proxy to transport authentication methods which depend on MD4 or MD5, so long as that data is forwarded to a home server which supports those methods.</t>
      <t>We reiterate that the decision to support (or not) any authentication method is entirely site local, and is not a requirement of this specification.  The contents or meaning of any RADIUS attribute other than Message-Authenticator (and similar attributes) are not modified.  The only change to the Message-Authenticator attribute is that it is no longer used in RADIUS/1.1.</t>
      <t>Unless otherwise described in this document, all RADIUS requirements apply to this extension.  That is, this specification defines a transport profile for RADIUS.  It is not an entirely new protocol, and it defines only minor changes to the existing RADIUS protocol.  It does not change the RADIUS packet format, attribute format, etc.  This specification is compatible with all RADIUS attributes, past, present, and future.</t>
      <t>This specification is compatible with existing implementations of RADIUS/TLS and RADIUS/DTLS.  Systems which implement this standard can fall back to historic RADIUS/TLS if no ALPN signaling is performed, and the local configuration permits such fallback.</t>
      <t>This specification is compatible with all past and future RADIUS specifications.  There is no need for any RADIUS specification to mention this transport profile by name, or to make provisions for this specification.  This document defines how to transform RADIUS into RADIUS/1.1, and no further discussion of that transformation is necessary.</t>
      <t>We note that this document makes no changes to previous RADIUS specifications.  Existing RADIUS implementations can continue to be used without modification.  Where previous specifications are explicitly mentioned and updated, those updates or changes apply only when the RADIUS/1.1 transport profile is being used.</t>
      <t>In short, when negotiated on a connection, the RADIUS/1.1 transport profile permits implementations to avoid MD5 when signing packets, or when obfuscating certain attributes.</t>
    </section>
    <section anchor="terminology">
      <name>Terminology</name>
      <t>The key words "MUST", "MUST NOT", "REQUIRED", "SHALL", "SHALL
NOT", "SHOULD", "SHOULD NOT", "RECOMMENDED", "NOT RECOMMENDED",
"MAY", and "OPTIONAL" in this document are to be interpreted as
described in BCP 14 <xref target="RFC2119"/> <xref target="RFC8174"/> when, and only when, they
appear in all capitals, as shown here.
<?line -6?>
      </t>
      <t>The following list describes the terminology and abbreviations which are used in this document.</t>
      <ul spacing="normal">
        <li>ALPN</li>
      </ul>
      <ul empty="true">
        <li>
          <t>Application-Layer Protocol Negotiation, as defined in <xref target="RFC7301"/>.</t>
        </li>
      </ul>
      <ul spacing="normal">
        <li>RADIUS</li>
      </ul>
      <ul empty="true">
        <li>
          <t>The Remote Authentication Dial-In User Service protocol, as defined in <xref target="RFC2865"/>, <xref target="RFC2866"/>, and <xref target="RFC5176"/> among others.</t>
          <t>While this protocol can be viewed as "RADIUS/1.0", for simplicity and historical compatibility, we keep the name "RADIUS".</t>
        </li>
      </ul>
      <ul spacing="normal">
        <li>RADIUS/UDP</li>
      </ul>
      <ul empty="true">
        <li>
          <t>RADIUS over the User Datagram Protocol <xref target="RFC2865"/>, <xref target="RFC2866"/>, <xref target="RFC5176"/>, among others.</t>
        </li>
      </ul>
      <ul spacing="normal">
        <li>RADIUS/TCP</li>
      </ul>
      <ul empty="true">
        <li>
          <t>RADIUS over the Transmission Control Protocol <xref target="RFC6613"/>.</t>
        </li>
      </ul>
      <ul spacing="normal">
        <li>RADIUS/TLS</li>
      </ul>
      <ul empty="true">
        <li>
          <t>RADIUS over the Transport Layer Security protocol <xref target="RFC6614"/>.</t>
        </li>
      </ul>
      <ul spacing="normal">
        <li>RADIUS/DTLS</li>
      </ul>
      <ul empty="true">
        <li>
          <t>RADIUS over the Datagram Transport Layer Security protocol  <xref target="RFC7360"/>.</t>
        </li>
      </ul>
      <ul spacing="normal">
        <li>RADIUS over TLS</li>
      </ul>
      <ul empty="true">
        <li>
          <t>Any RADIUS packets transported over TLS or DTLS.  This terminology is used instead of alternatives such as "RADIUS/(D)TLS", or "either RADIUS/TLS or RADIUS/DTLS".  This term is generally used when referring to TLS-layer requirements for RADIUS packet transport.</t>
        </li>
      </ul>
      <ul spacing="normal">
        <li>historic RADIUS/TLS</li>
      </ul>
      <ul empty="true">
        <li>
          <t>RADIUS over (D)TLS as defined in <xref target="RFC6614"/> and <xref target="RFC7360"/>.  This term does not include the protocol defined in this specification.</t>
        </li>
      </ul>
      <ul spacing="normal">
        <li>RADIUS/1.1</li>
      </ul>
      <ul empty="true">
        <li>
          <t>The transport profile defined in this document, which stands for "RADIUS version 1.1".  We use RADIUS/1.1 to refer interchangeably to TLS and DTLS transport.</t>
        </li>
      </ul>
      <ul spacing="normal">
        <li>TLS</li>
      </ul>
      <ul empty="true">
        <li>
          <t>The Transport Layer Security protocol.  Generally when we refer to TLS in this document, we are referring interchangeably to TLS or DTLS transport.</t>
        </li>
      </ul>
    </section>
    <section anchor="the-radius11-transport-profile-for-radius">
      <name>The RADIUS/1.1 Transport profile for RADIUS</name>
      <t>This section describes the ALPN transport profile in detail.  It first gives the name used for ALPN, and then describes how ALPN is configured and negotiated by client and server.  It then concludes by discussing TLS issues such as what to do for ALPN during session resumption.</t>
      <section anchor="alpn-name-for-radius11">
        <name>ALPN Name for RADIUS/1.1</name>
        <t>The ALPN name defined for RADIUS/1.1 is as follows:</t>
        <ul empty="true">
          <li>
            <t>"radius/1.1"</t>
            <ul empty="true">
              <li>
                <t>The protocol defined by this specification.</t>
              </li>
            </ul>
          </li>
        </ul>
        <t>Where ALPN is not configured or is not received in a TLS connection, systems supporting ALPN MUST NOT use RADIUS/1.1.</t>
        <t>Where ALPN is configured, the client signals support by sending ALPN strings signaling which protocols it supports..  The server can accept one of these proposals and reply with a matching ALPN string, or reject this proposal, and not reply with any ALPN string.  A full walk-through of the protocol negotiation is given below.</t>
        <t>Implementations MUST signal ALPN "radius/1.1" in order for it to be used in a connection.  Implementations MUST NOT have an administrative flag which causes a connection to use "radius/1.1", but which does not signal that protocol via ALPN.</t>
        <t>The next step in defining RADIUS/1.1 is to review how ALPN works.</t>
      </section>
      <section anchor="operation-of-alpn">
        <name>Operation of ALPN</name>
        <t>In order to provide a high-level description of ALPN for readers who are not familiar with the details of <xref target="RFC7301"/>, we provide a brief overview here.</t>
        <t>Once a system has been configured to support ALPN, it is negotiated on a per-connection basis as per <xref target="RFC7301"/>.  The negotiation proceeds as follows:</t>
        <t>1) The client sends an ALPN extension in the ClientHello.  This extension lists one or more application protocols by name.  These names are the protocols which the client is claiming to support.</t>
        <t>2) The server receives the extension, and validates the application protocol name(s) against the list it has configured.</t>
        <ul empty="true">
          <li>
            <t>If the server finds no acceptable common protocols (ALPN or otherwise), it closes the connection.</t>
          </li>
        </ul>
        <t>3) Otherwise, the server returns a ServerHello with either no ALPN extension, or an ALPN extension containing only one named application protocol, which needs to be one of the names proposed by the client.</t>
        <ul empty="true">
          <li>
            <t>If the client did not signal ALPN, or the server does not accept the ALPN proposal, the server does not reply with any ALPN name.</t>
          </li>
        </ul>
        <t>4) The client receives the ServerHello, validates the received application protocol (if any) against the name(s) it sent, and records which application protocol was chosen.</t>
        <ul empty="true">
          <li>
            <t>This check is necessary in order for the client to both know which protocol the server has selected, and to validate that the protocol sent by the server is one which is acceptable to the client.</t>
          </li>
        </ul>
        <t>The next step in defining RADIUS/1.1 is to define how ALPN is configured on the client and server, and to give more detailed requirements on its configuration and operation.</t>
      </section>
      <section anchor="configuration-of-alpn-for-radius11">
        <name>Configuration of ALPN for RADIUS/1.1</name>
        <t>Clients or servers supporting this specification can do so by extending their TLS configuration through the addition of a new configuration flag, called "Version" here.  The exact name given below does not need to be used, but it is RECOMMENDED that administrative interfaces or programming interfaces use a similar name in order to provide consistent terminology.  This flag controls how the implementation signals use of this protocol via ALPN.</t>
        <t>When set, this flag contains the list of permitted ALPN versions in humanly readable form.  The implementation may allow multiple values in one variable, or allow multiple variables, or instead use two configuration for "minimum" and "maximum" allowed versions.  We assume here that there is one variable, which can contain either no value, or else a list of one or more versions which the current implementation supports.  In this specification, the possible values are:</t>
        <ul spacing="normal">
          <li>unset,</li>
          <li>"1.0" - require historic RADIUS/TLS</li>
          <li>"1.0. 1.1" - allow either historic RADIUS/TLS or RADIUS/1.1.</li>
          <li>"1.1" - require RADIUS/1.1.</li>
        </ul>
        <t>This configuration is also extensible to future ALPN names if that extension becomes necessary.  New versions can simply be added to the list.  Implementations can then negotiate the highest version which is supported by both client and server.</t>
        <t>Implementations SHOULD support both historic RADIUS/TLS and RADIUS/1.1.  Such implementations MUST set the default value for this configuratiun flag to "1.0, 1.1".  This setting ensures that both versions of RADIUS can be negotiated.</t>
        <t>Implementations MAY support only RADIUS/1.1.  In which case the default value for this configuration flag MUST be "1.1".  This behavior is NOT RECOMMENDED, as it is incompatible with historic RADIUS/TLS.  This behavior can only be a reasonable default when all (or nearly all) RADIUS clients have been updated to support RADIUS/1.1.</t>
        <t>A more detailed definition of the variable and the meaning of the values is given below.</t>
        <t>Configuration Flag Name</t>
        <ul empty="true">
          <li>
            <t>Version</t>
          </li>
        </ul>
        <t>Values</t>
        <ul empty="true">
          <li>
            <t>When the flag is unset, ALPN is not used.</t>
            <t>Any connection MUST use historic RADIUS/TLS.</t>
            <t>This flag is included here only for logical completeness.  Implementations of this specification SHOULD be configured to always send one or more ALPN strings.  This data signals that the implementation is capable performing ALPN negotiation, even if it is not currently configured to use RADIUS/1.1</t>
            <ul empty="true">
              <li>
                <t>Client Behavior</t>
                <ul empty="true">
                  <li>
                    <t>The client MUST NOT send any protocol name via ALPN.</t>
                  </li>
                </ul>
                <t>Server Behavior</t>
                <ul empty="true">
                  <li>
                    <t>The server MUST NOT signal any protocol name via ALPN.</t>
                    <t>If the server receives an ALPN name from the client, it MUST NOT close the connection.  Instead, it simply does not reply with ALPN, and finishes the TLS connection setup as defined for historic RADIUS/TLS.</t>
                    <t>Note that if a client sends "radius/1.1", the client will see that the server failed to acknowledge this request, and will close the connection.  For any other client configuration, the connection will use historic RADIUS/TLS.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <ul empty="true">
          <li>
            <t>Other values ("1.0", "1.0, 1.1", "1.1", etc.)</t>
            <ul empty="true">
              <li>
                <t>Client Behavior</t>
                <ul empty="true">
                  <li>
                    <t>The client MUST send the ALPN string(s) associated with the configured version.  e.g. For "1.0", send "radius/1.0".</t>
                    <t>The client will receive either no ALPN response from the server, or an ALPN response of one version string with MUST match one of the strings it sent, or else a TLS alert of "no_application_protocol" (120).</t>
                    <t>If the connection remains open, the client MUST treat the connection as using the matching ALPN version.</t>
                  </li>
                </ul>
                <t>Server Behavior</t>
                <ul empty="true">
                  <li>
                    <t>If the server receives no ALPN name from the client, it MUST use historic RADIUS/TLS.</t>
                    <t>If the server receives one or more ALPN names from the client, it MUST reply with the highest mutually supported version and then use the latest supported version for this connection.</t>
                    <t>If the server receives one or more ALPN names from the client, but none of the names match the versions supported by (or configured on) the server, it MUST reply with a TLS alert of "no_application_protocol" (120), and then MUST close the TLS connection.</t>
                    <t>These requirements for negotiation are not specific to RADIUS/1.1, and therefore can be used unchanged if any new version of RADIUS is defined.</t>
                  </li>
                </ul>
              </li>
            </ul>
          </li>
        </ul>
        <t>By requiring the default configuration to allow historic RADIUS/TLS, implementations will be able to negotiate both historic RADIUS/TLS connections, and also RADIUS/1.1 connections.  Any other recommended default setting would prevent either the negotiation of historic RADIUS/TLS, or prevent the negotiation of RADIUS/1.1.</t>
        <t>Once administrators verify that both ends of a connection support RADIUS/1.1, and that it has been negotiated successfully, the configurations SHOULD be updated to require RADIUS/1.1.  The connections should be monitored after this change to ensure that the systems continue to remain connected.  If there are connection issues, then the configuration should be reverted to using allow both "radius/1.0" and "radius/1.1" ALPN strings, until such time as the connection problems have been resolved.</t>
        <t>We reiterate that systems implementing this specification, but which are configured with setting that forbid RADIUS/1.1, will behave largely the same as systems which do not implement this specification.  The only difference is that clients may send the ALPN name "radius/1.0".</t>
        <t>Systems implementing RADIUS/1.1 SHOULD NOT be configured by default to forbid that protocol.  That setting exists mainly for completeness, and to give administrators the flexibility to control their own deployments.</t>
        <t>While <xref target="RFC7301"/> does not discuss the possibility of the server sending a TLS alert of "no_application_protocol" (120) when the client does not use ALPN, we believe that this behavior is useful.  As such, servers MAY send a a TLS alert of "no_application_protocol" (120) when the client does not use ALPN.</t>
        <t>However, some TLS implementations may not permit an application to send a TLS alert of its choice, at a time of its choice.   This limitation means that it is not always possible for an application to send the TLS alert as discussed in the previous section.  The impact is that an implementation may attempt to connect, and then see that the connection fails, but not be able to determine why that failure has occurred.  Implementers and administrators should be aware that unexplained connection failures may be due to ALPN negotiation issues.</t>
        <t>The server MAY send this alert during the ClientHello, if it requires ALPN but does not receive it.  That is, there may not always be a need to wait for the TLS connection to be fully established before realizing that no common ALPN protocol can be negotiated.</t>
        <t>Where the client does perform signaling via ALPN and the server determines that there is no compatible application protocol name, then as per <xref section="3.2" sectionFormat="comma" target="RFC7301"/>, it MUST send a TLS alert of "no_application_protocol" (120).</t>
        <t>Whether or not the server sent a TLS alert for no compatible ALPN, it MUST close the connection.  The above requirements on ALPN apply to both new sessions, and to resumed sessions.</t>
        <t>In contrast, there is no need for the client to signal that there are no compatible application protocol names.  The client sends zero or more protocol names, and the server responds as above.  From the point of view of the client, the list it sent results in either a connection failure, or a connection success.</t>
        <t>It is RECOMMENDED that the server logs a descriptive error in this situation, so that an administrator can determine why a particular connection failed.  The log message SHOULD include information about the other end of the connection, such as IP address, certificate information, etc.  Similarly, when the client receives a TLS alert of "no_application_protocol" it SHOULD log a descriptive error message.  Such error messages are critical for helping administrators to diagnose connectivity issues.</t>
        <section anchor="using-protocol-error-for-signaling-alpn-failure">
          <name>Using Protocol-Error for Signaling ALPN Failure</name>
          <t>When it is not possible to send a TLS alert of "no_application_protocol" (120), then the only remaining method for one party to signal the other is to send application data inside of the TLS tunnel.  Therefore, for the situation when a one end of a connection determines that it requires ALPN while the other end does not support ALPN, the end requiring ALPN MAY send a Protocol-Error packet <xref target="RFC7930"/> inside of the tunnel, and then MUST close the connection.  If this is done, the Token field of the Protocol-Error packet cannot be copied from any request, and therefore that field MUST be set to all zeros.</t>
          <t>The Protocol-Error packet SHOULD contain a Reply-Message attribute with a textual string describing the cause of the error.  The packet SHOULD also contain an Error-Cause attribute, with value Unsupported Extension (406).  The packet SHOULD NOT contain other attributes.</t>
          <t>An implementation sending this packet could bypass any RADIUS encoder, and simply write this packet as a predefined, fixed set of data to the TLS connection.  That process would likely be simpler than trying to call the normal RADIUS packet encoder to encode a reply packet with no corresponding request packet.</t>
          <t>As this packet is an unexpected response packet, existing client implementations of RADIUS over TLS will ignore it.  They may either log an error and close the connection, or they may discard the packet and leave the connection open.  If the connection remains open, the end supporting ALPN will close the connection, so there will be no side effects from sending this packet.  Therefore, while using a Protocol-Error packet in this way is unusual, it is both informative and safe.</t>
          <t>The purpose of this packet is not to have the other end of the connection automatically determine what went wrong, and fix it.  Instead, the packet is intended to be (eventually) seen by an administrator, who can then take remedial action.</t>
        </section>
        <section anchor="tabular-summary">
          <name>Tabular Summary</name>
          <t>The preceding text gives a large number of recommendations.  In order to give a simpler description of the outcomes, a table of possible behaviors for client/server values of the Version flag is given below.  This table and the names given below are for informational and descriptive purposes only.</t>
          <figure>
            <name>Possible outcomes for ALPN Negotiation</name>
            <artwork><![CDATA[
                             Server
             no ALPN  |   1.0    | 1.0, 1.1 |    1.1
Client    |--------------------------------------------
----------|
No ALPN   |   TLS        TLS        TLS        Close-S
          |
1.0       |   TLS        TLS        TLS        Alert
          |
1.0, 1.1  |   TLS        TLS        1.1        1.1
          |
1.1       |   Close-C    Alert      1.1        1.1
]]></artwork>
          </figure>
          <t>The table entries above have the following meaning:</t>
          <ul empty="true">
            <li>
              <t>Alert</t>
              <ul empty="true">
                <li>
                  <t>The client sends ALPN, and the server does not agree to the clients ALPN proposal.  The server replies with a TLS alert of "no_application_protocol" (120), and then closes the TLS connection.</t>
                  <t>As the server replies with a TLS alert, the Protocol-Error packet is not used here.</t>
                </li>
              </ul>
              <t>Close-C</t>
              <ul empty="true">
                <li>
                  <t>The client sends ALPN, but the server does not respond with ALPN.  The client closes the connection.</t>
                  <t>As noted in the previous section, the client MAY send a Protocol-Error packet to the server before closing the connection.</t>
                </li>
              </ul>
              <t>Close-S</t>
              <ul empty="true">
                <li>
                  <t>The client does not send ALPN string(s), but the server requires ALPN.  The server closes the connection.</t>
                  <t>As noted in the previous section, the server MAY send a Protocol-Error packet to the client before closing the connection.  The server MAY also send a TLS alert of "no_application_protocol" (120) before closing the connection.</t>
                </li>
              </ul>
              <t>TLS</t>
              <ul empty="true">
                <li>
                  <t>Historic RADIUS/TLS is used.  The client either sends no ALPN string, or sends "radius/1.0".  The server either replies with no ALPN string, or with "radius/1.0".  The connection MUST use historic RADIUS/TLS.</t>
                </li>
              </ul>
              <t>1.1</t>
              <ul empty="true">
                <li>
                  <t>The client sends the ALPN string "radius/1.1.  The server acknowledges this negotiation with a reply of "radius/1.1", and then RADIUS/1.1 is used.</t>
                </li>
              </ul>
            </li>
          </ul>
          <t>Implementations should note that this table may be extended in future specifications.  The above text is informative, and does not mandate that only the above ALPN strings are used.  The actual ALPN negotiation takes place as defined in the preceding sections of this document, and in <xref target="RFC7301"/>.</t>
        </section>
      </section>
      <section anchor="miscellaneous-items">
        <name>Miscellaneous Items</name>
        <t>Implementations of this specification MUST require TLS version 1.3 or later.</t>
        <t>The use of the ALPN string "radius/1.0" is technically unnecessary, as it is largely equivalent to not sending any ALPN string.  However, that value is useful for RADIUS administrators.  A system which sends the ALPN string "radius/1.0" is explicitly signaling that it supports ALPN negotiation, but that it is not currently configured to support RADIUS/1.1.  That information can be used by administrators to determine which devices are capable of ALPN.</t>
        <t>The use of the ALPN string "radius/1.0" also permits server implementations to send a TLS alert of "no_application_protocol" (120) when it cannot find a matching ALPN string.  Experiments with TLS library implementations suggest that in some cases it is possible to send that TLS alert when ALPN is not used.  However, such a scenario is not discussed on <xref target="RFC7301"/>, and is likely not universal.  As a result, ALPN as defined in <xref target="RFC7301"/> permits servers to send that TLS alert in situations where it would be otherwise forbidden, or perhaps unsupported.</t>
        <t>Finally, defining ALPN strings for all known RADIUS versions will make it easier to support additional ALPN strings if that functionality is ever needed.</t>
      </section>
      <section anchor="session-resumption">
        <name>Session Resumption</name>
        <t><xref section="3.1" sectionFormat="comma" target="RFC7301"/> states that ALPN is negotiated on each connection, even if session resumption is used:</t>
        <ul empty="true">
          <li>
            <t>When session resumption or session tickets <xref target="RFC5077"/> are used, the previous contents of this extension are irrelevant, and only the values in the new handshake messages are considered.</t>
          </li>
        </ul>
        <t>In order to prevent down-bidding attacks, RADIUS systems which negotiate the "radius/1.1" protocol MUST associate that information with the session ticket, and enforce the use of "radius/1.1" on session resumption.  That is, if "radius/1.1" was negotiated for a session, both clients and servers MUST behave as if the RADIUS/1.1 flag was set to "require" for that session.</t>
        <t>A client which is resuming a "radius/1.1" connection MUST advertise only the capability to do "radius/1.1" for the resumed session.  That is, even if the client configuration allows historic RADIUS/TLS for new connections, it MUST signal "radius/1.1" when resuming a session which had previously negotiated "radius/1.1".</t>
        <t>Similarly, when a server does resumption for a session which had previously negotiated "radius/1.1".   If the client attempts to resume the sessions without signaling the use of RADIUS/1.1, the server MUST close the connection.  The server MUST send an appropriate TLS error, and also SHOULD log a descriptive message as described above.</t>
        <t>In contrast, there is no requirement for a client or server to force the use of <xref target="RFC6614"/> RADIUS/TLS on session resumption.  Clients are free to signal support for "radius/1.1" on resumed sessions, even if the original session did not negotiate "radius/1.1".  Servers are free to accept this request, and to negotiate the use of "radius/1.1" for such sessions.</t>
      </section>
    </section>
    <section anchor="radius11-packet-and-attribute-formats">
      <name>RADIUS/1.1 Packet and Attribute Formats</name>
      <t>This section describes the application-layer data which is sent inside of (D)TLS when using the RADIUS/1.1 protocol.  Unless otherwise discussed herein, the application-layer data is unchanged from traditional RADIUS.  This protocol is only used when "radius/1.1" has been negotiated by both ends of a connection.</t>
      <section anchor="radius11-packet-format">
        <name>RADIUS/1.1 Packet Format</name>
        <t>When RADIUS/1.1 is used, the RADIUS header is modified from standard RADIUS.  While the header has the same size, some fields have different meaning.  The Identifier and the Request / Response Authenticator fields are no longer used in RADIUS/1.1.  Any operations which depend on those fields MUST NOT be performed.  As packet signing and security are handled by the TLS layer, RADIUS-specific cryptographic primitives are no longer in RADIUS/1.1.</t>
        <t>A summary of the RADIUS/1.1 packet format is shown below.  The fields are transmitted from left to right.</t>
        <figure anchor="Header">
          <name>The RADIUS/1.1 Packet Format</name>
          <artwork><![CDATA[
 0                   1                   2                   3
 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1 2 3 4 5 6 7 8 9 0 1
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|     Code      |  Reserved-1   |            Length             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                             Token                             |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|                                                               |
|                           Reserved-2                          |
|                                                               |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
|  Attributes ...
+-+-+-+-+-+-+-+-+-+-+-+-+-
]]></artwork>
        </figure>
        <t>Code</t>
        <ul empty="true">
          <li>
            <t>The Code field is one octet, and identifies the type of RADIUS packet.</t>
            <t>The meaning of the Code field is unchanged from previous RADIUS specifications.</t>
          </li>
        </ul>
        <t>Reserved-1</t>
        <ul empty="true">
          <li>
            <t>The Reserved-1 field is one octet.</t>
            <t>This field was previously used as the "Identifier" in historic RADIUS/TLS.  It is now unused, as the Token field replaces it both as the way to identify requests, and to associate responses with requests.</t>
            <t>When sending packets, the Reserved-1 field MUST be set to zero.  The Reserved-1 field MUST be ignored when receiving a packet.</t>
          </li>
        </ul>
        <t>Length</t>
        <ul empty="true">
          <li>
            <t>The Length field is two octets.</t>
            <t>The meaning of the Length field is unchanged from previous RADIUS specifications.</t>
          </li>
        </ul>
        <t>Token</t>
        <ul empty="true">
          <li>
            <t>The Token field is four octets, and aids in matching requests and
replies, as a replacement for the Identifier field.  The RADIUS server can detect a duplicate request if it receives
the same Token value for two packets on a particular connection.</t>
            <t>All values are possible for the Token field.  Implementations MUST treat the Token as an opaque blob when comparing Token values.</t>
            <t>Further requirements are given below in <xref target="sending-packets"/> for sending packets, and in <xref target="receiving-packets"/> for receiving packets.</t>
          </li>
        </ul>
        <t>Reserved-2</t>
        <ul empty="true">
          <li>
            <t>The Reserved-2 field is twelve (12) octets in length.</t>
            <t>These octets MUST be set to zero when sending a packet.</t>
            <t>These octets MUST be ignored when receiving a packet.</t>
            <t>These octets are reserved for future protocol extensions.</t>
          </li>
        </ul>
      </section>
      <section anchor="the-token-field">
        <name>The Token Field</name>
        <t>This section describes in more detail how the Token field is used.</t>
        <section anchor="sending-packets">
          <name>Sending Packets</name>
          <t>The Token field MUST change for every new unique packet which is sent on the same connection. For DTLS transport, it is possible to retransmit duplicate packets, in which case the Token value MUST NOT be changed when a duplicate packet is (re)sent.  When the contents of a retransmitted packet change for any reason (such changing Acct-Delay-Time as discussed in <xref section="5.2" sectionFormat="comma" target="RFC2866"/>), the Token value MUST be changed.  Note that on reliable transports, packets are never retransmitted, and therefore every new packet which is sent has a unique Token value.</t>
          <t>We note that in previous RADIUS specifications, the Identifier field could have the same value for different packets on the same connection.  For example, Access-Request (Code 1) and Accounting-Request (Code 4) packets could both use ID 3, and still be treated as different packets.  This overlap required that RADIUS clients and servers track the Identifier field, not only on a per-connection basis, but also on a per-Code basis.  This behavior adds complexity to implementations.</t>
          <t>In contrast, the Token values MUST be generated from a 32-bit counter which is unique to each connection.  Such a counter SHOULD be initialized to a random value, taken from a random number generator, whenever a new connection is opened.  The counter MUST then be incremented for every unique new packet which is sent by the client.  Retransmissions of the same packet MUST use the same unchanged Token value.  As the Token value is mandated to be unique per packet, a duplicate Token value is the only way that a server can detect duplicate transmissions.</t>
          <t>This counter method ensures that the Tokens are unique, and are also independent of any Code value in the RADIUS packet header.  This method is mandated because any other method of generating unique and non-conflicting Token values is more complex, with no additional benefit and only the likelihood of increased bugs and interoperability issues.  Any other method for generating Token values would require substantially more resources to track outstanding Token values and their associated expiry times.</t>
          <t>The purpose for initializing the Token to a random counter is to aid administrators in debugging systems.  If the Token values always used the same sequence, then it would easier for a person to confuse different packets which have the same Token value.  By instead starting with a random value, those values are more evenly distributed across the set of allowed values, and are therefore more likely to be unique.</t>
          <t>As there is no special meaning for the Token, there is no meaning when a counter "wraps" around from a high value back to zero.  The originating system can simply continue to increment the Token value without taking any special action in that situation.</t>
          <t>Once a RADIUS response to a request has been received and there is no need to track the packet any longer, the Token value can be reused.  This reuse happens only when the counter "wraps around" after 2^32 packets have been sent over one connection.  This method of managing the counter automatically ensures a long delay (i.e. 2^32 packets) between multiple uses of the same Token value.   This large number of packets ensures that the only possible situation where there may be conflict is when a client sends billions of packets a second across one connection, or when a client sends billions of packets without receiving replies.  We suggest that such situations are vanishingly rare.  The best solution to those situations would be to limit the number out outstanding packets over one connection to a number much lower than billions.</t>
          <t>If a RADIUS client has multiple independent subsystems which send packets to a server, each subsystem MAY open a new connection which is unique to that subsystem.  There is no requirement that all packets go over one particular connection.  That is, despite the use of a 32-bit Token field, RADIUS/1.1 clients are still permitted to open multiple source ports as discussed in <xref target="RFC2865"/> Section 2.5.</t>
          <t>While multiple connections from client to server are allowed, We reiterate the suggestion of <xref section="3.3" sectionFormat="comma" target="RFC3539"/> that a single connection is preferred to multiple connections.  The use of a single connection can improve throughput and latency, while simplifying the clients efforts to determine server status.</t>
        </section>
        <section anchor="receiving-packets">
          <name>Receiving Packets</name>
          <t>A server which receives RADIUS/1.1 packets MUST perform packet deduplication for all situations where it is required by RADIUS.  Where RADIUS does not require deduplication (e.g. TLS transport), the server SHOULD NOT do deduplication.  However, DTLS transport is UDP-based, and therefore still requires deduplication.</t>
          <t>When using RADIUS/1.1, implementations MUST do deduplication only on the Token field, and not on any other field or fields in the packet header. A server MUST treat the Token as being an opaque field with no intrinsic meaning.  This requirement makes the receiver behavior independent of the methods by which the Counter is generated.</t>
          <t>Where Token deduplication is done, it MUST be done on a per-connection basis.  If two packets which are received on different connections contain the same Token value, then those packets MUST be treated as distinct (i.e. different) packets.  Systems performing deduplication MAY still track the packet Code, Length, and Attributes which is associated with a Token value.  If it determines that the sender is re-using Token values for distinct outstanding packets, then an error should be logged, and the connection MUST be closed.  There is no way to negotiate correct behavior in the protocol.  Either the parties both operate normally and can communicate, or one end misbehaves, and no communication is possible.</t>
          <t>Once a reply has been sent, a system doing deduplication SHOULD cache the replies as discussed in <xref section="2.2.2" sectionFormat="comma" target="RFC5080"/>:</t>
          <ul empty="true">
            <li>
              <t>Each cache entry SHOULD be purged after a period of time.  This time
SHOULD be no less than 5 seconds, and no more than 30 seconds.  After
about 30 seconds, most RADIUS clients and end users will have given
up on the authentication request.  Therefore, there is little value
in having a larger cache timeout.</t>
            </li>
          </ul>
          <t>This change from RADIUS means that the Identifier field is no longer useful for RADIUS/1.1.  The Reserved-1 field (previously used as the Identifier) MUST be set to zero when encoding all RADIUS/1.1 packets.  Implementations of RADIUS/1.1 which receive packets MUST ignore this field.</t>
        </section>
      </section>
    </section>
    <section anchor="attribute-handling">
      <name>Attribute handling</name>
      <t>Most attributes in RADIUS have no special encoding "on the wire", or any special meaning between client and server.  Unless discussed in this section, all RADIUS attributes are unchanged in this specification.  This requirement includes attributes which contain a tag, as defined in <xref target="RFC2868"/>.</t>
      <section anchor="obfuscated-attributes">
        <name>Obfuscated Attributes</name>
        <t>Since the (D)TLS layer provides for connection authentication, integrity checks, and confidentiality, there is no need to hide the contents of an attribute on a hop-by-hop basis.  As a result, all attributes defined as being obfuscated via the shared secret no longer have the obfuscation step applied when RADIUS/1.1 is used.  Instead, those attributes MUST be encoded using the encoding for the underlying data type, with any encryption / obfuscation step omitted.  For example, the User-Password attribute is no longer obfuscated, and is instead sent as data type "text".</t>
        <t>There are risks from sending passwords over the network, even when they are protected by TLS.  One such risk comes from the common practice of multi-hop RADIUS routing.  As all security in RADIUS is on a hop-by-hop basis, every proxy which receives a RADIUS packet can see (and modify) all of the information in the packet.  Sites wishing to avoid proxies SHOULD use dynamic peer discovery <xref target="RFC7585"/>, which permits clients to make connections directly to authoritative servers for a realm.</t>
        <t>There are others ways to mitigate these risks.  The simplest is to follow the requirements of <xref section="2.4" sectionFormat="comma" target="RFC6614"/> item (3) and <xref section="10.4" sectionFormat="comma" target="RFC7360"/>, which mandates that RADIUS over TLS implementations validate the peer before sending any RADIUS traffic.</t>
        <t>Another way to mitigate these risks is for the system being authenticated to use an authentication protocol which never sends passwords (e.g. EAP-pwd <xref target="RFC5931"/>), or which sends passwords protected by a TLS tunnel (e.g. EAP-TTLS <xref target="RFC5281"/>).  The processes to choose and configuring an authentication protocol are strongly site-dependent, so further discussion of these issues are outside of the scope of this document.  The goal here is to ensure that the reader has enough information to make an informed decision.</t>
        <t>We note that as the RADIUS shared secret is no longer used in this specification, it is no longer possible or necessary for any attribute to be obfuscated on a hop-by-hop basis using the previous methods defined for RADIUS.</t>
        <section anchor="user-password">
          <name>User-Password</name>
          <t>The User-Password attribute (<xref section="5.2" sectionFormat="comma" target="RFC2865"/>) MUST be encoded the same as any other attribute of data type 'string' (<xref section="3.5" sectionFormat="comma" target="RFC8044"/>).</t>
          <t>The contents of the User-Password field MUST be at least one octet in length, and MUST NOT be more than 128 octets in length.  This limitation is maintained from <xref section="5.2" sectionFormat="comma" target="RFC2865"/> for compatibility with historic transports.</t>
          <t>Note that the User-Password attribute is not of data type 'text'.  The original reason in <xref target="RFC2865"/> was because the attribute was encoded as an opaque and obfuscated binary blob.  We maintain that data type here, even though the attribute is no longer obfuscated.  The contents of the User-Password attribute do not have to be printable text, or UTF-8 data as per the definition of the 'text' data type in <xref section="3.4" sectionFormat="comma" target="RFC8044"/>.</t>
          <t>However, implementations should be aware that passwords are often printable text, and where the passwords are printable text, it can be useful to store and display them as printable text.  Where implementations can process non-printable data in the 'text' data type, they MAY use the data type 'text' for User-Password.</t>
        </section>
        <section anchor="chap-challenge">
          <name>CHAP-Challenge</name>
          <t><xref section="5.3" sectionFormat="comma" target="RFC2865"/> allows for the CHAP challenge to be taken from either the CHAP-Challenge attribute (<xref section="5.40" sectionFormat="comma" target="RFC2865"/>), or the Request Authenticator field.  Since RADIUS/1.1 connections no longer use a Request Authenticator field, it is no longer possible to use the Request Authenticator field as the CHAP-Challenge when this transport profile is used.</t>
          <t>Clients which send CHAP-Password attribute (<xref section="5.3" sectionFormat="comma" target="RFC2865"/>) in an Access-Request packet over a RADIUS/1.1 connection MUST also include a CHAP-Challenge attribute (<xref section="5.40" sectionFormat="comma" target="RFC2865"/>).</t>
          <t>Proxies may need to receive Access-Request packets over a non-RADIUS/1.1 transport and then forward those packets over a RADIUS/1.1 connection.  In that case, if the received Access-Request packet contains a CHAP-Password attribute but no CHAP-Challenge attribute, the proxy MUST create a CHAP-Challenge attribute in the proxied packet using the contents from the incoming Request Authenticator of the received packet.</t>
        </section>
        <section anchor="tunnel-password">
          <name>Tunnel-Password</name>
          <t>The Tunnel-Password attribute (<xref section="3.5" sectionFormat="comma" target="RFC2868"/>) MUST be encoded the same as any other attribute of data type 'string' which contains a tag, such as Tunnel-Client-Endpoint (<xref section="3.3" sectionFormat="comma" target="RFC2868"/>).  Since the attribute is no longer obfuscated in RADIUS/1.1, there is no need for a Salt field or Data-Length fields as described in <xref section="3.5" sectionFormat="comma" target="RFC2868"/>, and the textual value of the password can simply be encoded as-is.</t>
          <t>Note that the Tunnel-Password attribute is not of data type 'text'.  The original reason in <xref target="RFC2868"/> was because the attribute was encoded as an opaque and obfuscated binary blob.  We maintain that data type here, even though the attribute is no longer obfuscated.  The contents of the Tunnel-Password attribute do not have to be printable text, or UTF-8 data as per the definition of the 'text' data type in <xref section="3.4" sectionFormat="comma" target="RFC8044"/>.</t>
          <t>However, implementations should be aware that passwords are often printable text, and where the passwords are printable text, it can be useful to store and display them as printable text.  Where implementations can process non-printable data in the 'text' data type, they MAY use the data type 'text' for Tunnel-Password.</t>
        </section>
        <section anchor="vendor-specific-attributes">
          <name>Vendor-Specific Attributes</name>
          <t>Any Vendor-Specific attribute which uses similar obfuscation MUST be encoded as per their base data type.  Specifically, the MS-MPPE-Send-Key and MS-MPPE-Recv-Key attributes (<xref section="2.4" sectionFormat="comma" target="RFC2548"/>) MUST be encoded as any other attribute of data type 'string' (<xref section="3.4" sectionFormat="comma" target="RFC8044"/>).</t>
        </section>
      </section>
      <section anchor="message-authenticator">
        <name>Message-Authenticator</name>
        <t>The Message-Authenticator attribute (<xref section="3.2" sectionFormat="comma" target="RFC3579"/>) MUST NOT be sent over a RADIUS/1.1 connection.  That attribute is not used or needed in RADIUS/1.1.</t>
        <t>If the Message-Authenticator attribute is received over a RADIUS/1.1 connection, the attribute MUST be silently discarded, or treated as an "invalid attribute", as defined in <xref section="2.8" sectionFormat="comma" target="RFC6929"/>.  That is, the Message-Authenticator attribute is no longer used to sign packets for the RADIUS/1.1 transport.  Its existence (or not) in this transport is meaningless.</t>
        <t>A system which receives a Message-Authenticator attribute in a packet MUST treat it as an "invalid attribute" as defined in <xref section="2.8" sectionFormat="comma" target="RFC6929"/>.  That is, the packet can still be processed, even if the Message-Authenticator attribute is ignored.</t>
        <t>For proxies, the Message-Authenticator attribute has always been defined as being created and consumed on a "hop by hop" basis.  That is, a proxy which received a Message-Authenticator attribute from a client would never forward that attribute as-is to another server.  Instead, the proxy would either suppress, or re-create, the Message-Authenticator attribute in the outgoing request.  This existing behavior is leveraged in RADIUS/1.1 to suppress the use of Message-Authenticator over a RADIUS/1.1 connection.</t>
        <t>A proxy may receive an Access-Request packet over a RADIUS/1.1 connection, and then forward that packet over a RADIUS/UDP or a RADIUS/TCP connection.  In that situation, the proxy SHOULD add a Message-Authenticator attribute to every Access-Request packet which is sent over an insecure transport protocol.</t>
        <t>The original text in <xref section="3.3" sectionFormat="comma" target="RFC3579"/>, "Note 1" paragraph required that the Message-Authenticator attribute be present for certain Access-Request packets.  It also required the use of Message-Authenticator when the Access-Request packet contained an EAP-Message attribute.  Experience has shown that some RADIUS clients never use the Message-Authenticator, even for the situations where its use is suggested.</t>
        <t>When the Message-Authenticator attribute is missing from Access-Request packets, it is often possible to trivially forge or replay those packets.  As such, this document RECOMMENDS that RADIUS clients always include Message-Authenticator in Access-Request packets when using UDP or TCP transport.  As the scope of this document is limited to defining RADIUS/1.1, we cannot mandate that behavior here.  Instead, we can note that there are no known negatives to this behavior, and there are definite positives, such as increased security.</t>
      </section>
      <section anchor="message-authentication-code">
        <name>Message-Authentication-Code</name>
        <t>Similarly, the Message-Authentication-Code attribute defined in <xref section="3.3" sectionFormat="comma" target="RFC6218"/> MUST NOT be sent over a RADIUS/1.1 connection.  If it is received in a packet, it MUST be treated as "invalid attribute" as defined in <xref section="2.8" sectionFormat="comma" target="RFC6929"/>.</t>
        <t>As the Message-Authentication-Code attribute is no longer used in RADIUS/1.1, the related MAC-Randomizer attribute <xref section="3.2" sectionFormat="comma" target="RFC6218"/> MUST NOT be sent over a RADIUS/1.1 connection.  If it is received in a packet, it MUST be treated as "invalid attribute" as defined in <xref section="2.8" sectionFormat="comma" target="RFC6929"/>.</t>
      </section>
      <section anchor="chap-ms-chap-etc">
        <name>CHAP, MS-CHAP, etc.</name>
        <t>While some attributes such as CHAP-Password, etc. depend on insecure cryptographic primitives such as MD5, these attributes are treated as opaque blobs when sent between a RADIUS client and server.  The contents of the attributes are not obfuscated, and they do not depend on the RADIUS shared secret.  As a result, these attributes are unchanged in RADIUS/1.1.</t>
        <t>A server implementing this specification can proxy CHAP, MS-CHAP, etc. without any issue.  A home server implementing this specification can authenticate CHAP, MS-CHAP, etc. without any issue.</t>
      </section>
      <section anchor="original-packet-code">
        <name>Original-Packet-Code</name>
        <t><xref section="4" sectionFormat="comma" target="RFC7930"/> defines an Original-Packet-Code attribute.  This attribute is needed because otherwise it is impossible to correlate the Protocol-Error response packet with a particular request packet.  The definition in <xref section="4" sectionFormat="comma" target="RFC7930"/> describes the reasoning behind this need:</t>
        <ul empty="true">
          <li>
            <t>The Original-Packet-Code contains the code
from the request that generated the protocol error so that clients
can disambiguate requests with different codes and the same ID.</t>
          </li>
        </ul>
        <t>This attribute is no longer needed in RADIUS/1.1.  The Identifier field is unused, so it impossible for two requests to have the "same" ID.  Instead, the Token field permits clients and servers to correlate requests and responses, independent of the Code value being used.</t>
        <t>Therefore, the Original-Packet-Code attribute (<xref section="4" sectionFormat="comma" target="RFC7930"/>) MUST NOT be sent over a RADIUS/1.1 connection.  If it is received in a packet, it MUST be treated as "invalid attribute" as defined in <xref section="2.8" sectionFormat="comma" target="RFC6929"/>.</t>
      </section>
    </section>
    <section anchor="other-considerations">
      <name>Other Considerations</name>
      <t>Most of the differences between RADIUS and RADIUS/1.1 are in the packet header and attribute handling, as discussed above.  The remaining issues are a small set of unrelated topics, and are discussed here.</t>
      <section anchor="protocol-error">
        <name>Protocol-Error</name>
        <t>There are a number of situations where a RADIUS server is unable to respond to a request.  One situation is where the server depends on a database, and the database is down.  While arguably the server should close all incoming connections when it is unable to do anything, this action is not always effective.  A client may aggressively try to open new connections, or send packets to an unconnected UDP destination where the server is not listening.  Another situation where the server is unable to respond is when the server is proxying packets, and the outbound connections are either full or failed.</t>
        <t>In all RADIUS spercifications prior to this one, there is no way for the server to send a client the positive signal that it received a request, but is unable to send a response.  Instead, the server usually just discards the request, which to the client is indistinguishable from the situation where the server is down.  This failure case is made worse by the fact that perhaps some proxied packets succeed while others fail.  The client can only conclude then that the server is randomly dropping packets, and is unreliable.</t>
        <t>It would be very useful for servers to signal to clients that they have received a request, but are unable to process it.  This specification uses the Protocol-Error packet <xref section="4" sectionFormat="comma" target="RFC7930"/> as that signal.  The use of Protocol-Error allows for both hop-by-hop signaling in the case of proxy forwarding errors, and also for end-to-end signaling of server to client.  Such signaling should greatly improve the robustness of the RADIUS protocol.</t>
        <t>When a RADIUS/1.1 server determines that it is unable to process an Access-Request or Accounting-Request packet, it MUST respond with a Protocol-Error packet containing an Error-Cause attribute.  A proxy which cannot forward the packet MUST respond with either 502 (Request Not Routable (Proxy)), or 505 (Other Proxy Processing Error).  This requirement is to help distinguish failures in the proxy chain from failures at the home server,</t>
        <t>For a home server, if none of the Error-Cause values match the reason for the failure, then the value 506 (Resources Unavailable) MUST be used.</t>
        <t>When a RADIUS proxy receives a Protocol-Error reply, it MUST examine the value of the Error-Cause attribute.  If there is no Error-Cause attribute, or its value is something other than 502 (Request Not Routable (Proxy)), 505 (Other Proxy Processing Error), or 506 (Resources Unavailable), the proxy MUST return the Protocol-Error response packet to the client, and include the Error-Cause attribute from the response it received.  This process allows for full "end to end" signaling of servers to clients.</t>
        <t>In all situations other then outlined in the preceding paragraph, a client which receives a Protocol-Error reply MUST re-process the original outgoing packet through the client forwarding algorithm.  This requirement includes both clients which originate RADIUS traffic, and proxies which see an Error-Cause attribute of 502 (Request Not Routable (Proxy)), or 505 (Other Proxy Processing Error).</t>
        <t>The expected result of this processing is that the client forwards the packet to a different server.  Clients MUST NOT forward the packet over the same connection, and SHOULD NOT forward it to over a different connection to the same server.</t>
        <t>This process may continue over multiple connections and multiple servers, until the client either times out the request, or fails to find a forwarding destination for the packet.  A proxy which is unable to forward a packet MUST reply with a Protocol-Error packet containing Error-Cause, as defined above.  A client which originates packets MUST treat such a request as if it had received no response.</t>
        <t>This behavior is intended to improve the stability of the RADIUS protocol by addressing issues first raised in <xref section="2.8" sectionFormat="comma" target="RFC3539"/>.</t>
      </section>
      <section anchor="status-server">
        <name>Status-Server</name>
        <t><xref section="2.6.5" sectionFormat="comma" target="RFC6613"/>, and by extension <xref target="RFC7360"/>, suggest that the Identifier value zero (0) be reserved for use with Status-Server as an application-layer watchdog.  This practice MUST NOT be used for RADIUS/1.1, as the Identifier field is not used in this transport profile.</t>
        <t>The rationale for reserving one value of the Identifier field was the limited number of Identifiers available (256), and the overlap in Identifiers between Access-Request packets and Status-Server packets.  If all 256 Identifier values had been used to send Access-Request packets, then there would be no Identifier value available for sending a Status-Server packet.</t>
        <t>In contrast, the Token field allows for 2^32 outstanding packets on one RADIUS/1.1 connection.  If there is a need to send a Status-Server packet, it is nearly always possible to allocate a new value for the Token field.  If instead there are 2^32 outstanding packets for one connection, then it is likely that something has gone catastrophically wrong.  In that case, the safest way forward is likely to just close the connection.</t>
      </section>
      <section anchor="proxies">
        <name>Proxies</name>
        <t>A RADIUS proxy normally decodes and then re-encodes all attributes, included obfuscated ones.  A RADIUS proxy will not generally rewrite the content of the attributes it proxies (unless site-local policy requires such a rewrite).  While some attributes may be modified due to administrative or policy rules on the proxy, the proxy will generally not rewrite the contents of attributes such as User-Password, Tunnel-Password, CHAP-Password, MS-CHAP-Password, MS-MPPE keys, etc.  All attributes are therefore transported through a RADIUS/1.1 connection without changing their values or contents.</t>
        <t>A proxy may negotiate RADIUS/1.1 (or not) with a particular client or clients, and it may negotiate RADIUS/1.1 (or not) with a server or servers it connect to, in any combination.  As a result, this specification is fully compatible with all past, present, and future RADIUS attributes.</t>
      </section>
      <section anchor="crypto-agility">
        <name>Crypto-Agility</name>
        <t>The crypto-agility requirements of <xref target="RFC6421"/> are addressed in <xref section="C" sectionFormat="comma" target="RFC6614"/>, and in <xref section="10.1" sectionFormat="comma" target="RFC7360"/>.  This specification makes no changes from, or additions to, those specifications.  The use of ALPN, and the removal of MD5 has no impact on security or privacy of the protocol.</t>
        <t>RADIUS/TLS has been widely deployed in at least eduroam <xref target="RFC7593"/> and <xref target="EDUROAM"/> and in OpenRoaming <xref target="OPENROAMING"/>.  RADIUS/DTLS has seen less adoption, but it is known to be supported in many RADIUS clients and servers.</t>
        <t>It is RECOMMENDED that all implementations of historic RADIUS/TLS be updated to support this specification.  Where a system already implements RADIUS over TLS, the additional effort to implement this specification is minimal.  Once implementations support it, administrators can gain the benefit of it with little or no configuration changes.  This specification is backwards compatible with <xref target="RFC6614"/> and <xref target="RFC7360"/>.  It is only potentially subject to down-bidding attacks if implementations do not enforce ALPN negotiation correctly on session resumption.</t>
        <t>All crypto-agility needed or used by this specification is implemented in TLS.  This specification also removes all cryptographic primitives from the application-layer protocol (RADIUS) being transported by TLS.  As discussed in the following section, this specification also bans the development of all new cryptographic or crypto-agility methods in the RADIUS protocol.</t>
      </section>
      <section anchor="error-cause-attribute">
        <name>Error-Cause Attribute</name>
        <t>The Error-Cause attribute is defined in <xref target="RFC5176"/>. The "Table of Attributes" section given in <xref section="3.6" sectionFormat="comma" target="RFC5176"/> permits that attribute to appear in CoA-NAK and Disconnect-NAK packets.  As no other packet type is listed, the implication is that the Error-Cause attribute cannot appear in any other packet.  <xref target="RFC7930"/> also permits Error-Cause to appear in Protocol-Error packets.</t>
        <t>However, <xref section="2.6.1" sectionFormat="comma" target="RFC5080"/> suggests that Error-Cause may appear in Access-Reject packets.  No explanation is given for this change from <xref target="RFC5176"/>.  There is not even an acknowledgment that this suggestion is a change from any previous specification.  We correct that issue here.</t>
        <t>This specification updates <xref target="RFC5176"/> to allow the Error-Cause attribute to appear in Access-Reject packets.  It is RECOMMENDED that implementations include the Error-Cause attribute in Access-Reject packets where appropriate.</t>
        <t>That is, the reason for sending the Access-Reject packet (or Protocol-Error packet) may match a defined Error-Cause value.  In that case, it is useful for implementations to send an Error-Cause attribute with that value.  This behavior can help RADIUS system administrators debug issues in complex proxy chains.</t>
        <t>For example, a proxy may normally forward Access-Request packets which contain EAP-Message attributes.  The proxy can determine if the contents of the EAP-Message are invalid, for example if the first octet has value larger than 4.  In that case, there may be no benefit to forwarding the packet, as the home server will reject it.  It may then then possible for the proxy (with the knowledge and consent of involved parties) to immediately reply with an Access-Reject containing an Error-Cause attribute with value 202 for "Invalid EAP Packet (Ignored)".</t>
        <t>Another possibility is that if a proxy is configured to forward packets for a particular realm, but it has determined that there are no available connections to the next hop for that realm.  In that case, it may be possible for the proxy (again with the knowledge and consent of involved parties) to reply with an Access-Reject containing an Error-Cause attribute with value 502 for "Request Not Routable (Proxy)"</t>
        <t>These examples are given only for illustrative and informational purposes.  While it is useful to return an informative value for the Error-Cause attribute, proxies can only modify the traffic they forward with the explicit knowledge and consent of all involved parties.</t>
      </section>
      <section anchor="future-standards">
        <name>Future Standards</name>
        <t>Future work may define new attributes, packet types, etc.  It is important to be able to do such work without requiring that every new standard mention RADIUS/1.1 explicitly.  Instead, this document defines a mapping from RADIUS to RADIUS/1.1 which covers all RADIUS practices and cryptographic primitives in current use.  As a result, any new standard which uses the existing RADIUS practices can simply inherit that mapping, and they do not need to mention RADIUS/1.1 explicitly.</t>
        <t>We reiterate that this specification defines a new transport profile for RADIUS.  It does not define a completely new protocol.  Any future specification which defines a new attribute MUST define it for RADIUS/UDP first, after which those definitions can be applied to this transport profile.</t>
        <t>New specifications MAY define new attributes which use the obfuscation methods for User-Password as defined in <xref section="5.2" sectionFormat="comma" target="RFC2865"/>, or for Tunnel-Password as defined in <xref section="3.5" sectionFormat="comma" target="RFC2868"/>.  There is no need for those specifications to describe how those new attributes are transported in RADIUS/1.1.  Since RADIUS/1.1 does not use MD5, any obfuscated attributes will by definition be transported as their underlying data type, "text" (<xref section="3.4" sectionFormat="comma" target="RFC8044"/>) or "string" (<xref section="3.5" sectionFormat="comma" target="RFC8044"/>).</t>
        <t>New RADIUS specifications MUST NOT define attributes which can only be transported via RADIUS over TLS.  The RADIUS protocol has no way to signal the security requirements of individual attributes.  Any existing implementation will handle these new attributes as "invalid attributes" (<xref section="2.8" sectionFormat="comma" target="RFC6929"/>), and could forward them over an insecure link.  As RADIUS security and signaling is hop-by-hop, there is no way for a RADIUS client or server to even know if such forwarding is taking place.  For these reasons and more, it is therefore inappropriate to define new attributes which are only secure if they use a secure transport layer.</t>
        <t>The result is that specifications do not need to mention this transport profile, or make any special provisions for dealing with it.  This specification defines how RADIUS packet encoding, decoding, signing, and verification are performed when using RADIUS/1.1.  So long as any future specification uses the existing encoding, etc. schemes defined for RADIUS, no additional text in future documents is necessary in order to be compatible with RADIUS/1.1.</t>
        <t>We note that it is theoretically possible for future standards to define new cryptographic primitives for use with RADIUS/UDP.  In that case, those documents would likely have to describe how to transport that data in RADIUS/1.1.  We believe that such standards are unlikely to be published, as other efforts in the RADEXT working group are forbidding such updates to RADIUS.</t>
      </section>
    </section>
    <section anchor="implementation-status">
      <name>Implementation Status</name>
      <t>(This section to be removed by the RFC editor.)</t>
      <t>This specification is being implemented (client and server) in the FreeRADIUS project which is hosted on GitHub at https://github.com/FreeRADIUS/freeradius-server/tree/v3.2.x  The code implementation "diff" is approximately 1,000 lines, including build system changes and changes to configuration parsers.</t>
    </section>
    <section anchor="privacy-considerations">
      <name>Privacy Considerations</name>
      <t>This specification requires secure transport for RADIUS, and this has all of the privacy benefits of RADIUS/TLS <xref target="RFC6614"/> and RADIUS/DTLS <xref target="RFC7360"/>.  All of the insecure uses of RADIUS have been removed.</t>
    </section>
    <section anchor="security-considerations">
      <name>Security Considerations</name>
      <t>The primary focus of this document is addressing security considerations for RADIUS.</t>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>IANA is requested to update the "TLS Application-Layer Protocol Negotiation (ALPN) Protocol IDs" registry with two new entries:</t>
      <artwork><![CDATA[
Protocol: RADIUS/1.0
Id. Sequence: 0x72 0x61 0x64 0x69 0x75 0x73 0x2f 0x31 0x2e 0x30
    ("radius/1.0")
Reference:  This document

Protocol: RADIUS/1.1
Id. Sequence: 0x72 0x61 0x64 0x69 0x75 0x73 0x2f 0x31 0x2e 0x31
    ("radius/1.1")
Reference:  This document
]]></artwork>
    </section>
    <section anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>In hindsight, the decision to retain MD5 for historic RADIUS/TLS was likely wrong.  It was an easy decision to make in the short term, but it has caused ongoing problems which this document addresses.</t>
      <t>Thanks to Bernard Aboba, Karri Huhtanen, Heikki Vatiainen, Alexander Clouter, Michael Richardson, Hannes Tschofenig, Matthew Newton, and Josh Howlett for reviews and feedback.</t>
    </section>
    <section anchor="changelog">
      <name>Changelog</name>
      <t>(This section to be removed by the RFC editor.)</t>
      <t>draft-dekok-radext-sradius-00</t>
      <ul empty="true">
        <li>
          <t>Initial Revision</t>
        </li>
      </ul>
      <t>draft-dekok-radext-radiusv11-00</t>
      <ul empty="true">
        <li>
          <t>Use ALPN from RFC 7301, instead of defining a new port.  Drop the name "SRADIUS".</t>
          <t>Add discussion of Original-Packet-Code</t>
        </li>
      </ul>
      <t>draft-dekok-radext-radiusv11-01</t>
      <ul empty="true">
        <li>
          <t>Update formatting.</t>
        </li>
      </ul>
      <t>draft-dekok-radext-radiusv11-02</t>
      <ul empty="true">
        <li>
          <t>Add Flag field and description.</t>
          <t>Minor rearrangements and updates to text.</t>
        </li>
      </ul>
      <t>draft-dekok-radext-radiusv11-03</t>
      <ul empty="true">
        <li>
          <t>Remove Flag field and description based on feedback and expected use-cases.</t>
          <t>Use "radius/1.0" instead of "radius/1"</t>
          <t>Consistently refer to the specification as "RADIUSv11", and consistently quote the ALPN name as "radius/1.1"</t>
          <t>Add discussion of future attributes and future crypto-agility work.</t>
        </li>
      </ul>
      <t>draft-dekok-radext-radiusv11-04</t>
      <ul empty="true">
        <li>
          <t>Remove "radius/1.0" as it is unnecessary.</t>
          <t>Update Introduction with more historical background, which motivates the rest of the section.</t>
          <t>Change Identifier field to be reserved, as it is entirely unused.</t>
          <t>Update discussion on clear text passwords.</t>
          <t>Clarify discussion of Status-Server, User-Password, and Tunnel-Password.</t>
          <t>Give high level summary of ALPN, clear up client / server roles, and remove "radius/1.0" as it is unnecessary.</t>
          <t>Add text on RFC6421.</t>
        </li>
      </ul>
      <t>draft-dekok-radext-radiusv11-05</t>
      <ul empty="true">
        <li>
          <t>Clarify naming.  "radius/1.1" is the ALPN name.  "RADIUS/1.1" is the transport profile.</t>
          <t>Clarify that future specifications do not need to make provisions for dealing with this transport profile.</t>
        </li>
      </ul>
      <ul empty="true">
        <li>
          <t>Typos and word smithing.</t>
          <t>Define and use "RADIUS over TLS" instead of RADIUS/(D)TLS.</t>
          <t>Many cleanups and rework based on feedback from Matthew Newton.</t>
        </li>
      </ul>
      <t>draft-ietf-radext-radiusv11-00</t>
      <ul empty="true">
        <li>
          <t>No changes from previous draft.</t>
        </li>
      </ul>
      <t>draft-ietf-radext-radiusv11-01</t>
      <ul empty="true">
        <li>
          <t>Move to "experimental" based on WG feedback.</t>
          <t>Many cleanups based on review from Matthew Newton</t>
          <t>Removed requirement for supporting TLS-PSK.</t>
          <t>This document does not deprecate new cryptographic work in RADIUS.  The "deprecating insecure transports" document does that.</t>
        </li>
      </ul>
      <t>draft-ietf-radext-radiusv11-02</t>
      <ul empty="true">
        <li>
          <t>Note that we also update RFC 7930</t>
          <t>Minor updates to text.</t>
          <t>Add text explaining why "allow" is the default, and how to upgrade to "require"</t>
          <t>Discuss the use of the TLS alert "no_application_protocol" (120), and its limitations.</t>
          <t>Suggest the use of Protocol-Error as an application signal when it is not possible to send a "no_application_protocol" TLS alert.</t>
          <t>Update discussion of Message-Authenticator, and suggest that RADIUS/1.1 proxies always add Message-Authenticator to Access-Request packets being sent over UDP or TCP.</t>
          <t>Add term "historic RADIUS/TLS" as it is simpler than more awkward "6614 or 7360".</t>
          <t>Re-add ALPN "radius/1.0" based on comments from Heikki.  It signals that the system is ALPN-capable, among other.</t>
        </li>
      </ul>
      <t>draft-ietf-radext-radiusv11-03</t>
      <ul empty="true">
        <li>
          <t>Rename to "RADIUS ALPN and removing MD5"</t>
          <t>Add a few things missed when re-adding "radius/1.0"</t>
          <t>Clarify wording in a number of places.</t>
        </li>
      </ul>
      <t>draft-ietf-radext-radiusv11-04</t>
      <ul empty="true">
        <li>
          <t>Address github issues 3..9</t>
        </li>
      </ul>
      <t>draft-ietf-radext-radiusv11-05</t>
      <ul empty="true">
        <li>
          <t>Add discussion of Protocol-Error as per-link signalling.</t>
        </li>
      </ul>
      <t>draft-ietf-radext-radiusv11-06</t>
      <ul empty="true">
        <li>
          <t>Review from Paul Wouters</t>
          <t>Clarify client handling of Protocol-Error</t>
        </li>
      </ul>
    </section>
  </middle>
  <back>
    <references>
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="BCP14">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC2865">
          <front>
            <title>Remote Authentication Dial In User Service (RADIUS)</title>
            <author fullname="C. Rigney" initials="C." surname="Rigney"/>
            <author fullname="S. Willens" initials="S." surname="Willens"/>
            <author fullname="A. Rubens" initials="A." surname="Rubens"/>
            <author fullname="W. Simpson" initials="W." surname="Simpson"/>
            <date month="June" year="2000"/>
            <abstract>
              <t>This document describes a protocol for carrying authentication, authorization, and configuration information between a Network Access Server which desires to authenticate its links and a shared Authentication Server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2865"/>
          <seriesInfo name="DOI" value="10.17487/RFC2865"/>
        </reference>
        <reference anchor="RFC6421">
          <front>
            <title>Crypto-Agility Requirements for Remote Authentication Dial-In User Service (RADIUS)</title>
            <author fullname="D. Nelson" initials="D." role="editor" surname="Nelson"/>
            <date month="November" year="2011"/>
            <abstract>
              <t>This memo describes the requirements for a crypto-agility solution for Remote Authentication Dial-In User Service (RADIUS). This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6421"/>
          <seriesInfo name="DOI" value="10.17487/RFC6421"/>
        </reference>
        <reference anchor="RFC6929">
          <front>
            <title>Remote Authentication Dial In User Service (RADIUS) Protocol Extensions</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <author fullname="A. Lior" initials="A." surname="Lior"/>
            <date month="April" year="2013"/>
            <abstract>
              <t>The Remote Authentication Dial-In User Service (RADIUS) protocol is nearing exhaustion of its current 8-bit Attribute Type space. In addition, experience shows a growing need for complex grouping, along with attributes that can carry more than 253 octets of data. This document defines changes to RADIUS that address all of the above problems.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6929"/>
          <seriesInfo name="DOI" value="10.17487/RFC6929"/>
        </reference>
        <reference anchor="RFC6614">
          <front>
            <title>Transport Layer Security (TLS) Encryption for RADIUS</title>
            <author fullname="S. Winter" initials="S." surname="Winter"/>
            <author fullname="M. McCauley" initials="M." surname="McCauley"/>
            <author fullname="S. Venaas" initials="S." surname="Venaas"/>
            <author fullname="K. Wierenga" initials="K." surname="Wierenga"/>
            <date month="May" year="2012"/>
            <abstract>
              <t>This document specifies a transport profile for RADIUS using Transport Layer Security (TLS) over TCP as the transport protocol. This enables dynamic trust relationships between RADIUS servers. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6614"/>
          <seriesInfo name="DOI" value="10.17487/RFC6614"/>
        </reference>
        <reference anchor="RFC7301">
          <front>
            <title>Transport Layer Security (TLS) Application-Layer Protocol Negotiation Extension</title>
            <author fullname="S. Friedl" initials="S." surname="Friedl"/>
            <author fullname="A. Popov" initials="A." surname="Popov"/>
            <author fullname="A. Langley" initials="A." surname="Langley"/>
            <author fullname="E. Stephan" initials="E." surname="Stephan"/>
            <date month="July" year="2014"/>
            <abstract>
              <t>This document describes a Transport Layer Security (TLS) extension for application-layer protocol negotiation within the TLS handshake. For instances in which multiple application protocols are supported on the same TCP or UDP port, this extension allows the application layer to negotiate which protocol will be used within the TLS connection.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7301"/>
          <seriesInfo name="DOI" value="10.17487/RFC7301"/>
        </reference>
        <reference anchor="RFC7360">
          <front>
            <title>Datagram Transport Layer Security (DTLS) as a Transport Layer for RADIUS</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="September" year="2014"/>
            <abstract>
              <t>The RADIUS protocol defined in RFC 2865 has limited support for authentication and encryption of RADIUS packets. The protocol transports data in the clear, although some parts of the packets can have obfuscated content. Packets may be replayed verbatim by an attacker, and client-server authentication is based on fixed shared secrets. This document specifies how the Datagram Transport Layer Security (DTLS) protocol may be used as a fix for these problems. It also describes how implementations of this proposal can coexist with current RADIUS systems.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7360"/>
          <seriesInfo name="DOI" value="10.17487/RFC7360"/>
        </reference>
        <reference anchor="RFC8044">
          <front>
            <title>Data Types in RADIUS</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="January" year="2017"/>
            <abstract>
              <t>RADIUS specifications have used data types for two decades without defining them as managed entities. During this time, RADIUS implementations have named the data types and have used them in attribute definitions. This document updates the specifications to better follow established practice. We do this by naming the data types defined in RFC 6158, which have been used since at least the publication of RFC 2865. We provide an IANA registry for the data types and update the "RADIUS Attribute Types" registry to include a Data Type field for each attribute. Finally, we recommend that authors of RADIUS specifications use these types in preference to existing practice. This document updates RFCs 2865, 3162, 4072, 6158, 6572, and 7268.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8044"/>
          <seriesInfo name="DOI" value="10.17487/RFC8044"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC1321">
          <front>
            <title>The MD5 Message-Digest Algorithm</title>
            <author fullname="R. Rivest" initials="R." surname="Rivest"/>
            <date month="April" year="1992"/>
            <abstract>
              <t>This document describes the MD5 message-digest algorithm. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. This memo provides information for the Internet community. It does not specify an Internet standard.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1321"/>
          <seriesInfo name="DOI" value="10.17487/RFC1321"/>
        </reference>
        <reference anchor="RFC2548">
          <front>
            <title>Microsoft Vendor-specific RADIUS Attributes</title>
            <author fullname="G. Zorn" initials="G." surname="Zorn"/>
            <date month="March" year="1999"/>
            <abstract>
              <t>This document describes the set of Microsoft vendor-specific RADIUS attributes. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2548"/>
          <seriesInfo name="DOI" value="10.17487/RFC2548"/>
        </reference>
        <reference anchor="RFC2866">
          <front>
            <title>RADIUS Accounting</title>
            <author fullname="C. Rigney" initials="C." surname="Rigney"/>
            <date month="June" year="2000"/>
            <abstract>
              <t>This document describes a protocol for carrying accounting information between a Network Access Server and a shared Accounting Server. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2866"/>
          <seriesInfo name="DOI" value="10.17487/RFC2866"/>
        </reference>
        <reference anchor="RFC2868">
          <front>
            <title>RADIUS Attributes for Tunnel Protocol Support</title>
            <author fullname="G. Zorn" initials="G." surname="Zorn"/>
            <author fullname="D. Leifer" initials="D." surname="Leifer"/>
            <author fullname="A. Rubens" initials="A." surname="Rubens"/>
            <author fullname="J. Shriver" initials="J." surname="Shriver"/>
            <author fullname="M. Holdrege" initials="M." surname="Holdrege"/>
            <author fullname="I. Goyret" initials="I." surname="Goyret"/>
            <date month="June" year="2000"/>
            <abstract>
              <t>This document defines a set of RADIUS (Remote Authentication Dial In User Service) attributes designed to support the provision of compulsory tunneling in dial-up networks. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2868"/>
          <seriesInfo name="DOI" value="10.17487/RFC2868"/>
        </reference>
        <reference anchor="RFC3539">
          <front>
            <title>Authentication, Authorization and Accounting (AAA) Transport Profile</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="J. Wood" initials="J." surname="Wood"/>
            <date month="June" year="2003"/>
            <abstract>
              <t>This document discusses transport issues that arise within protocols for Authentication, Authorization and Accounting (AAA). It also provides recommendations on the use of transport by AAA protocols. This includes usage of standards-track RFCs as well as experimental proposals. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3539"/>
          <seriesInfo name="DOI" value="10.17487/RFC3539"/>
        </reference>
        <reference anchor="RFC3579">
          <front>
            <title>RADIUS (Remote Authentication Dial In User Service) Support For Extensible Authentication Protocol (EAP)</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="P. Calhoun" initials="P." surname="Calhoun"/>
            <date month="September" year="2003"/>
            <abstract>
              <t>This document defines Remote Authentication Dial In User Service (RADIUS) support for the Extensible Authentication Protocol (EAP), an authentication framework which supports multiple authentication mechanisms. In the proposed scheme, the Network Access Server (NAS) forwards EAP packets to and from the RADIUS server, encapsulated within EAP-Message attributes. This has the advantage of allowing the NAS to support any EAP authentication method, without the need for method- specific code, which resides on the RADIUS server. While EAP was originally developed for use with PPP, it is now also in use with IEEE 802. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3579"/>
          <seriesInfo name="DOI" value="10.17487/RFC3579"/>
        </reference>
        <reference anchor="RFC5176">
          <front>
            <title>Dynamic Authorization Extensions to Remote Authentication Dial In User Service (RADIUS)</title>
            <author fullname="M. Chiba" initials="M." surname="Chiba"/>
            <author fullname="G. Dommety" initials="G." surname="Dommety"/>
            <author fullname="M. Eklund" initials="M." surname="Eklund"/>
            <author fullname="D. Mitton" initials="D." surname="Mitton"/>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>This document describes a currently deployed extension to the Remote Authentication Dial In User Service (RADIUS) protocol, allowing dynamic changes to a user session, as implemented by network access server products. This includes support for disconnecting users and changing authorizations applicable to a user session. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5176"/>
          <seriesInfo name="DOI" value="10.17487/RFC5176"/>
        </reference>
        <reference anchor="RFC6151">
          <front>
            <title>Updated Security Considerations for the MD5 Message-Digest and the HMAC-MD5 Algorithms</title>
            <author fullname="S. Turner" initials="S." surname="Turner"/>
            <author fullname="L. Chen" initials="L." surname="Chen"/>
            <date month="March" year="2011"/>
            <abstract>
              <t>This document updates the security considerations for the MD5 message digest algorithm. It also updates the security considerations for HMAC-MD5. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6151"/>
          <seriesInfo name="DOI" value="10.17487/RFC6151"/>
        </reference>
        <reference anchor="RFC6218">
          <front>
            <title>Cisco Vendor-Specific RADIUS Attributes for the Delivery of Keying Material</title>
            <author fullname="G. Zorn" initials="G." surname="Zorn"/>
            <author fullname="T. Zhang" initials="T." surname="Zhang"/>
            <author fullname="J. Walker" initials="J." surname="Walker"/>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <date month="April" year="2011"/>
            <abstract>
              <t>This document defines a set of vendor-specific RADIUS Attributes designed to allow both the secure transmission of cryptographic keying material and strong authentication of any RADIUS message. These attributes have been allocated from the Cisco vendor-specific space and have been implemented by multiple vendors. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6218"/>
          <seriesInfo name="DOI" value="10.17487/RFC6218"/>
        </reference>
        <reference anchor="RFC6613">
          <front>
            <title>RADIUS over TCP</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="May" year="2012"/>
            <abstract>
              <t>The Remote Authentication Dial-In User Server (RADIUS) protocol has, until now, required the User Datagram Protocol (UDP) as the underlying transport layer. This document defines RADIUS over the Transmission Control Protocol (RADIUS/TCP), in order to address handling issues related to RADIUS over Transport Layer Security (RADIUS/TLS). It permits TCP to be used as a transport protocol for RADIUS only when a transport layer such as TLS or IPsec provides confidentiality and security. This document defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6613"/>
          <seriesInfo name="DOI" value="10.17487/RFC6613"/>
        </reference>
        <reference anchor="RFC7585">
          <front>
            <title>Dynamic Peer Discovery for RADIUS/TLS and RADIUS/DTLS Based on the Network Access Identifier (NAI)</title>
            <author fullname="S. Winter" initials="S." surname="Winter"/>
            <author fullname="M. McCauley" initials="M." surname="McCauley"/>
            <date month="October" year="2015"/>
            <abstract>
              <t>This document specifies a means to find authoritative RADIUS servers for a given realm. It is used in conjunction with either RADIUS over Transport Layer Security (RADIUS/TLS) or RADIUS over Datagram Transport Layer Security (RADIUS/DTLS).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7585"/>
          <seriesInfo name="DOI" value="10.17487/RFC7585"/>
        </reference>
        <reference anchor="RFC7593">
          <front>
            <title>The eduroam Architecture for Network Roaming</title>
            <author fullname="K. Wierenga" initials="K." surname="Wierenga"/>
            <author fullname="S. Winter" initials="S." surname="Winter"/>
            <author fullname="T. Wolniewicz" initials="T." surname="Wolniewicz"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>This document describes the architecture of the eduroam service for federated (wireless) network access in academia. The combination of IEEE 802.1X, the Extensible Authentication Protocol (EAP), and RADIUS that is used in eduroam provides a secure, scalable, and deployable service for roaming network access. The successful deployment of eduroam over the last decade in the educational sector may serve as an example for other sectors, hence this document. In particular, the initial architectural choices and selection of standards are described, along with the changes that were prompted by operational experience.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7593"/>
          <seriesInfo name="DOI" value="10.17487/RFC7593"/>
        </reference>
        <reference anchor="RFC7930">
          <front>
            <title>Larger Packets for RADIUS over TCP</title>
            <author fullname="S. Hartman" initials="S." surname="Hartman"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>The RADIUS-over-TLS experiment described in RFC 6614 has opened RADIUS to new use cases where the 4096-octet maximum size limit of a RADIUS packet proves problematic. This specification extends the RADIUS-over-TCP experiment (RFC 6613) to permit larger RADIUS packets. This specification compliments other ongoing work to permit fragmentation of RADIUS authorization information. This document registers a new RADIUS code, an action that required IESG approval.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7930"/>
          <seriesInfo name="DOI" value="10.17487/RFC7930"/>
        </reference>
        <reference anchor="EDUROAM" target="https://eduroam.org">
          <front>
            <title>eduroam</title>
            <author initials="" surname="eduroam" fullname="eduroam">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="OPENROAMING" target="https://wballiance.com/openroaming/">
          <front>
            <title>OpenRoaming: One global Wi-Fi network</title>
            <author initials="W. B." surname="Alliance" fullname="Wireless Broadband Alliance">
              <organization/>
            </author>
            <date>n.d.</date>
          </front>
        </reference>
        <reference anchor="RFC5077">
          <front>
            <title>Transport Layer Security (TLS) Session Resumption without Server-Side State</title>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>This document describes a mechanism that enables the Transport Layer Security (TLS) server to resume sessions and avoid keeping per-client session state. The TLS server encapsulates the session state into a ticket and forwards it to the client. The client can subsequently resume a session using the obtained ticket. This document obsoletes RFC 4507. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5077"/>
          <seriesInfo name="DOI" value="10.17487/RFC5077"/>
        </reference>
        <reference anchor="RFC5931">
          <front>
            <title>Extensible Authentication Protocol (EAP) Authentication Using Only a Password</title>
            <author fullname="D. Harkins" initials="D." surname="Harkins"/>
            <author fullname="G. Zorn" initials="G." surname="Zorn"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>This memo describes an Extensible Authentication Protocol (EAP) method, EAP-pwd, which uses a shared password for authentication. The password may be a low-entropy one and may be drawn from some set of possible passwords, like a dictionary, which is available to an attacker. The underlying key exchange is resistant to active attack, passive attack, and dictionary attack. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5931"/>
          <seriesInfo name="DOI" value="10.17487/RFC5931"/>
        </reference>
        <reference anchor="RFC5281">
          <front>
            <title>Extensible Authentication Protocol Tunneled Transport Layer Security Authenticated Protocol Version 0 (EAP-TTLSv0)</title>
            <author fullname="P. Funk" initials="P." surname="Funk"/>
            <author fullname="S. Blake-Wilson" initials="S." surname="Blake-Wilson"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>EAP-TTLS is an EAP (Extensible Authentication Protocol) method that encapsulates a TLS (Transport Layer Security) session, consisting of a handshake phase and a data phase. During the handshake phase, the server is authenticated to the client (or client and server are mutually authenticated) using standard TLS procedures, and keying material is generated in order to create a cryptographically secure tunnel for information exchange in the subsequent data phase. During the data phase, the client is authenticated to the server (or client and server are mutually authenticated) using an arbitrary authentication mechanism encapsulated within the secure tunnel. The encapsulated authentication mechanism may itself be EAP, or it may be another authentication protocol such as PAP, CHAP, MS-CHAP, or MS-CHAP-V2. Thus, EAP-TTLS allows legacy password-based authentication protocols to be used against existing authentication databases, while protecting the security of these legacy protocols against eavesdropping, man-in-the-middle, and other attacks. The data phase may also be used for additional, arbitrary data exchange. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5281"/>
          <seriesInfo name="DOI" value="10.17487/RFC5281"/>
        </reference>
        <reference anchor="RFC5080">
          <front>
            <title>Common Remote Authentication Dial In User Service (RADIUS) Implementation Issues and Suggested Fixes</title>
            <author fullname="D. Nelson" initials="D." surname="Nelson"/>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="December" year="2007"/>
            <abstract>
              <t>This document describes common issues seen in Remote Authentication Dial In User Service (RADIUS) implementations and suggests some fixes. Where applicable, ambiguities and errors in previous RADIUS specifications are clarified. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5080"/>
          <seriesInfo name="DOI" value="10.17487/RFC5080"/>
        </reference>
      </references>
    </references>
  </back>
  <!-- ##markdown-source:
H4sIAM+2aWYAA+19a3MbV5bYd/yKDvxhyQ1A8SHKkirxhhalsTLWIyI13q1U
MtUEmkCPgG5sd4MUx+P9Lfkt+WU573vu7QZJe5xKbVW0Wx4Q6L6Pc88978d0
Oh11ZbcqXmafzs7ffr7Izn78+D7Lq3nWFOv6pqwW2bvz01F+ddUUN/rQzdHR
aF7PqnwN782b/LqblkV3PW3yefG1w/8pty08ND38drTdzPOuaF9mp0ffPptk
z54dPZ1k3548OxyN2g7m+XO+qisYpmu2xajcNPSp7Y4PD18cHo/ypshfZm+r
rmiqohvdLmgJr//5Mvupbr7g6v7Q1NvN6MtteGp6jisazfLuZVZ83Yza7dW6
bNuyri7vNjDT29eXb0ajTflylGVdPXuZ3RUtfGzrpmuKa1hpln2TzYvrfLvq
WnhCf79b88/45yjfdsu6eTkaTbOygi/PDrLz4o/1F3iQwXK2yiv7qm5g4W+a
omD4wTfFOi9XL7Mcnpr/l2v4hYF2AE+ORlXdrPOuvClwid+/+nj0FLb95tXz
o2+fwhfw6fj5s9OX/PHZ0+Mj/fji+IV+BDDLx29PDo/s47ND+fj88Ck8MCqr
az8X/HB0YuMdnz59/tImfBY+6rcnpycv7OO3+hEPWpdxdGqLOz56HhZ3ois6
fX5qH1/Yty9OaJ2vzz9/+nD2Dj/CP8HTcTHfNnW+HvO3ehAZ/2PgyyP8Je/Q
nrj850s44mXXbdqXT57IkwT3LPvw8fV7nPHt+z8kk37YFNUneBBQ7mX2oSqy
xaq+ylfZT+X0TZkB1t0CPt63pJ/KplgVbZt9D/PNr/CGna1WZV7Nikcs8xbm
4ocPZvX6SQ2raXg1T0ajm6La0vEt8C7oDYG/Gcf4Vv4XvKGyzUXZLbdX+sv0
dvHknkt8AE8Dmk+nWX7Vdk0+g78ul2WbAQXYrouqw7tSVkWbnW02qxKuHdy0
6Y/5XdFkH5sabli9yt4Xi7or6afs9deuqPA6trjnbNsW2S0sSGjLk8sfL4j+
yJ/n8PcBgGNZwHNFeHVTNOuyy7plAdAPg9fX8HKWz+cl/gkHlIdFZRtdDs4r
9K6+gXXune/zNO/rbLbMqwXsBkgPAHBeIAWQtXw+/5jZm08uX33khfllwTHV
t4OrArqWV+0GqAyu47pcwbaXBUyCD8ti2iXMOs/aYtYUXQYwruoMyOOiIDDN
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
6XRK4tTo/wAz/1ntlQ4BAA==

-->

</rfc>
