<?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.19 (Ruby 3.3.3) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-radext-radiusdtls-bis-03" category="std" consensus="true" submissionType="IETF" obsoletes="6614, 7360" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.23.2 -->
  <front>
    <title abbrev="RADIUS over (D)TLS">(Datagram) Transport Layer Security ((D)TLS Encryption for RADIUS</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-radext-radiusdtls-bis-03"/>
    <author initials="J.-F." surname="Rieckers" fullname="Jan-Frederik Rieckers">
      <organization abbrev="DFN">Deutsches Forschungsnetz | German National Research and Education Network</organization>
      <address>
        <postal>
          <street>Alexanderplatz 1</street>
          <city>Berlin</city>
          <code>10178</code>
          <country>Germany</country>
        </postal>
        <email>rieckers@dfn.de</email>
        <uri>www.dfn.de</uri>
      </address>
    </author>
    <author initials="S." surname="Winter" fullname="Stefan Winter">
      <organization abbrev="RESTENA">Fondation Restena | Restena Foundation</organization>
      <address>
        <postal>
          <street>2, avenue de l'Université</street>
          <city>Esch-sur-Alzette</city>
          <code>4365</code>
          <country>Luxembourg</country>
        </postal>
        <email>stefan.winter@restena.lu</email>
        <uri>www.restena.lu</uri>
      </address>
    </author>
    <date year="2024" month="October" day="21"/>
    <area>Security</area>
    <workgroup>RADIUS EXTensions</workgroup>
    <keyword>RADIUS</keyword>
    <keyword>TLS</keyword>
    <abstract>
      <?line 48?>

<t>This document specifies a transport profile for RADIUS using Transport Layer Security (TLS) over TCP or Datagram Transport Layer Security (DTLS) over UDP as the transport protocol.
This enables encrypting the RADIUS traffic as well as dynamic trust relationships between RADIUS servers.
The specification obsoletes the experimental specifications in RFC 6614 (RADIUS/TLS) and RFC 7360 (RADIUS/DTLS) and combines them in this specification.</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-radiusdtls-bis/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        RADIUS EXTensions 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>
    </note>
  </front>
  <middle>
    <?line 54?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>The RADIUS protocol is a widely deployed authentication, authorization and accounting solution.
It is defined in <xref target="RFC2865"/>, <xref target="RFC2866"/>, <xref target="RFC5176"/> and others.
The deployment experience has shown several shortcomings, such as its dependency on the unreliable transport protocol UDP and the lack of confidentiality for large parts of its packet payload.
Additionally the confidentiality and integrity mechanisms rely on the MD5 algorithm, which has been proven to be insecure.
Although RADIUS/(D)TLS does not remove the MD5-based mechanisms, it adds confidentiality and integrity protection through the TLS layer.
For an updated version of RADIUS/(D)TLS without need for MD5 see <xref target="I-D.ietf-radext-radiusv11"/></t>
      <section anchor="purpose-of-radiusdtls">
        <name>Purpose of RADIUS/(D)TLS</name>
        <t>The main focus of RADIUS/TLS and RADIUS/DTLS is to provide means to secure communication between RADIUS peers using TLS or DTLS.
The most important use of this specification lies in roaming environments where RADIUS packets need to be sent across insecure or untrusted networks.
An example for a worldwide roaming environment that uses RADIUS over TLS to secure communication is eduroam as described in <xref target="RFC7593"/></t>
      </section>
      <section anchor="changes-from-rfc6614-radiustls-and-rfc7360-radiusdtls">
        <name>Changes from RFC6614 (RADIUS/TLS) and RFC7360 (RADIUS/DTLS)</name>
        <ul spacing="normal">
          <li>
            <t><xref target="RFC6614"/> referenced <xref target="RFC6613"/> for TCP-related specification, RFC6613 on the other hand had some specification for RADIUS/TLS.
These specifications have been merged into this document.</t>
          </li>
          <li>
            <t>RFC6614 marked TLSv1.1 or later as mandatory, this specification requires TLSv1.2 as minimum and recommends usage of TLSv1.3.</t>
          </li>
          <li>
            <t>RFC6614 allowed usage of TLS compression, this document forbids it.</t>
          </li>
          <li>
            <t>RFC6614 only requires support for the trust model "certificates with PKIX" (<xref section="2.3" sectionFormat="comma" target="RFC6614"/>). This document changes this. For servers, TLS-X.509-PKIX (<xref target="tlsx509pkix"/>, equivalent to "certificates with PKIX" in RFC6614) and TLS-PSK (<xref target="tlspsk"/>) is now mandated and clients must implement at least one of the two.</t>
          </li>
          <li>
            <t>The mandatory-to-implement cipher suites are not referenced directly, this is replaced by a pointer to the TLS BCP.</t>
          </li>
          <li>
            <t>The specification regarding steps for certificate verification has been updated.</t>
          </li>
          <li>
            <t><xref target="RFC6613"/> mandated the use of Status-Server as watchdog algorithm, <xref target="RFC7360"/> only recommended it. This specification mandates the use of Status-Server for both RADIUS/TLS and RADIUS/DTLS.</t>
          </li>
          <li>
            <t><xref target="RFC6613"/> only included limited text around retransmissions, this document now gives more guidance on how to handle retransmissions, especially across different transports.</t>
          </li>
          <li>
            <t>The rules for verifying the peer certificate have been updated to follow guidance provided in <xref target="RFC9525"/>. Using the Common Name RDN for validation is now forbidden.</t>
          </li>
        </ul>
        <t>The rationales behind some of these changes are outlined in <xref target="design_decisions"/>.</t>
      </section>
    </section>
    <section anchor="conventions-and-definitions">
      <name>Conventions and Definitions</name>
      <t>The key words "<bcp14>MUST</bcp14>", "<bcp14>MUST NOT</bcp14>", "<bcp14>REQUIRED</bcp14>", "<bcp14>SHALL</bcp14>", "<bcp14>SHALL
NOT</bcp14>", "<bcp14>SHOULD</bcp14>", "<bcp14>SHOULD NOT</bcp14>", "<bcp14>RECOMMENDED</bcp14>", "<bcp14>NOT RECOMMENDED</bcp14>",
"<bcp14>MAY</bcp14>", and "<bcp14>OPTIONAL</bcp14>" 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.</t>
      <?line -18?>

<t>Within this document we will use the following terms:</t>
      <dl>
        <dt>RADIUS/(D)TLS node:</dt>
        <dd>
          <t>a RADIUS-over-(D)TLS client or server</t>
        </dd>
        <dt>RADIUS/(D)TLS client:</dt>
        <dd>
          <t>a RADIUS-over-(D)TLS instance that initiates a new connection</t>
        </dd>
        <dt>RADIUS/(D)TLS server:</dt>
        <dd>
          <t>a RADIUS-over-(D)TLS instance that listens on a RADIUS-over-(D)TLS port and accepts new connections</t>
        </dd>
        <dt>RADIUS/UDP:</dt>
        <dd>
          <t>a classic RADIUS transport over UDP as defined in <xref target="RFC2865"/></t>
        </dd>
      </dl>
      <t>Whenever "(D)TLS" or "RADIUS/(D)TLS" is mentioned, the specification applies for both RADIUS/TLS and RADIUS/DTLS.
Where "TLS" or "RADIUS/TLS" is mentioned, the specification only applies to RADIUS/TLS, where "DTLS" or "RADIUS/DTLS" is mentioned it only applies to RADIUS/DTLS.</t>
      <t>Server implementations <bcp14>MUST</bcp14> support both RADIUS/TLS and RADIUS/DTLS.
Client implementations <bcp14>SHOULD</bcp14> implement both, but <bcp14>MUST</bcp14> implement at least one of RADIUS/TLS or RADIUS/DTLS.</t>
    </section>
    <section anchor="changes-to-radius">
      <name>Changes to RADIUS</name>
      <t>This section discusses the needed changes to the RADIUS packet format (<xref target="pktformat"/>), port usage and shared secrets (<xref target="portusage"/>).</t>
      <section anchor="pktformat">
        <name>Packet format</name>
        <t>The RADIUS packet format is unchanged from <xref target="RFC2865"/>, <xref target="RFC2866"/> and <xref target="RFC5176"/>.
Specifically, all of the following portions of RADIUS <bcp14>MUST</bcp14> be unchanged when using RADIUS/(D)TLS:</t>
        <ul spacing="normal">
          <li>
            <t>Packet format</t>
          </li>
          <li>
            <t>Permitted codes</t>
          </li>
          <li>
            <t>Request Authenticator calculation</t>
          </li>
          <li>
            <t>Response Authenticator calculation</t>
          </li>
          <li>
            <t>Minimum packet length</t>
          </li>
          <li>
            <t>Maximum packet length</t>
          </li>
          <li>
            <t>Attribute format</t>
          </li>
          <li>
            <t>Vendor-Specific Attribute (VSA) format</t>
          </li>
          <li>
            <t>Permitted data types</t>
          </li>
          <li>
            <t>Calculation of dynamic attributes such as CHAP-Challenge, or Message-Authenticator</t>
          </li>
          <li>
            <t>Calculation of "encrypted" attributes such as Tunnel-Password.</t>
          </li>
        </ul>
        <t>The use of (D)TLS transport does not change the calculation of security-related fields (such as the Response-Authenticator) in RADIUS <xref target="RFC2865"/> or RADIUS Dynamic Authorization <xref target="RFC5176"/>.
Calculation of attributes such as User-Password <xref target="RFC2865"/> or Message-Authenticator <xref target="RFC3579"/> also does not change.</t>
        <t>The changes to RADIUS implementations required to implement this specification are largely limited to the portions that send and receive packets on the network and the establishment of the (D)TLS connection.</t>
        <t>The requirement that RADIUS remain largely unchanged ensures the simplest possible implementation and widest interoperability of the specification.
This includes the usage of the outdated security mechanisms in RADIUS that are based on shared secrets and MD5.
This is not considered a security issue, since integrity and confidentiality are provided by the (D)TLS layer. See <xref target="security_considerations"/> of this document or <xref target="I-D.ietf-radext-radiusv11"/> for more details.</t>
        <t>We note that for RADIUS/DTLS the DTLS encapsulation of RADIUS means that RADIUS packets have an additional overhead due to DTLS.
This is discussed further in <xref target="dtls_spec"/>.</t>
      </section>
      <section anchor="portusage">
        <name>Default ports and shared secrets</name>
        <t>IANA has reserved ports for RADIUS/TLS and RADIUS/DTLS.
Since authentication of peers, confidentiality, and integrity protection is achieved on the (D)TLS layer, the shared secret for the RADIUS packets is set to a static string, depending on the method.
The calculation of security-related fields such as Response-Authenticator, Message-Authenticator or encrypted attributes <bcp14>MUST</bcp14> be performed using this shared secret.</t>
        <table>
          <thead>
            <tr>
              <th align="left">Protocol</th>
              <th align="left">Port</th>
              <th align="left">Shared Secret</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">RADIUS/TLS</td>
              <td align="left">2083/tcp</td>
              <td align="left">"radsec"</td>
            </tr>
            <tr>
              <td align="left">RADIUS/DTLS</td>
              <td align="left">2083/udp</td>
              <td align="left">"radius/dtls"</td>
            </tr>
          </tbody>
        </table>
        <t>RADIUS/(D)TLS does not use separate ports for authentication, accounting and dynamic authorization changes.
The source port is arbitrary.
For considerations regarding the multi-purpose use of one port for authentication and accounting see <xref target="radius_datagrams"/>.</t>
        <t>RADIUS/TLS servers <bcp14>MUST</bcp14> immediately start the TLS negotiation when a new connection to the RADIUS/TLS port is opened.
They <bcp14>MUST</bcp14> close the connection and discard any data sent if the connecting client does not start a TLS negotiation or if the TLS negotiation fails at any point.</t>
        <t>RADIUS/DTLS servers <bcp14>MUST</bcp14> silently discard any packet they receive over the RADIUS/DTLS port that is not a new DTLS negotiation or a packet sent over a DTLS session established earlier.</t>
        <t>RADIUS/(D)TLS peers <bcp14>MUST NOT</bcp14> use the old RADIUS/UDP or RADIUS/TCP ports for RADIUS/DTLS or RADIUS/TLS.</t>
      </section>
      <section anchor="detecting-live-servers">
        <name>Detecting Live Servers</name>
        <t>As RADIUS is a "hop-by-hop" protocol, a RADIUS proxy shields the client from any information about downstream servers.
While the client may be able to deduce the operational state of the local server (i.e., proxy), it cannot make any determination about the operational state of the downstream servers.</t>
        <t>Within RADIUS, proxies typically only forward traffic between the NAS and RADIUS servers, and they do not generate their own response.
As a result, when a NAS does not receive a response to a request, this could be the result of packet loss between the NAS and proxy, a problem on the proxy, loss between the RADIUS proxy and server, or a problem with the server.</t>
        <t>The absence of a reply can cause a client to deduce (incorrectly) that the proxy is unavailable.
The client could then fail over to another server or conclude that no "live" servers are available (OKAY state in <xref target="RFC3539"/>, Appendix A).
This situation is made even worse when requests are sent through a proxy to multiple destinations.
Failures in one destination may result in service outages for other destinations, if the client erroneously believes that the proxy is unresponsive.</t>
        <t>RADIUS/(D)TLS implementations <bcp14>MUST</bcp14> utilize the existence of a TCP/DTLS connection along with the application-layer watchdog defined in <xref section="3.4" sectionFormat="comma" target="RFC3539"/> to determine the liveliness of the server.</t>
        <t>RADIUS/(D)TLS clients <bcp14>MUST</bcp14> mark a connection DOWN if one or more of the following conditions are met:</t>
        <ul spacing="normal">
          <li>
            <t>The administrator has marked the connection administrative DOWN.</t>
          </li>
          <li>
            <t>The network stack indicates that the connection is no longer viable.</t>
          </li>
          <li>
            <t>The application-layer watchdog algorithm has marked it DOWN.</t>
          </li>
        </ul>
        <t>If a RADIUS/(D)TLS client has multiple connection to a server, it <bcp14>MUST NOT</bcp14> decide to mark the whole server as DOWN until all connections to it have been marked DOWN.<cref anchor="what_is_a_server_1" source="Janfred">TODO: Explain what a server is. (Just the destination IP? include port?)</cref></t>
        <t>RADIUS/(D)TLS clients <bcp14>MUST</bcp14> implement the Status-Server extension as described in <xref target="RFC5997"/> as the application level watchdog to detect the liveliness of the peer in the absence of responses.
Since RADIUS has a limitation of 256 simultaneous "in flight" packets due to the length of the ID field (<xref target="RFC3539"/>, Section 2.4), it is <bcp14>RECOMMENDED</bcp14> that RADIUS/(D)TLS clients reserve ID zero (0) on each session for Status-Server packets.
This value was picked arbitrary, as there is no reason to choose any other value over another for this use.</t>
        <t>For RADIUS/TLS, the peers <bcp14>MAY</bcp14> send TCP keepalives as described in <xref section="3.8.4" sectionFormat="comma" target="RFC9293"/>.
For RADIUS/DTLS connections, the peers <bcp14>MAY</bcp14> send periodic keepalives as defined in <xref target="RFC6520"/>.
This is a way of proactively and rapidly triggering a connection DOWN notification from the network stack.
These liveliness checks are essentially redundant in the presence of an application-layer watchdog, but may provide more rapid notifications of connectivity issues.</t>
      </section>
    </section>
    <section anchor="packet-connection-handling">
      <name>Packet / Connection Handling</name>
      <t>This section defines the behaviour for RADIUS/(D)TLS peers for handling of incoming packets and establishment of a (D)TLS session.</t>
      <section anchor="dtls-requirements">
        <name>(D)TLS requirements</name>
        <t>As defined in <xref target="portusage"/>, RADIUS/(D)TLS clients <bcp14>MUST</bcp14> establish a (D)TLS session immediately upon connecting to a new server.</t>
        <t>RADIUS/(D)TLS has no notion of negotiating (D)TLS in an ongoing communication.
As RADIUS has no provisions for capability signaling, there is also no way for a server to indicate to a client that it should transition to using TLS or DTLS.
Servers and clients need to be preconfigured to use RADIUS/(D)TLS for a given endpoint.
This action has to be taken by the administrators of the two systems.</t>
        <t>Implementations <bcp14>MUST</bcp14> follow the recommendations given in <xref target="RFC9325"/>.<cref anchor="add_which" source="Janfred">TODO: Add text which recommendations of RFC9325 must be followed and why</cref>
Additionally, the following requirements have to be met for the (D)TLS session:</t>
        <ul spacing="normal">
          <li>
            <t>Support for TLS 1.2 <xref target="RFC5248"/> / DTLS 1.2 <xref target="RFC6347"/> is <bcp14>REQUIRED</bcp14>, support for TLS 1.3 <xref target="RFC8446"/> / DTLS 1.3 <xref target="RFC9147"/> or higher is <bcp14>RECOMMENDED</bcp14>.</t>
          </li>
          <li>
            <t>Negotiation of a cipher suite providing for confidentiality as well as integrity protection is <bcp14>REQUIRED</bcp14>.</t>
          </li>
          <li>
            <t>The peers <bcp14>MUST NOT</bcp14> negotiate compression.</t>
          </li>
          <li>
            <t>The session <bcp14>MUST</bcp14> be mutually authenticated (see <xref target="mutual_auth"/>)</t>
          </li>
        </ul>
      </section>
      <section anchor="mutual_auth">
        <name>Mutual authentication</name>
        <t>RADIUS/(D)TLS servers <bcp14>MUST</bcp14> authenticate clients, and RADIUS/(D)TLS clients <bcp14>MUST</bcp14> authenticate the server.
RADIUS is designed to be used by mutually trusted systems.
Allowing anonymous clients would ensure privacy for RADIUS/(D)TLS traffic, but would negate all other security aspects of the protocol, including security aspects of RADIUS itself, due to the fixed shared secret.</t>
        <t>RADIUS/(D)TLS allows for the following different modes of mutual authentication, which will be further specified in this section:
* TLS-X.509-PKIX
* TLS-X.509-FINGERPRINT
* TLS-RAW-PUBLIC-KEY
* TLS-PSK</t>
        <section anchor="tlsx509pkix">
          <name>Authentication using X.509 certificates with PKIX trust model (TLS-X.509-PKIX)</name>
          <t>All RADIUS/(D)TLS server implementations <bcp14>MUST</bcp14> implement this model.
RADIUS/(D)TLS client implementations <bcp14>SHOULD</bcp14> implement this model, but <bcp14>MUST</bcp14> implement either this or TLS-PSK</t>
          <t>If implemented it <bcp14>MUST</bcp14> use the following rules:</t>
          <ul spacing="normal">
            <li>
              <t>Implementations <bcp14>MUST</bcp14> allow the configuration of a trust anchor (i.e. a list of trusted Certificate Authorities (CAs)<xref target="RFC5280"/>) for new TLS sessions. This list <bcp14>SHOULD</bcp14> be application specific and not use a global system trust store.</t>
            </li>
            <li>
              <t>Certificate validation <bcp14>MUST</bcp14> include the verification rules as per <xref target="RFC5280"/>.</t>
            </li>
            <li>
              <t>Implementations <bcp14>SHOULD</bcp14> indicate their trust anchors when opening or accepting TLS sessions.
See <xref target="RFC5246"/>, Section 7.4.4 and <xref target="RFC6066"/>, Section 6 for TLS 1.2 and <xref target="RFC8446"/>, Section 4.2.4 for TLS 1.3.</t>
            </li>
            <li>
              <t>When the configured trust base changes (e.g., removal of a CA from the trust anchor; issuance of a new CRL for a given CA), implementations <bcp14>SHOULD</bcp14> reassess all connected peer's continued validity of the certificate path. Note that TLS 1.3 no longer supports renegotiation to fulfill this requirement. <cref anchor="may-should-trustbase" source="Janfred">Open discussion: RFC6614 says "may" here. I think this should be a "should". There are some discussions to change this to "must". Input from TLS/UTA experts is appreciated.</cref></t>
            </li>
          </ul>
          <t>RADIUS/(D)TLS clients and server <bcp14>MUST</bcp14> follow <xref target="RFC9525"/> when validating peer identities. Specific details are provided below:</t>
          <ul spacing="normal">
            <li>
              <t>The Common Name RDN <bcp14>MUST NOT</bcp14> be used to identify peers</t>
            </li>
            <li>
              <t>Certificates <bcp14>MAY</bcp14> use wildcards in the identifiers of DNS names and realm names, but only as the complete, left-most label.</t>
            </li>
            <li>
              <t>RADIUS/(D)TLS clients validate the servers identity to match their local configuration, accepting the identity on the first match:
              </t>
              <ul spacing="normal">
                <li>
                  <t>If the expected RADIUS/(D)TLS server is associated with a specific NAI realm, e.g. by dynamic discovery <xref target="RFC7585"/> or static configuration, that realm is matched against the presented identifiers of any subjectAltName entry of type otherName whose name form is NAIRealm as defined in <xref target="RFC7585"/>.</t>
                </li>
                <li>
                  <t>If the expected RADIUS/(D)TLS server was configured as a hostname, or the hostname was yielded by a dynamic discovery procedure, that name is matched against the presented identifiers of any subjectAltName entry of type dNSName <xref target="RFC5280"/>. Since a dynamic discovery might by itself not be secured, implementations <bcp14>MAY</bcp14> require the use of DNSSEC <xref target="RFC4033"/> to ensure the authenticity of the DNS result before considering this identity as valid.</t>
                </li>
                <li>
                  <t>If the expected RADIUS/(D)TLS server was configured as an IP address, the configured IP address is matched against the presented identifier in any subjectAltName entry of type iPAddress <xref target="RFC5280"/>.</t>
                </li>
                <li>
                  <t>Clients <bcp14>MAY</bcp14> use other attributes of the certificate to validate the servers identity, but it <bcp14>MUST NOT</bcp14> accept any certificate without validation.</t>
                </li>
                <li>
                  <t>Clients which also act as servers (i.e. proxies) may be susceptible to security issues when a ClientHello is mirrored back to themselves. More details on this issue are discussed in <xref target="security_considerations"/>.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>RADIUS/(D)TLS servers validate the certificate of the RADIUS/(D)TLS client against a local database of acceptable clients.
The database may enumerate acceptable clients either by IP address or by a name component in the certificate.
              </t>
              <ul spacing="normal">
                <li>
                  <t>For clients configured by DNS name, the configured name is matched against the presented identifiers of any subjectAltName entry of type dNSName <xref target="RFC5280"/>.</t>
                </li>
                <li>
                  <t>For clients configured by their source IP address, the configured IP address is matched against the presented identifiers of any subjectAltName entry of type iPAddress <xref target="RFC5280"/>.
For clients configured by IP range, the certificate <bcp14>MUST</bcp14> be valid for the IP address the client is currently using.</t>
                </li>
                <li>
                  <t>Implementation <bcp14>MAY</bcp14> consider additional subjectAltName extensions to identify a client.</t>
                </li>
                <li>
                  <t>If configured by the administrator, the identity check <bcp14>MAY</bcp14> be omitted after a successful <xref target="RFC5280"/> trust chain check, e.g. if the client used dynamic lookup there is no configured client identity to verify. The clients authorization <bcp14>MUST</bcp14> then be validated using a certificate policy OID unless both peers are part of a trusted network.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>Implementations <bcp14>MAY</bcp14> allow configuration of a set of additional properties of the certificate to check for a peer's authorization to communicate (e.g. a set of allowed values presented in  subjectAltName entries of type uniformResourceIdentifier <xref target="RFC5280"/> or a set of allowed X.509v3 Certificate Policies).</t>
            </li>
          </ul>
        </section>
        <section anchor="authentication-using-x509-certificate-fingerprints-tls-x509-fingerprint">
          <name>Authentication using X.509 certificate fingerprints (TLS-X.509-FINGERPRINT)</name>
          <t>RADIUS/(D)TLS implementations <bcp14>SHOULD</bcp14> allow the configuration of a list of trusted certificates, identified via fingerprint of the DER encoded certificate bytes.
When implementing this model, support for SHA-1 as hash algorithm for the fingerprint is <bcp14>REQUIRED</bcp14>, and support for the more contemporary hash function SHA-256 is <bcp14>RECOMMENDED</bcp14>.</t>
        </section>
        <section anchor="authentication-using-raw-public-keys-tls-raw-public-keys">
          <name>Authentication using Raw Public Keys (TLS-RAW-PUBLIC-KEYS)</name>
          <t>RADIUS/(D)TLS implementations <bcp14>SHOULD</bcp14> support using Raw Public Keys <xref target="RFC7250"/> for mutual authentication.</t>
        </section>
        <section anchor="tlspsk">
          <name>Authentication using TLS-PSK (TLS-PSK)</name>
          <t>RADIUS/(D)TLS server implementations <bcp14>MUST</bcp14> support the use of TLS-PSK.
RADIUS/(D)TLS client implementations <bcp14>SHOULD</bcp14> support the use of TLS-PSK, but <bcp14>MUST</bcp14> implement either this or the TLS-X.509-PKIX trust model.</t>
          <t>Further guidance on the usage of TLS-PSK in RADIUS/(D)TLS is given in <xref target="I-D.ietf-radext-tls-psk"/>.</t>
        </section>
      </section>
      <section anchor="connecting-client-identity">
        <name>Connecting Client Identity</name>
        <t>In RADIUS/UDP, clients are uniquely identified by their IP addresses.
Since the shared secret is associated with the origin IP address, if more than one RADIUS client is associated with the same IP address, then those clients also must utilize the same shared secret, a practice that is inherently insecure, as noted in <xref target="RFC5247"/>.</t>
        <t>Depending on the trust model used, the RADIUS/(D)TLS client identity can be determined differently.</t>
        <t>With TLS-PSK, a client is uniquely identified by its TLS-PSK identifier.</t>
        <t>With TLS-RAW-PUBLIC-KEY, a client is uniquely identified by the Raw public key.</t>
        <t>With TLS-X.509-FINGERPRINT, a client is uniquely identified by the fingerprint of the presented client certificate.</t>
        <t>With TLS-X.509-PKIX, a client is uniquely identified by the tuple of the serial number of the presented client certificate and the issuer.</t>
        <t>Note well: having identified a connecting entity does not mean the server necessarily wants to communicate with that client.
For example, if the Issuer is not in a trusted set of Issuers, the server may decline to perform RADIUS transactions with this client.</t>
        <t>Additionally, a server <bcp14>MAY</bcp14> restrict individual or groups of clients to certain IP ranges.
A client connecting from outside this range would be rejected, even if the mutual authentication otherwise would have been successful.
To reduce server load and to prevent probing the validity of stolen credentials, the server <bcp14>SHOULD</bcp14> abort the (D)TLS negotiation immediately with a TLS alert access_denied(49) after the client transmitted identifying information, i.e. the client certificate or the PSK identifier, and the server recognizes that the client connects from outside the allowed IP range.</t>
        <t>There are numerous trust models in PKIX environments, and it is beyond the scope of this document to define how a particular deployment determines whether a client is trustworthy.
Implementations that want to support a wide variety of trust models should expose as many details of the presented certificate to the administrator as possible so that the trust model can be implemented by the administrator.
As a suggestion, at least the following parameters of the X.509 client certificate should be exposed:</t>
        <ul spacing="normal">
          <li>
            <t>Originating IP address</t>
          </li>
          <li>
            <t>Certificate Fingerprint</t>
          </li>
          <li>
            <t>Issuer</t>
          </li>
          <li>
            <t>Subject</t>
          </li>
          <li>
            <t>all X.509v3 Extended Key Usage</t>
          </li>
          <li>
            <t>all X.509v3 Subject Alternative Name</t>
          </li>
          <li>
            <t>all X.509v3 Certificate Policy</t>
          </li>
        </ul>
        <t>In TLS-PSK operation at least the following parameters of the TLS connection should be exposed:</t>
        <ul spacing="normal">
          <li>
            <t>Originating IP address</t>
          </li>
          <li>
            <t>TLS-PSK Identifier</t>
          </li>
        </ul>
      </section>
      <section anchor="radius_datagrams">
        <name>RADIUS Datagrams</name>
        <t>RADIUS/(D)TLS clients transmit the same packet types on the connection they initiated as a RADIUS/UDP client would, RADIUS/(D)TLS servers transmit the same packet types on the connections they have accepted as a RADIUS/UDP server would.</t>
        <t>Due to the use of one single port for all packet types, it is required that a RADIUS/(D)TLS server signals which types of packets are supported on a server to a connecting peer.</t>
        <ul spacing="normal">
          <li>
            <t>When an unwanted packet of type 'CoA-Request' or 'Disconnect-Request' is received, a RADIUS/(D)TLS server needs to respond with a 'CoA-NAK' or 'Disconnect-AK', respectively.
The NAK <bcp14>SHOULD</bcp14> contain an attribute Error-Cause with the value 406 ("Unsupported Extension"); see <xref target="RFC5176"/> for details.</t>
          </li>
          <li>
            <t>When an unwanted packet of type 'Accounting-Request' is received, the RADIUS/(D)TLS server <bcp14>SHOULD</bcp14> reply with an Accounting-Response containing an Error-Cause attribute with value 406 "Unsupported Extensions" as defined in <xref target="RFC5176"/>.
A RADIUS/(D)TLS accounting client receiving such an Accounting-Response <bcp14>SHOULD</bcp14> log the error and stop sending Accounting-Request packets.<cref anchor="send_protocol_error_instead" source="Janfred">TODO: Comment from Alan to send a Protocol Error packet instead.</cref></t>
          </li>
        </ul>
      </section>
      <section anchor="forwarding-radius-packets-between-udp-and-tcp-based-transports">
        <name>Forwarding RADIUS packets between UDP and TCP based transports</name>
        <t>When proxy forwards packets, it is possible that the incoming and outgoing links have substantially different properties.  This issue is most notable in UDP to TCP proxying, but there are still possible issues even when the same transport is used on both incoming and outgoing links.  <xref section="1.2" sectionFormat="comma" target="RFC2866"/> noted this issue many years ago:</t>
        <artwork><![CDATA[
A forwarding server may either perform its forwarding function in a
pass through manner, where it sends retransmissions on as soon as it
gets them, or it may take responsibility for retransmissions, for
example in cases where the network link between forwarding and remote
server has very different characteristics than the link between NAS
and forwarding server.
]]></artwork>
        <t>These differences are most notable in throughput, and in differing retransmission requirements.</t>
        <section anchor="throughput-differences-lead-to-network-collapse">
          <name>Throughput Differences lead to Network Collapse</name>
          <t>An incoming link to the proxy may have substantially lower throughput than the outgoing link.  Perhaps the network characteristics on the two links are different, or perhaps the home server is slow.  In both situations, the proxy is left with a difficult choice about what to do with the incoming packets.</t>
          <t>As RADIUS does not provide for connection-based congestion control, there is no way for the proxy to signal on the incoming link that the client should slow its rate of sending packets.  As a result, the proxy must simply accept the packets, buffer them, and hope that they can be be sent outbound before the client gives up on the request.</t>
          <t>The situation is made worse by the sub-optimal behavior of Accounting-Request packets.  <xref section="5.2" sectionFormat="comma" target="RFC2866"/> defines the Acct-Delay-Time attribute, which is supposed to be updated on retransmissions.  However, when the value of the attribute is updated, changing the Acct-Delay-Time causes the Identifier to change.  The "retransmitted" packet is therefore not, in fact, retransmitted, but is instead a brand new packet.  This behavior increases the number of packets handled by proxies, which leads to congestive collapse.  This design also violates the "end-to-end" principles discussed in <xref section="2.8" sectionFormat="comma" target="RFC3539"/> which discusses congestion avoidance:</t>
          <artwork><![CDATA[
With Relays, Proxies or Store and Forward proxies, two separate and
de-coupled transport connections are used.  One connection operates
between the AAA client and agent, and another between the agent and
server.  Since the two transport connections are de-coupled,
transport layer ACKs do not flow end-to-end, and self-clocking does
not occur.
]]></artwork>
          <t>In order to avoid congestive collapse, is is <bcp14>RECOMMENDED</bcp14> that RADIUS/TLS clients which originate Accounting-Request packets (i.e. not proxies) do not include Acct-Delay-Time in those packets.  Instead, those clients <bcp14>SHOULD</bcp14> include Event-Timestamp, which is the time at which the original event occurred.  The Event-Timestamp <bcp14>MUST NOT</bcp14> be updated on any retransmissions, as that would both negate the meaning of Event-Timestamp, and also create the same problem as with Acct-Delay-Time.</t>
          <t>This change is imperfect, but will at least help to avoid congestive collapse.</t>
        </section>
        <section anchor="differing-retransmission-requirements">
          <name>Differing Retransmission Requirements</name>
          <t>Due to the lossy nature of UDP, RADIUS/UDP and RADIUS/DTLS transports are required to perform retransmissions as per <xref section="2.2.1" sectionFormat="comma" target="RFC5080"/>.  In contrast, RADIUS/TCP and RADIUS/TLS transports are reliable, and do not perform retransmissions.  These requirements lead to an issue for proxies when they send packets across protocol boundaries with differing retransmission behaviors.</t>
          <t>When a proxy receives packets on an unreliable transport, and forwards them across a reliable transport, it receives retransmissions from the client, but <bcp14>MUST NOT</bcp14> forward those retransmissions across the reliable transport.  The proxy <bcp14>MAY</bcp14> log information about these retransmissions, but it does not perform any other action.</t>
          <t>When a proxy receives packets on a reliable transport, and forwards them across an unreliable transport, the proxy <bcp14>MUST</bcp14> perform retransmissions across the unreliable transport as per <xref section="2.2.1" sectionFormat="comma" target="RFC5080"/>.  That is, the proxy takes responsibility for the retransmissions.  Implementations <bcp14>MUST</bcp14> take care to not completely decouple the two transports in this situation.</t>
          <t>That is, if an incoming connection on a reliable transport is closed, there may be pending retransmissions on an outgoing unreliable transport.  Those retransmissions <bcp14>MUST</bcp14> be stopped, as there is nowhere to send the reply.  Similarly, if the proxy sees that the client has given up on a request (such as by re-using an Identifier before the proxy has sent a response), the proxy <bcp14>MUST</bcp14> stop all retransmissions, and discard the old request.</t>
          <t>The above requirements are a logical extension of the common practice where a client stops retransmission of a packet once it decides to "give up" on the packet and discard it.  Whether this discard process is due to internal client decisions, or interaction with incoming connections is irrelevant.  When the client cannot do anything with responses to a request, it <bcp14>MUST</bcp14> stop retransmitting that request.</t>
          <t>In an ideal world, a proxy could also apply the suggestion of the previous section, by discarding Acct-Delay-Time from Accounting-Request packets, and replacing it with Event-Timestamp.  However, this process is fragile and is not known to succeed in the general case.</t>
        </section>
      </section>
      <section anchor="session-limits-and-timeout">
        <name>Session limits and timeout</name>
        <t>While RADIUS/UDP could be implemented mostly stateless (except for the requests in flight), both TCP/TLS as well as DTLS require state tracking of the underlying TLS connection and are thus subject to potential resource exhaustion. This is aggravated by the fact that radius client/servers are often statically configured and thus form long-running peer relationships with long-running connections.</t>
        <t>Implementations <bcp14>SHOULD</bcp14> have configurable limits on the number of open connections. When this maximum is reached and a new session is started, the server <bcp14>MUST</bcp14> either drop an old session in order to open the new one or not create a new session.</t>
        <t>The close notification of (D)TLS or underlying connections are not fully reliable, or they might be unnecessarily kept alive by heartbeat or watchdog traffic, occupying resources.
Therefore, both RADIUS/(D)TLS clients and servers <bcp14>MAY</bcp14> close connections after they have been idle for some time (no traffic except application layer watchdog). This idle timeout <bcp14>SHOULD</bcp14> be configurable within reasonable limits and <bcp14>SHOULD</bcp14> allow to disable idle timeout completely.</t>
        <t>On the server side, this mostly helps avoid resource exhaustion. For clients, proactively closing sessions can also help mitigate situations where watchdog mechanisms are unavailable or fail to detect non-functional connections. Some scenarios or RADIUS protocol extensions could also require that a connection be kept open at all times, so clients <bcp14>MAY</bcp14> immediately re-open the connection. These scenarios could be related to monitoring the infrastructure or to allow the server to proactively send packets to the clients without a preceding request.</t>
        <t>The value of the idle timeout to use depends on the exact deployment and is a trade-of between resource usage on clients/servers and the overhead of opening new connections. Very short timeouts that are at or below the timeouts used for application layer watchdogs, typically in the range of 30-60s can be considered unreasonable. In contrast, the upper limit is much more difficult to define but may be in the range of 10 to 15min, depending on the available resources, or never (disabling idle timeout) in scenarios where a permanently open connection is required.</t>
      </section>
    </section>
    <section anchor="radiustls-specific-specifications">
      <name>RADIUS/TLS specific specifications</name>
      <t>This section discusses all specifications that are only relevant for RADIUS/TLS.</t>
      <section anchor="duplicates-and-retransmissions">
        <name>Duplicates and Retransmissions</name>
        <t>As TCP is a reliable transport, RADIUS/TLS peers <bcp14>MUST NOT</bcp14> retransmit RADIUS packets over a given TCP connection.
Similarly, if there is no response to a RADIUS packet over one RADIUS/TLS connection, implementations <bcp14>MUST NOT</bcp14> retransmit that packet over a different connection to the same destination IP address and port, while the first connection is in the OKAY state (<xref section="A" sectionFormat="comma" target="RFC3539"/>. <cref anchor="what_is_a_server_2" source="Janfred">TODO: Destination IP addr and port may be bad, but what is a server's identity?</cref></t>
        <t>However, if the TLS session or TCP connection is closed or broken, retransmissions over new connections are permissible.
RADIUS request packets that have not yet received a response <bcp14>MAY</bcp14> be transmitted by a RADIUS/TLS client over a new connection.
As this procedure involves using a new source port, the ID of the packet <bcp14>MAY</bcp14> change.
If the ID changes, any security attributes such as Message-Authenticator <bcp14>MUST</bcp14> be recalculated.</t>
        <t>If a TLS session or the underlying TCP connection is closed or broken, any cached RADIUS response packets (<xref section="2.2.2" sectionFormat="comma" target="RFC5080"/>) associated with that connection <bcp14>MUST</bcp14> be discarded.
A RADIUS server <bcp14>SHOULD</bcp14> stop the processing of any requests associated with that TLS session.
No response to these requests can be sent over the TLS connection, so any further processing is pointless.
This requirement applies not only to RADIUS servers, but also to proxies.
When a client's connection to a proxy is closed, there may be responses from a home server that were supposed to be sent by the proxy back over that connection to the client.
Since the client connection is closed, those responses from the home server to the proxy server <bcp14>SHOULD</bcp14> be silently discarded by the proxy.</t>
        <t>Despite the above discussion, RADIUS servers <bcp14>SHOULD</bcp14> still perform duplicate detection on received packets, as described in <xref section="2.2.2" sectionFormat="comma" target="RFC5080"/>.
This detection can prevent duplicate processing of packets from non-conforming clients.</t>
        <t>RADIUS packets <bcp14>SHOULD NOT</bcp14> be retransmitted to the same destination IP and numerical port, but over a different transport protocol.
There is no guarantee in RADIUS that the two ports are in any way related.
This requirement does not, however, forbid the practice of putting multiple servers into a failover or load-balancing pool.
In that situation, RADIUS requests <bcp14>MAY</bcp14> be retransmitted to another server that is known to be part of the same pool.</t>
      </section>
      <section anchor="malformed-packets-and-unknown-clients">
        <name>Malformed Packets and Unknown clients</name>
        <t>The RADIUS specifications say that an implementation should "silently discard" a packet in a number of circumstances.
This action has no further consequences for UDP based transports, as the "next" packet is completely independent of the previous one.</t>
        <t>When TLS is used as transport, decoding the "next" packet on a connection depends on the proper decoding of the previous packet.
As a result the behavior with respect to discarded packets has to change.</t>
        <t>Implementations of this specification <bcp14>SHOULD</bcp14> tread the "silently discard" texts in the RADIUS specification referenced above as "silently discard and close the connection".
That is, the implementation <bcp14>SHOULD</bcp14> send a TLS close notification and the underlying TCP connection <bcp14>MUST</bcp14> be closed if any of the following circumstances are seen:</t>
        <ul spacing="normal">
          <li>
            <t>Connection from an unknown client</t>
          </li>
          <li>
            <t>Packet where the RADIUS "Length" field is less than the minimum RADIUS packet length</t>
          </li>
          <li>
            <t>Packet where the RADIUS "Length" field is more than the maximum RADIUS packet length</t>
          </li>
          <li>
            <t>Packet where an Attribute "Length" field has the value of zero or one (0 or 1)</t>
          </li>
          <li>
            <t>Packet where the attributes do not exactly fill the packet</t>
          </li>
          <li>
            <t>Packet where the Request Authenticator fails validation (where validation is required)</t>
          </li>
          <li>
            <t>Packet where the Response Authenticator fails validation (where validation is required)</t>
          </li>
          <li>
            <t>Packet where the Message-Authenticator attribute fails validation (when it occurs in a packet)</t>
          </li>
        </ul>
        <t>After applying the above rules, there are still two situations where the previous specifications allow a packet to be "silently discarded" upon receipt:</t>
        <ul spacing="normal">
          <li>
            <t>Packet with an invalid code field</t>
          </li>
          <li>
            <t>Response packets that do not match any outstanding request</t>
          </li>
        </ul>
        <t>In these situations, the TCP connections <bcp14>MAY</bcp14> remain open, or they <bcp14>MAY</bcp14> be closed, as an implementation choice. However, the invalid packet <bcp14>MUST</bcp14> be silently discarded.</t>
        <t>These requirements reduce the possibility for a misbehaving client or server to wreak havoc on the network.</t>
      </section>
      <section anchor="tcp-applications-are-not-udp-applications">
        <name>TCP Applications Are Not UDP Applications</name>
        <t>Implementors should be aware that programming a robust TCP-based application can be very different from programming a robust UDP-based application.</t>
        <t>Additionally, differences in the transport like Head of Line (HoL) blocking should be considered.</t>
        <t>When using RADIUS/UDP or RADIUS/DTLS, there is no ordering of packets.
If a packet sent by a peer is lost, that loss has no effect on subsequent packets sent by that peer.</t>
        <t>Unlike UDP, TCP is subject to issues related to Head of Line blocking.
This occurs when a TCP segment is lost and a subsequent TCP segment arrives out of order.
While the RADIUS peers can process RADIUS packets out of order, the semantics of TCP makes this impossible.
This limitation can lower the maximum packet processing rate of RADIUS/TLS.</t>
      </section>
    </section>
    <section anchor="dtls_spec">
      <name>RADIUS/DTLS specific specifications</name>
      <t>This section discusses all specifications that are only relevant for RADIUS/DTLS.</t>
      <section anchor="radius-packet-lengths">
        <name>RADIUS packet lengths</name>
        <t>The DTLS encryption adds an additional overhead to each packet sent.
RADIUS/DTLS implementations <bcp14>MUST</bcp14> support sending and receiving RADIUS packets of 4096 bytes in length, with a corresponding increase in the maximum size of the encapsulated DTLS packets.
This larger packet size may cause the packet to be larger than the Path MTU (PMTU), where a RADIUS/UDP packet may be smaller.</t>
        <t>The Length checks defined in <xref section="3" sectionFormat="comma" target="RFC2865"/> <bcp14>MUST</bcp14> use the length of the decrypted DTLS data instead of the UDP packet length.
They <bcp14>MUST</bcp14> treat any decrypted DTLS data bytes outside the range of the length field as padding and ignore it on reception.</t>
      </section>
      <section anchor="server-behavior">
        <name>Server behavior</name>
        <t>When a RADIUS/DTLS server receives packets on the configured RADIUS/DTLS port, all packets <bcp14>MUST</bcp14> be treated as being DTLS.
RADIUS/UDP packets <bcp14>MUST NOT</bcp14> be accepted on this port.</t>
        <t>Some servers maintain a list of allowed clients per destination port.
Others maintain a global list of clients that are permitted to send packets to any port.
Where a client can send packets to multiple ports, the server <bcp14>MUST</bcp14> maintain a "DTLS Required" flag per client.</t>
        <t>This flag indicates whether or not the client is required to use DTLS.
When set, the flag indicates that the only traffic accepted from the client is over the RADIUS/DTLS port.
When packets are received from a client with the "DTLS Required" flag set on non-DTLS ports, the server <bcp14>MUST</bcp14> silently discard these packets, as there is no RADIUS/UDP shared secret available.</t>
        <t>This flag will often be set by an administrator.
However, if the server receives DTLS traffic from a client, it <bcp14>SHOULD</bcp14> notify the administrator that DTLS is available for that client.
It <bcp14>MAY</bcp14> mark the client as "DTLS Required".</t>
        <t>Allowing RADIUS/UDP and RADIUS/DTLS from the same client exposes the traffic to downbidding attacks and is <bcp14>NOT RECOMMENDED</bcp14>.</t>
      </section>
      <section anchor="client-behavior">
        <name>Client behavior</name>
        <t>When a RADIUS/DTLS client sends packet to the assigned RADIUS/DTLS port, all packets <bcp14>MUST</bcp14> be DTLS.
RADIUS/UDP packets <bcp14>MUST NOT</bcp14> be sent to this port.</t>
        <t>RADIUS/DTLS clients <bcp14>SHOULD NOT</bcp14> probe servers to see if they support DTLS transport.
Instead, clients <bcp14>SHOULD</bcp14> use DTLS as a transport layer only when administratively configured.
If a client is configured to use DTLS and the server appears to be unresponsive, the client <bcp14>MUST NOT</bcp14> fall back to using RADIUS/UDP.
Instead, the client should treat the server as being down.</t>
        <t>RADIUS clients often had multiple independent RADIUS implementations and/or processes that originate packets.
This practice was simple to implement, but the result is that each independent subsystem must independently discover network issues or server failures.
It is therefore <bcp14>RECOMMENDED</bcp14> that clients with multiple internal RADIUS sources use a local proxy.</t>
        <t>Clients may implement "pools" of servers for fail-over or load-balancing.
These pools <bcp14>SHOULD NOT</bcp14> mix RADIUS/UDP and RADIUS/DTLS servers.<cref anchor="movetogeneral" source="Janfred">This paragraph should probably be moved, as it also applies to RADIUS/TLS. Mixing secure transports with insecure ones is bad practice, regardless of UDP or TCP.</cref></t>
      </section>
      <section anchor="session-management">
        <name>Session Management</name>
        <t>Where RADIUS/TLS can rely on the TCP state machine to perform session tracking, RADIUS/DTLS cannot.
As a result, implementations of RADIUS/DTLS may need to perform session management of the DTLS session in the application layer.
This subsection describes logically how this tracking is done.
Implementations may choose to use the method described here, or another, equivalent method.</t>
        <t>We note that <xref section="2.2.2" sectionFormat="comma" target="RFC5080"/>, already mandates a duplicate detection cache.
The session tracking described below can be seen as an extension of that cache, where entries contain DTLS sessions instead of RADIUS/UDP packets.</t>
        <t><xref section="2.2.2" sectionFormat="comma" target="RFC5080"/>, describes how duplicate RADIUS/UDP requests result in the retransmission of a previously cached RADIUS/UDP response.
Due to DTLS sequence window requirements, a server <bcp14>MUST NOT</bcp14> retransmit a previously sent DTLS packet.
Instead, it should cache the RADIUS response packet, and re-process it through DTLS to create a new RADIUS/DTLS packet, every time it is necessary to retransmit a RADIUS response.</t>
        <t><cref anchor="movespecfromclsrvhere" source="Janfred">There are some specs (e.g. watchdog, stateless session resumption, closing session if malformed packet or security checks fail) which are valid for both server and client. It might be worth to just move them here instead of having them in both the client and the server spec.</cref></t>
        <section anchor="server-session-management">
          <name>Server Session Management</name>
          <t>A RADIUS/DTLS server <bcp14>MUST</bcp14> track ongoing DTLS sessions for each client, based on the following 4-tuple:</t>
          <ul spacing="normal">
            <li>
              <t>source IP address</t>
            </li>
            <li>
              <t>source port</t>
            </li>
            <li>
              <t>destination IP address</t>
            </li>
            <li>
              <t>destination port</t>
            </li>
          </ul>
          <t>Note that this 4-tuple is independent of IP address version (IPv4 or IPv6).</t>
          <t>Each 4-tuple points to a unique session entry, which usually contains the following information:</t>
          <dl>
            <dt>DTLS Session:</dt>
            <dd>
              <t>Any information required to maintain and manage the DTLS session.</t>
            </dd>
            <dt>Last Traffic:</dt>
            <dd>
              <t>A variable containing a timestamp that indicates when this session last received valid traffic.
If "Last Traffic" is not used, this variable may not exist.</t>
            </dd>
            <dt>DTLS Data:</dt>
            <dd>
              <t>An implementation-specific variable that may contain information about the active DTLS session.
This variable may be empty or nonexistent.</t>
            </dd>
            <dt/>
            <dd>
              <t>This data will typically contain information such as idle timeouts, session lifetimes, and other implementation-specific data.</t>
            </dd>
          </dl>
          <section anchor="session-opening-and-closing">
            <name>Session Opening and Closing</name>
            <t>Session tracking is subject to Denial-of-Service (DoS) attacks due to the ability of an attacker to forge UDP traffic.
RADIUS/DTLS servers <bcp14>SHOULD</bcp14> use the stateless cookie tracking technique described in <xref section="4.2.1" sectionFormat="comma" target="RFC6347"/>.
DTLS sessions <bcp14>SHOULD NOT</bcp14> be tracked until a ClientHello packet has been received with an appropriate Cookie value.
Server implementation <bcp14>SHOULD</bcp14> have a way of tracking DTLS sessions that are partially set up.
Servers <bcp14>MUST</bcp14> limit both the number and impact on resources of partial sessions.</t>
            <t>Sessions (both 4-tuple and entry) <bcp14>MUST</bcp14> be deleted when a TLS Closure Alert (<xref section="7.2.1" sectionFormat="comma" target="RFC5246"/>) or a fatal TLS Error Alert (<xref section="7.2.2" sectionFormat="comma" target="RFC5246"/>) is received.<cref anchor="closed_for_any_reason" source="Janfred">TODO: Suggestion from Alan: "if closed for any reason", but not sure if this is what we mean.</cref>
When a session is deleted due to it failing security requirements, the DTLS session <bcp14>MUST</bcp14> be closed, any TLS session resumption parameters for that session <bcp14>MUST</bcp14> be discarded, and all tracking information <bcp14>MUST</bcp14> be deleted.</t>
            <t>Sessions <bcp14>MUST</bcp14> also be deleted when a non-RADIUS packet is received over the DTLS connection, a RADIUS packet fails validation due to a packet being malformed, or when it has an invalid Message-Authenticator or invalid Request Authenticator.
There are other cases when the specifications require that a packet received via a DTLS session be "silently discarded".
In those cases, implementations <bcp14>MAY</bcp14> delete the underlying session as described above.
A session <bcp14>SHOULD NOT</bcp14> be deleted when a well-formed, but "unexpected", RADIUS packet is received over it.</t>
            <t>These requirements ensure the security while maintaining flexibility.
Any security-related issue causes the connection to be closed.
After security restrictions have been applied, any unexpected traffic may be safely ignored, as it cannot cause a security issue.
This allows for future extensions to the RADIUS/DTLS specifications.</t>
            <t>As UDP does not guarantee delivery of messages, RADIUS/DTLS servers <bcp14>MUST</bcp14> maintain a "Last Traffic" timestamp per DTLS session.
The granularity of this timestamp is not critical and could be limited to one-second intervals.
The timestamp <bcp14>SHOULD</bcp14> be updated on reception of a valid RADIUS/DTLS packet, or a DTLS Heartbeat, but no more than once per interval.
The timestamp <bcp14>MUST NOT</bcp14> be updated in other situations, such as when packets are "silently discarded".</t>
            <t>RADIUS/DTLS servers <bcp14>SHOULD</bcp14> implement session resumption, preferably stateless session resumption as given in <xref target="RFC5077"/>.
This practice lowers the time and effort required to start a DTLS session with a client and increases network responsiveness.</t>
            <t>Since UDP is stateless, the potential exists for the client to initiate a new DTLS session using a particular 4-tuple, before the server has closed the old session.
For security reasons, the server <bcp14>MUST</bcp14> keep the old session active until either it has received secure notification from the client that the session is closed or the server decides to close the session based on idle timeouts.
Taking any other action would permit unauthenticated clients to perform a DoS attack, by reusing a 4-tuple and thus causing the server to close an active (and authenticated) DTLS session.</t>
            <t>As a result, servers <bcp14>MUST</bcp14> ignore any attempts to reuse an existing 4-tuple from an active session.
This requirement can likely be reached by simply processing the packet through the existing session, as with any other packet received via that 4-tuple.
Non-compliant, or unexpected packets will be ignored by the DTLS layer.<cref anchor="proxymitigation" source="Janfred">In RFC7360 there is a final paragraph about mitigation of the 4-tuple problem by using a local proxy. I'm not sure if this is the right place here, i'd rather move that to a general "Implementation Guidelines" paragraph.</cref></t>
          </section>
        </section>
        <section anchor="client-session-management">
          <name>Client Session Management</name>
          <t>RADIUS/DTLS clients <bcp14>SHOULD</bcp14> use PMTU discovery <xref target="RFC6520"/> to determine the PMTU between the client and server, prior to sending any RADIUS traffic.</t>
          <t>DTLS sessions <bcp14>MUST</bcp14> be deleted when a RADIUS packet fails validation due to a packet being malformed, or when it has an invalid Message-Authenticator or invalid Response Authenticator.<cref anchor="normalizespec" source="Janfred">Maybe modify this text to be more similar to the TLS specific text here.</cref></t>
          <t>There are other cases, when the specifications require that a packet received via a DTLS session be "silently discarded".
In those cases, implementations <bcp14>MAY</bcp14> delete the underlying DTLS session.</t>
          <t>RADIUS/DTLS clients <bcp14>SHOULD NOT</bcp14> send both RADIUS/UDP and RADIUS/DTLS packets to different servers from the same source socket.
This practice causes increased complexity in the client application and increases the potential for security breaches due to implementation issues.</t>
          <t>RADIUS/DTLS clients <bcp14>SHOULD</bcp14> implement session resumption, preferably stateless session resumption as given in <xref target="RFC5077"/>.
This practice lowers the time and effort required to start a DTLS session with a server and increases network responsiveness.</t>
        </section>
      </section>
    </section>
    <section anchor="security_considerations">
      <name>Security Considerations</name>
      <t>As this specification relies on the existing TLS and DTLS specifications, all security considerations for these protocols also apply to the (D)TLS portions of RADIUS/(D)TLS.</t>
      <t>For RADIUS however, many security considerations raised in the RADIUS documents are related to RADIUS encryption and authorization.
Those issues are largely mitigated when (D)TLS is used as a transport method, since encryption and authorization is achieved on the (D)TLS layer.
The issues that are not mitigated by this specification are related to the RADIUS packet format and handling, which is unchanged in this specification.</t>
      <t>A few remaining security considerations and notes to administrators deploying RADIUS/(D)TLS are listed below.</t>
      <section anchor="radius-proxies">
        <name>RADIUS Proxies</name>
        <t>RADIUS/(D)TLS provides authentication, integrity and confidentiality protection for RADIUS traffic between two RADIUS peers.
In the presence of proxies, these intermediate proxies can still inspect the individual RADIUS packets, i.e., "end-to-end" encryption on the RADIUS layer is not provided.
Where intermediate proxies are untrusted, it is desirable to use other RADIUS mechanisms to prevent RADIUS packet payload from inspection by such proxies.
One common method to protect passwords is the use of the Extensible Authentication Protocol (EAP) and EAP methods that utilize TLS.</t>
        <t>Additionally, when RADIUS proxies are used, the RADIUS client has no way of ensuring that the complete path of the RADIUS packet is protected, since RADIUS routing is done hop-by-hop and any intermediate proxy may be configured, after receiving a RADIUS packet via RADIUS/(D)TLS from one peer, to forward this packet to a different peer using the RADIUS/UDP transport profile.
There is no technical solution to this problem with the current specification.
Where the confidentiality of the contents of the RADIUS packet across the whole path is required, organizational solutions need to be in place, that ensure that every intermediate RADIUS proxy is configured to forward the RADIUS packets using RADIUS/(D)TLS as transport.</t>
        <t><cref anchor="refto7585" source="Janfred">TODO: Mabe add a reference to handling dynamic discovery (RFC7585) here too, and (as per Alans comments) that this issue is best resolved by limiting use of proxies.</cref></t>
      </section>
      <section anchor="usage-of-null-encryption-cipher-suites-for-debugging">
        <name>Usage of null encryption cipher suites for debugging</name>
        <t>For debugging purposes, some TLS implementation offer cipher suites with NULL encryption, to allow inspection of the plaintext with packet sniffing tools.
Since with RADIUS/(D)TLS the RADIUS shared secret is set to a static string ("radsec" for RADIUS/TLS, "radius/dtls" for RADIUS/DTLS), using a NULL encryption cipher suite will also result in complete disclosure of the whole RADIUS packet, including the encrypted RADIUS attributes, to any party eavesdropping on the conversation.
To prevent this, while keeping a NULL encryption cipher suite active, the only option is to set a different shared secret for RADIUS.
In this case, the security considerations for confidentiality of RADIUS/UDP packets apply.
Following the recommendations in <xref section="4.1" sectionFormat="comma" target="RFC9325"/>, this specification forbids the usage of NULL encryption cipher suites for RADIUS/(D)TLS.</t>
      </section>
      <section anchor="possibility-of-denial-of-service-attacks">
        <name>Possibility of Denial-of-Service attacks</name>
        <t>Both RADIUS/TLS and RADIUS/DTLS have a considerable higher amount of data that the server needs to store in comparison to RADIUS/UDP.
Therefore, an attacker could try to exhaust server resources.</t>
        <t>With RADIUS/UDP, any bogus RADIUS packet would fail the cryptographic checks and the server would silently discard the bogus packet.
For RADIUS/(D)TLS, the server needs to perform at least a partial TLS handshake to determine whether or not the client is authorized.
Performing a (D)TLS handshake is more complex than the cryptographic check of a RADIUS packet.
An attacker could try to trigger a high number of (D)TLS handshakes at the same time, resulting in a high server load and potentially a Denial-of-Service.
To prevent this attack, a RADIUS/(D)TLS server <bcp14>SHOULD</bcp14> have configurable limits on new connection attempts.</t>
        <t>Both TLS and DTLS need to store session information for each open (D)TLS session.
Especially with DTLS, a bogus or misbehaving client could open an excessive number of DTLS sessions.
This session tracking could lead to a resource exhaustion on the server side, triggering a Denial-of-Service.
Therefore, RADIUS/(D)TLS servers <bcp14>MUST</bcp14> limit the absolute number of sessions they can track and <bcp14>SHOULD</bcp14> expose this limit as configurable option to the administrator.
When the total number of sessions tracked is going to exceed the configured limit, servers <bcp14>MAY</bcp14> free up resources by closing the session that has been idle for the longest time.
Doing so may free up idle resources that then allow the server to accept a new session.</t>
        <t>RADIUS/DTLS servers <bcp14>MUST</bcp14> limit the number of partially open DTLS sessions and <bcp14>SHOULD</bcp14> expose this limit as configurable option to the administrator.</t>
        <t>To prevent resource exhaustion by partially opening a large number of DTLS sessions, RADIUS/DTLS servers <bcp14>SHOULD</bcp14> have a timeout on partially open DTLS sessions.
We recommend a limit of a few seconds, implementations <bcp14>SHOULD</bcp14> expose this timeout as configurable option to the administrator.
If a DTLS session is not established within this timeframe, it is likely that this is a bogus connection.
In contrast, an established session might not send packets for longer periods of time, but since the peers are mutually authenticated this does not pose a problem other than the problems mentioned before.</t>
        <t>A different means of prevention is IP filtering.
If the IP range that the server expects clients to connect from is restricted, then the server can simply reject or drop all connection attempts from outside those ranges.
If every RADIUS/(D)TLS client is configured with an IP range, then the server does not even have to perform a partial TLS handshake if the connection attempt comes from outside every allowed range, but can instead immediately drop the connection.
To perform this lookup efficiently, RADIUS/(D)TLS servers <bcp14>SHOULD</bcp14> keep a list of the cumulated permitted IP ranges, individually for each transport.</t>
      </section>
      <section anchor="session-closing">
        <name>Session Closing</name>
        <t>If malformed RADIUS packets are received or the packets fail the authenticator checks, this specification requires that the (D)TLS session be closed.
The reason is that the session is expected to be used for transport of RADIUS packets only.</t>
        <t>Any non-RADIUS traffic on that session means the other party is misbehaving and is potentially a security risk.
Similarly, any RADIUS traffic failing authentication vector or Message-Authenticator validation means that two parties do not have a common shared secret.
Since the shared secret is static, this again means the other party is misbehaving.</t>
        <t>We wish to avoid the situation where a third party can send well-formed RADIUS packets to a RADIUS proxy that cause a (D)TLS session to close.
Therefore, in other situations, the session <bcp14>SHOULD</bcp14> remain open in the face of non-conforming packets.
Any malformed RADIUS packets sent by a third party will go through the security checks of the RADIUS proxy upon reception and will not be forwarded.
Well-formed RADIUS packets with portions that the proxy does not understand do not pose a security risk to the security properties of the RADIUS/(D)TLS session and can be forwarded.
This ensures forward compatibility with future RADIUS extensions.</t>
      </section>
      <section anchor="migrating-from-radiusudp-to-radiusdtls">
        <name>Migrating from RADIUS/UDP to RADIUS/(D)TLS</name>
        <t>Since RADIUS/UDP security relies on the MD5 algorithm, which is considered insecure, using RADIUS/UDP over insecure networks is risky.
We therefore recommend to migrate from RADIUS/UDP to RADIUS/(D)TLS.
Within this migration process, however, there are a few items that need to be considered by administrators.</t>
        <t>Firstly, administrators may be tempted to simply migrate from RADIUS/UDP to RADIUS/(D)TLS with (D)TLS-PSK and reuse the RADIUS shared secret as (D)TLS-PSK.
While this may seem like an easy way to upgrade RADIUS/UDP to RADIUS/(D)TLS, the cryptographic problems with the RADIUS/UDP shared secret render the shared secret potentially compromised.
Using a potentially compromised shared secret as TLS-PSK compromises the whole TLS connection.
Therefore, any shared secret used with RADIUS/UDP before <bcp14>MUST NOT</bcp14> be used with RADIUS/(D)TLS and (D)TLS-PSK.
Implementers <bcp14>MUST NOT</bcp14> reuse the configuration option for the RADIUS/UDP shared secret for the (D)TLS-PSK to prevent accidental reuse.</t>
        <t>When upgrading from RADIUS/UDP to RADIUS/(D)TLS, there may be a period of time, where the connection between client and server is configured for both transport profiles.
If the old RADIUS/UDP configuration is left configured, but not used in normal operation, e.g. due to a fail-over configuration that prefers RADIUS/(D)TLS, an attacker could disrupt the RADIUS/(D)TLS communication and force a downgrade to RADIUS/UDP.
To prevent this it is <bcp14>RECOMMENDED</bcp14> that, when the migration to RADIUS/(D)TLS is completed, the RADIUS/UDP configuration is removed.
RADIUS/(D)TLS clients <bcp14>MUST NOT</bcp14> fall back to RADIUS/UDP if the RADIUS/(D)TLS communication fails, unless explicitly configured this way.</t>
      </section>
      <section anchor="client-subsystems">
        <name>Client Subsystems</name>
        <t>Many traditional clients treat RADIUS as subsystem-specific.
That is, each subsystem on the client has its own RADIUS implementation and configuration.
These independent implementations work for simple systems, but break down for RADIUS when multiple servers, fail-over and load-balancing are required.
With (D)TLS enabled, these problems are expected to get worse.</t>
        <t>We therefore recommend in these situations to use a local proxy that arbitrates all RADIUS traffic between the client and all servers.
This proxy will encapsulate all knowledge about servers, including security policies, fail-over and load-balancing.
All client subsystems should communicate with this local proxy, ideally over a loopback address.</t>
        <t>The benefit of this configuration is that there is one place in the client that arbitrates all RADIUS traffic.
Subsystems that do not implement RADIUS/(D)TLS can remain unaware of (D)TLS.
(D)TLS sessions opened by the proxy can remain open for a long period of time, even when client subsystems are restarted.
The proxy can do RADIUS/UDP to some servers and RADIUS/(D)TLS to others.</t>
        <t>Delegation of responsibilities and separation of tasks are important security principles.
By moving all RADIUS/(D)TLS knowledge to a (D)TLS-aware proxy, security analysis becomes simpler, and enforcement of correct security becomes easier.</t>
      </section>
      <section anchor="loopback-attack-on-peers-acting-as-server-and-client">
        <name>Loopback-Attack on Peers acting as Server and Client</name>
        <t>TODO</t>
        <t>Rough problem description to visualize the problem for others.
Will be removed and replaced with text explaining the issue and possible mitigations:</t>
        <t>Preconditions:</t>
        <t>Peer A is configured with a client certificate for sending packets via dynamic discovery.
The certificate has a specific OID indicating it as a "roaming consortium client" certificate.
The configuration expects a server certificate from the server with an OID for a "roaming consortium server" certificate and does not perform more checks apart from the trust chain checks.</t>
        <t>Peer A is also configured with a server certificate for receiving packets via dynamic discovery.
The server certificate has a specific OID indicating it as a "roaming consortium server" certificate.
The configuration expects a client certificate from the client with an OID for a "roaming consortium client" certificate and does not perform more checks apart from the trust chain checks.</t>
        <t>For the sake of this example we can say that both certificates come from the same CA and that this CA is marked as trusted.</t>
        <t>Attack:</t>
        <t>Peer A (as Client A) tries to open RADIUS/TLS connection to Server B.
The attacker intercepts the connection and mirrors it back to A (now acting as Server A)
Server A sends the server certificate with the server OID.
Client A receives it, accepts it, since it sees the server OID and sends the client certificate.
Server A receives it and also accepts it, since it sees the client OID.</t>
        <t>Now Peer A has a loop.
Client A sends packets, believing they are sent to the right home server.
Server A receives packets from a valid-looking client and forwards them, since it is not responsible for the realm.
Now every packet is stuck in an endless-loop and the attacker just has to bounce the traffic back-and-forth, possibly leading to a complete denial-of-service.</t>
        <t>Ideas for solutions:</t>
        <ul spacing="normal">
          <li>
            <t>Don't accept your own certificate.
            </t>
            <ul spacing="normal">
              <li>
                <t>May not be what you want.</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Remember the client random and compare the server random
            </t>
            <ul spacing="normal">
              <li>
                <t>May still not be good enough. Depending on the implementation could lead to different race conditions being triggered.</t>
              </li>
              <li>
                <t>Maybe not all TLS implementations allow you to get the client random?</t>
              </li>
            </ul>
          </li>
          <li>
            <t>Send a randomized number in the TLS client hello
            </t>
            <ul spacing="normal">
              <li>
                <t>Number could be generated at startup (or even changed once in a while). Every outgoing TLS has this in the client hello, the server can check if the "ID" number of the other end is the same to its own. If it is: Drop the connection.</t>
              </li>
              <li>
                <t>But needs a TLS extension (or some other smart way of doing this with the tools available)</t>
              </li>
            </ul>
          </li>
        </ul>
      </section>
    </section>
    <section anchor="design_decisions">
      <name>Design Decisions</name>
      <t>Many of the design decisions of RADIUS/TLS and RADIUS/DTLS can be found in <xref target="RFC6614"/> and <xref target="RFC7360"/>.
This section will discuss the rationale behind significant changes from the experimental specification.</t>
      <section anchor="design_supported_transports">
        <name>Mandatory-to-implement transports</name>
        <t>With the merging of RADIUS/TLS and RADIUS/DTLS the question of mandatory-to-implement transports arose.
In order to avoid incompatibilities, there were two possibilities: Either mandate one of the transports for all implementations or mandate the implementation of both transports for either the server or the client.
As of the time writing, RADIUS/TLS is widely adapted for some use cases (see <xref target="lessons_learned"/>).
However, TLS has some serious drawbacks when used for RADIUS transport.
Especially the sequential nature of the connection and the connected issues like Head-of-Line blocking could create problems.</t>
        <t>Therefore, the decision was made that RADIUS servers must implement both transports.
For RADIUS clients, that may run on more constrained nodes, the implementations can choose to implement only the transport, that is better suited for their needs.</t>
      </section>
      <section anchor="design_trust_profiles">
        <name>Mandatory-to-implement trust profiles</name>
        <t><xref target="RFC6614"/> mandates the implementation of the trust profile "certificate with PKIX trust model" for both clients and servers.
The experience of the deployment of RADIUS/TLS as specified in <xref target="RFC6614"/> has shown that most actors still rely on RADIUS/UDP.
Since dealing with certificates can create a lot of issues, both for implementers and administrators, for the re-specification we wanted to create an alternative to insecure RADIUS transports like RADIUS/UDP that can be deployed easily without much additional administrative overhead.</t>
        <t>As with the supported transports, the assumption is that RADIUS servers are generally believed to be less constrained than RADIUS clients.
Since some client implementations already support using certificates for mutual authentication and there are several use cases, where pre-shared keys are not usable (e.g. a dynamic federation with changing members), the decision was made that, analog to the supported transports, RADIUS servers must implement both certificates with PKIX trust model and TLS-PSK as means of mutual authentication.
RADIUS clients again can choose which method is better suited for them, but must, for compatibility reasons, implement at least one of the two.</t>
      </section>
      <section anchor="design_changes_in_tls">
        <name>Changes in application of TLS</name>
        <t>The original specification of RADIUS/TLS does not forbid the usage of compression in the TLS layer.
As per <xref section="3.3" sectionFormat="comma" target="RFC9325"/>, compression should not be used due to the possibility of compression-related attacks, unless the application protocol is proven to be not open to such attacks.
Since some attributes of the RADIUS packets within the TLS tunnel contain values that an attacker could at least partially choose (i.e. username, MAC address or EAP message), there is a possibility for compression-related attacks, that could potentially reveal data in other RADIUS attributes through length of the TLS record.
To circumvent this attack, this specification forbids the usage of TLS compression.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>Upon approval, IANA should update the Reference to radsec in the Service Name and Transport Protocol Port Number Registry:</t>
      <ul spacing="normal">
        <li>
          <t>Service Name: radsec</t>
        </li>
        <li>
          <t>Port Number: 2083</t>
        </li>
        <li>
          <t>Transport Protocol: tcp/udp</t>
        </li>
        <li>
          <t>Description: Secure RADIUS Service</t>
        </li>
        <li>
          <t>Assignment notes: The TCP port 2083 was already previously assigned by IANA for "RadSec", an early implementation of RADIUS/TLS, prior to issuance of the experimental RFC 6614.
[RFCXXXX] updates RFC 6614 (RADIUS/TLS) and RFC 7360 (RADIUS/DTLS), while maintaining backward compatibility, if configured. For further details see RFC 6614, Appendix A or [RFCXXXX] <xref target="backwardcomp"/>.</t>
        </li>
      </ul>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="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="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="RFC9525">
          <front>
            <title>Service Identity in TLS</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="R. Salz" initials="R." surname="Salz"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>Many application technologies enable secure communication between two entities by means of Transport Layer Security (TLS) with Internet Public Key Infrastructure using X.509 (PKIX) certificates. This document specifies procedures for representing and verifying the identity of application services in such interactions.</t>
              <t>This document obsoletes RFC 6125.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9525"/>
          <seriesInfo name="DOI" value="10.17487/RFC9525"/>
        </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>
        <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="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="RFC5997">
          <front>
            <title>Use of Status-Server Packets in the Remote Authentication Dial In User Service (RADIUS) Protocol</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>This document describes a deployed extension to the Remote Authentication Dial In User Service (RADIUS) protocol, enabling clients to query the status of a RADIUS server. This extension utilizes the Status-Server (12) Code, which was reserved for experimental use in RFC 2865. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5997"/>
          <seriesInfo name="DOI" value="10.17487/RFC5997"/>
        </reference>
        <reference anchor="RFC9293">
          <front>
            <title>Transmission Control Protocol (TCP)</title>
            <author fullname="W. Eddy" initials="W." role="editor" surname="Eddy"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies the Transmission Control Protocol (TCP). TCP is an important transport-layer protocol in the Internet protocol stack, and it has continuously evolved over decades of use and growth of the Internet. Over this time, a number of changes have been made to TCP as it was specified in RFC 793, though these have only been documented in a piecemeal fashion. This document collects and brings those changes together with the protocol specification from RFC 793. This document obsoletes RFC 793, as well as RFCs 879, 2873, 6093, 6429, 6528, and 6691 that updated parts of RFC 793. It updates RFCs 1011 and 1122, and it should be considered as a replacement for the portions of those documents dealing with TCP requirements. It also updates RFC 5961 by adding a small clarification in reset handling while in the SYN-RECEIVED state. The TCP header control bits from RFC 793 have also been updated based on RFC 3168.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="7"/>
          <seriesInfo name="RFC" value="9293"/>
          <seriesInfo name="DOI" value="10.17487/RFC9293"/>
        </reference>
        <reference anchor="RFC9325">
          <front>
            <title>Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <date month="November" year="2022"/>
            <abstract>
              <t>Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) are used to protect data exchanged over a wide range of application protocols and can also form the basis for secure transport protocols. Over the years, the industry has witnessed several serious attacks on TLS and DTLS, including attacks on the most commonly used cipher suites and their modes of operation. This document provides the latest recommendations for ensuring the security of deployed services that use TLS and DTLS. These recommendations are applicable to the majority of use cases.</t>
              <t>RFC 7525, an earlier version of the TLS recommendations, was published when the industry was transitioning to TLS 1.2. Years later, this transition is largely complete, and TLS 1.3 is widely available. This document updates the guidance given the new environment and obsoletes RFC 7525. In addition, this document updates RFCs 5288 and 6066 in view of recent attacks.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="195"/>
          <seriesInfo name="RFC" value="9325"/>
          <seriesInfo name="DOI" value="10.17487/RFC9325"/>
        </reference>
        <reference anchor="RFC5248">
          <front>
            <title>A Registry for SMTP Enhanced Mail System Status Codes</title>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="June" year="2008"/>
            <abstract>
              <t>The specification for enhanced mail system status codes, RFC 3463, establishes a new code model and lists a collection of status codes. While it anticipated that more codes would be added over time, it did not provide an explicit mechanism for registering and tracking those codes. This document specifies an IANA registry for mail system enhanced status codes, and initializes that registry with the codes so far established in published standards-track documents, as well as other codes that have become established in the industry. 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="138"/>
          <seriesInfo name="RFC" value="5248"/>
          <seriesInfo name="DOI" value="10.17487/RFC5248"/>
        </reference>
        <reference anchor="RFC6347">
          <front>
            <title>Datagram Transport Layer Security Version 1.2</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="January" year="2012"/>
            <abstract>
              <t>This document specifies version 1.2 of the Datagram Transport Layer Security (DTLS) protocol. The DTLS protocol provides communications privacy for datagram protocols. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees. Datagram semantics of the underlying transport are preserved by the DTLS protocol. This document updates DTLS 1.0 to work with TLS version 1.2. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6347"/>
          <seriesInfo name="DOI" value="10.17487/RFC6347"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC5246">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.2</title>
            <author fullname="T. Dierks" initials="T." surname="Dierks"/>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>This document specifies Version 1.2 of the Transport Layer Security (TLS) protocol. The TLS protocol provides communications security over the Internet. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5246"/>
          <seriesInfo name="DOI" value="10.17487/RFC5246"/>
        </reference>
        <reference anchor="RFC6066">
          <front>
            <title>Transport Layer Security (TLS) Extensions: Extension Definitions</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <date month="January" year="2011"/>
            <abstract>
              <t>This document provides specifications for existing TLS extensions. It is a companion document for RFC 5246, "The Transport Layer Security (TLS) Protocol Version 1.2". The extensions specified are server_name, max_fragment_length, client_certificate_url, trusted_ca_keys, truncated_hmac, and status_request. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6066"/>
          <seriesInfo name="DOI" value="10.17487/RFC6066"/>
        </reference>
        <reference anchor="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="RFC4033">
          <front>
            <title>DNS Security Introduction and Requirements</title>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <author fullname="M. Larson" initials="M." surname="Larson"/>
            <author fullname="D. Massey" initials="D." surname="Massey"/>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>The Domain Name System Security Extensions (DNSSEC) add data origin authentication and data integrity to the Domain Name System. This document introduces these extensions and describes their capabilities and limitations. This document also discusses the services that the DNS security extensions do and do not provide. Last, this document describes the interrelationships between the documents that collectively describe DNSSEC. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4033"/>
          <seriesInfo name="DOI" value="10.17487/RFC4033"/>
        </reference>
        <reference anchor="RFC7250">
          <front>
            <title>Using Raw Public Keys in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="P. Wouters" initials="P." role="editor" surname="Wouters"/>
            <author fullname="H. Tschofenig" initials="H." role="editor" surname="Tschofenig"/>
            <author fullname="J. Gilmore" initials="J." surname="Gilmore"/>
            <author fullname="S. Weiler" initials="S." surname="Weiler"/>
            <author fullname="T. Kivinen" initials="T." surname="Kivinen"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>This document specifies a new certificate type and two TLS extensions for exchanging raw public keys in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS). The new certificate type allows raw public keys to be used for authentication.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7250"/>
          <seriesInfo name="DOI" value="10.17487/RFC7250"/>
        </reference>
        <reference anchor="RFC5247">
          <front>
            <title>Extensible Authentication Protocol (EAP) Key Management Framework</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="D. Simon" initials="D." surname="Simon"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, enables extensible network access authentication. This document specifies the EAP key hierarchy and provides a framework for the transport and usage of keying material and parameters generated by EAP authentication algorithms, known as "methods". It also provides a detailed system-level security analysis, describing the conditions under which the key management guidelines described in RFC 4962 can be satisfied. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5247"/>
          <seriesInfo name="DOI" value="10.17487/RFC5247"/>
        </reference>
        <reference anchor="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>
        <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="RFC6520">
          <front>
            <title>Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) Heartbeat Extension</title>
            <author fullname="R. Seggelmann" initials="R." surname="Seggelmann"/>
            <author fullname="M. Tuexen" initials="M." surname="Tuexen"/>
            <author fullname="M. Williams" initials="M." surname="Williams"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document describes the Heartbeat Extension for the Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) protocols.</t>
              <t>The Heartbeat Extension provides a new protocol for TLS/DTLS allowing the usage of keep-alive functionality without performing a renegotiation and a basis for path MTU (PMTU) discovery for DTLS. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6520"/>
          <seriesInfo name="DOI" value="10.17487/RFC6520"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="I-D.ietf-radext-radiusv11">
          <front>
            <title>RADIUS/1.1, Leveraging ALPN to remove MD5</title>
            <author fullname="Alan DeKok" initials="A." surname="DeKok">
              <organization>FreeRADIUS</organization>
            </author>
            <date day="18" month="October" year="2024"/>
            <abstract>
              <t>   This document defines Application-Layer Protocol Negotiation
   Extensions for use with RADIUS/TLS and RADIUS/DTLS.  These extensions
   permit the negotiation of an application protocol variant of RADIUS,
   called "RADIUS/1.1".  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 authentication and attribute obfuscation methods are removed.

   This document updates RFC2865, RFC2866, RFC5176, RFC6613, RFC6614,
   and RFC 7360.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-radext-radiusv11-11"/>
        </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="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="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="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="I-D.ietf-radext-tls-psk">
          <front>
            <title>Operational Considerations for RADIUS and TLS-PSK</title>
            <author fullname="Alan DeKok" initials="A." surname="DeKok">
              <organization>FreeRADIUS</organization>
            </author>
            <date day="17" month="October" year="2024"/>
            <abstract>
              <t>   This document provides implementation and operational considerations
   for using TLS-PSK with RADIUS/TLS (RFC6614) and RADIUS/DTLS
   (RFC7360).  The purpose of the document is to help smooth the
   operational transition from the use of the RADIUS/UDP to RADIUS/TLS.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-radext-tls-psk-11"/>
        </reference>
      </references>
    </references>
    <?line 863?>

<section anchor="lessons_learned">
      <name>Lessons learned from deployments of the Experimental <xref target="RFC6614"/></name>
      <t>There are at least two major (world-scale) deployments of <xref target="RFC6614"/>.
This section will discuss lessens learned from these deployments, that influenced this document.</t>
      <section anchor="eduroam">
        <name>eduroam</name>
        <t>eduroam is a globally operating Wi-Fi roaming consortium exclusively for persons in Research and Education. For an extensive background on eduroam and its authentication fabric architecture, refer to <xref target="RFC7593"/>.</t>
        <t>Over time, more than a dozen out of 100+ national branches of eduroam used RADIUS/TLS in production to secure their country-to-country RADIUS proxy connections. This number is big enough to attest that the protocol does work, and scales. The number is also low enough to wonder why RADIUS/UDP continued to be used by a majority of country deployments despite its significant security issues.</t>
        <t>Operational experience reveals that the main reason is related to the choice of PKIX certificates for securing the proxy interconnections. Compared to shared secrets, certificates are more complex to handle in multiple dimensions:</t>
        <ul spacing="normal">
          <li>
            <t>Lifetime: PKIX certificates have an expiry date, and need administrator attention and expertise for their renewal</t>
          </li>
          <li>
            <t>Validation: The validation of a certificate (both client and server) requires contacting a third party to verify the revocation status. This either takes time during session setup (OCSP checks) or requires the presence of a fresh CRL on the server - this in turn requires regular update of that CRL.</t>
          </li>
          <li>
            <t>Issuance: PKIX certificates carry properties in the Subject and extensions that need to be vetted. Depending on the CA policy, a certificate request may need significant human intervention to be verified. In particular, the authorisation of a requester to operate a server for a particular NAI realm needs to be verified. This rules out public "browser-trusted" CAs; eduroam is operating a special-purpose CA for eduroam RADIUS/TLS purposes.</t>
          </li>
          <li>
            <t>Automatic failure over time: CRL refresh and certificate renewal must be attended to regularly. Failure to do so leads to failure of the authentication service. Among other reasons, employee churn with incorrectly transferred or forgotten responsibilities is a risk factor.</t>
          </li>
        </ul>
        <t>It appears that these complexities often outweigh the argument of improved security; and a fallback to RADIUS/UDP is seen as the more appealing option.</t>
        <t>It can be considered an important result of the experiment in <xref target="RFC6614"/> that providing less complex ways of operating RADIUS/TLS are required. The more thoroughly specified provisions in the current document towards TLS-PSK and raw public keys are a response to this insight.</t>
        <t>On the other hand, using RADIUS/TLS in combination with Dynamic Discovery as per <xref target="RFC7585"/> necessitates the use of PKIX certificates. So, the continued ability to operate with PKIX certificates is also important and cannot be discontinued without sacrificing vital functionality of large roaming consortia.</t>
      </section>
      <section anchor="wireless-broadband-alliances-openroaming">
        <name>Wireless Broadband Alliance's OpenRoaming</name>
        <t>OpenRoaming is a globally operating Wi-Fi roaming consortium for the general public, operated by the Wireless Broadband Alliance (WBA). With its (optional) settled usage of hotspots, the consortium requires both RADIUS authentication as well as RADIUS accounting.</t>
        <t>The consortium operational procedures were defined in the late 2010s when <xref target="RFC6614"/> and <xref target="RFC7585"/> were long available. The consortium decided to fully base itself on these two RFCs.</t>
        <t>In this architecture, using PSKs or raw public keys is not an option. The complexities around PKIX certificates as discussed in the previous section are believed to be controllable: the consortium operates its own special-purpose CA and can rely on a reliable source of truth for operator authorisation (becoming an operator requires a paid membership in WBA); expiry and revocation topics can be expected to be dealt with as high-priority because of the monetary implications in case of infrastructure failure during settled operation.</t>
      </section>
      <section anchor="participating-in-more-than-one-roaming-consortium">
        <name>Participating in more than one roaming consortium</name>
        <t>It is possible for a RADIUS/TLS (home) server to participate in more than one roaming consortium, i.e. to authenticate its users to multiple clients from distinct consortia, which present client certificates from their respective consortium's CA; and which expect the server to present a certificate from the matching CA.</t>
        <t>The eduroam consortium has chosen to cooperate with (the settlement-free parts of) OpenRoaming to allow eduroam users to log in to (settlement-free) OpenRoaming hotspots.</t>
        <t>eduroam RADIUS/TLS servers thus may be contacted by OpenRoaming clients expecting an OpenRoaming server certificate, and by eduroam clients expecting an eduroam server certificate.</t>
        <t>It is therefore necessary to decide on the certificate to present during TLS session establishment. To make that decision, the availability of Trusted CA Indication in the client TLS message is important.</t>
        <t>It can be considered an important result of the experiment in <xref target="RFC6614"/> that Trusted CA Indication is an important asset for inter-connectivity of multiple roaming consortia.</t>
      </section>
    </section>
    <section anchor="interoperable-implementations">
      <name>Interoperable Implementations</name>
    </section>
    <section anchor="backwardcomp">
      <name>Backward compatibility</name>
      <t>TODO describe necessary steps to configure common servers for compatibility with this version.
Hopefully the differences to <xref target="RFC6614"/> are small enough that almost no config change is necessary.</t>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to the original authors of RFC 6613, RFC 6614 and RFC 7360: Alan DeKok, Stefan Winter, Mike McCauley, Stig Venaas and Klaas Vierenga.</t>
      <t>Thanks to Arran Curdbard-Bell for text around keepalives and the Status-Server watchdog algorithm.</t>
      <t>Thanks to Alan DeKok for his constant review of this document over its whole process and his many text contributions, like text around forwarding issues between TCP and UDP based transports.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA82963YjV7Im9h9PkWavZZHHAFR3SdUz04ciq444qpuLpdbp
1et0rQSQILMLyMRkJshCqzXP4r9+DfvFHF9c9o6dmaSq7R7bvWaOikBi577E
jusXEbPZbFJUXdkdnk+y7PLFq5fPs6M/v3959u/0v/84mtA3m4I+Oj7Pu/yq
ybcn2Ycmr9pd3XTZq/xQNNllsdw3NEB2fHx+8uHVZfaiWjaHXVfWVbaum+z9
6fnFT5dHk3yxaIobGks+yOob+rH85GiyzLviqm4Oz7O2W00m9aKtN0VXtM+z
Z88ePplm3zx+9mAyWdXLKt/SfFZNvu5mZdGtZ02+Kj53+E+5b1fdpp0tynb2
4PGk3S+2ZdvSNLrDjn5z8eLDywm9//Ekb4qc5mETP5rc1s2nq6be7+LsXvz7
h6LCj9ujyafiQE+saIdmuhr8i+Y9uSmqfYGdu+fXWSbvP/qZ3lJWV9m/4Vl8
vs3LDX0uK/hXrGZeN1dHk0m+767rBuPOMlnwf82r2cumWBVN+Sl7XxbLT0XT
0vdZRr94np0X+65dXhdt9rJu6B/76qqtiu5v2d+zfyuabV5lb3IcSL7J3hdt
kTfL6yyvVtmL1X7JX2Rvig67wEO2XVMU3fPsdFN8pqeKZrfJaayH/OWyXtF8
Hj54+M238jdoJ/u+aDZlpQ/sqw4nKW8+8IeFrLXRmf/ral3NVwV/ZXRx/vIN
/01n8jy7vb2dh2dsEy67Yk1L+bmsuqKJi39ZVytZBK2tK6qcVm3/ekmTkS+T
lT2aZjmfXbYqss1XP1UlEWNbdv/n/+7W+OTxs6duiS9oX2ftvpmdbv5WdF2R
LvbV/nOxXdT75sqvt+UZz295xv/ayKTmm32y8PcvLj+8eHOaLt49O6lq2siO
pvh8MimrtftrMpvNaBxaVr7sJpMP12Wb0SXZb+lOZ+2uWJbrkogiz7pwaXdN
vS43hbua2b4FWd59r4nST+S6fjh7R3ueGTO45zfn8Uc/nb/L8jbrrot0Gl29
rDdzmTQtdbEp8F/hHTQfPK8TpJ+t1+USo9wWmw3+uzoQTdBHXbNvu6wpNnzI
7XW5a7MF0XJRVPbrtmhwunhTYZuiVB/4DL+t+Lyj+4W9o3uSPNhmJQ338oy5
UXYsA3/NS8Q1wjfgUOGb8/DVst4uykpesMUoHZabDD6XY9yWq9WmmEx+ef7X
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
dBmYYmk7CClgPE6T5KrXHjYy+b8ArMuSFIIRAQA=

-->

</rfc>
