<?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.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-radext-radiusdtls-bis-09" category="std" consensus="true" submissionType="IETF" obsoletes="6614, 7360" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.30.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-09"/>
    <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="2025" month="September" day="30"/>
    <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="RFC9765"/></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>
        <t>The following list contains the most important changes from the previous specifications in <xref target="RFC6613"/> (RADIUS/TCP), <xref target="RFC6614"/> (RADIUS/TLS) and <xref target="RFC7360"/> (RADIUS/DTLS).</t>
        <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, and therfore removes <xref target="RFC6613"/> as normative reference.</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 of server certificates is now forbidden.</t>
          </li>
          <li>
            <t>The response to unwanted packets has changed. Nodes should now reply with a Protocol-Error packet, which is connection-specific and should not be proxied.</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="RFC9765"/> 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 section="A" sectionFormat="comma" target="RFC3539"/>).
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>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.
RADIUS/(D)TLS servers <bcp14>MUST</bcp14> be able to answer to Status-Server requests.
Since RADIUS has a limitation of 256 simultaneous "in flight" packets due to the length of the ID field (<xref section="2.4" sectionFormat="comma" target="RFC3539"/>), 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="BCP195"/>, especially in regards to recommended cipher suites and TLS session resumption.
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:</t>
        <ul spacing="normal">
          <li>
            <t>TLS-X.509-PKIX</t>
          </li>
          <li>
            <t>TLS-X.509-FINGERPRINT</t>
          </li>
          <li>
            <t>TLS-RAW-PUBLIC-KEY</t>
          </li>
          <li>
            <t>TLS-PSK</t>
          </li>
        </ul>
        <t>Independent of the chosen mode of authentication, the mutual authentication <bcp14>MUST</bcp14> be performed during the initial handshake.
Alternative methods, such as post-handshake certificate-based client authentication (see <xref section="4.6.2" sectionFormat="comma" target="RFC8446"/>) with TLS 1.3 or renegotiation with TLS 1.2, <bcp14>MUST NOT</bcp14> be used to achieve mutual authentication.</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 section="7.4.4" sectionFormat="comma" target="RFC5246"/> and <xref section="6" sectionFormat="comma" target="RFC6066"/> for TLS 1.2 and <xref section="4.2.4" sectionFormat="comma" target="RFC8446"/> 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. This can either be done by caching the peer's certificate for the duration of the connection and re-evaluating the cached certificate or by renegotiating the (D)TLS connection, either directly or by opening a new (D)TLS connection and closing the old one.</t>
            </li>
            <li>
              <t>Implementations <bcp14>SHOULD NOT</bcp14> keep a connection open for longer than the validity span of the peer certificate. At the time the peer certificate expires, the connection <bcp14>SHOULD</bcp14> be closed and re-opened.</t>
            </li>
          </ul>
          <t>RADIUS/(D)TLS peers <bcp14>SHOULD NOT</bcp14> be pre-configured with a list of trusted CAs by the vendor or manufacturer that are enabled by default.
Instead, the peers <bcp14>SHOULD</bcp14> start off with an empty CA list as trust anchor.
The addition of a CA <bcp14>SHOULD</bcp14> be done only when manually configured by the administrator.
This does not preclude vendors or manufacturers including their trust list in their products, but the enabling of those lists should be a conscious decision by an administrator.</t>
          <t>RADIUS/(D)TLS clients and servers <bcp14>MUST</bcp14> follow <xref target="RFC9525"/> when validating peer identities. Specific details are provided below:</t>
          <ul spacing="normal">
            <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 section="2.2" sectionFormat="comma" 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>The Common Name RDN <bcp14>MUST NOT</bcp14> be used to identify a server.</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>Implementations <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="RFC9813"/>.</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>In practice, identification of unique clients is not always necessary and could be based on the subject of the presented certificate or a subjectAltName entry.
While this identification technique could match multiple distinct certificates and therefore distinct clients, it is often sufficient, e.g. for the purpose of applying policies.</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 addresses or ranges.
One example of this can be to restrict clients configured by DNS name to only the IP address(es) that this DNS name resolves to.</t>
        <t>A client connecting from outside the allowed 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="tls_session_resumption">
        <name>TLS Session Resumption</name>
        <t>Session resumption lowers the time and effort required to start a (D)TLS session and increases network responsiveness.
This is especially helpful when using short idle timeouts.</t>
        <t>RADIUS/(D)TLS clients and server <bcp14>SHOULD</bcp14> implement session resumption.
Implementations supporting session resumption <bcp14>MUST</bcp14> cache data during the initial full handshake, sufficient to allow authorization descisions to be made during resumption.
For RADIUS/(D)TLS servers, this should preferably be done using stateless session resumption as specified in <xref target="RFC5077"/>, to reduce the resource usage for cached sessions.</t>
        <t>When resuming a (D)TLS session, both client and server <bcp14>MUST</bcp14> re-authorize the connection by using the original, cached data.
In particular, this includes the X.509 certificate (when using a PKIX trust model) as well as any policies associated with that identity such as restrictions on source IP address.
The re-authorization <bcp14>MUST</bcp14> give the same result as if a full handshake was performed at the time of resumption.</t>
        <t>If cached data cannot be retrieved securely, resumption <bcp14>MUST NOT</bcp14> be done, by either immediately closing the connection or reverting to a full handshake.
If a resumed session is closed immediately after being established, the RADIUS/(D)TLS client <bcp14>MUST NOT</bcp14> re-attempt session resumption but perform a full TLS handshake instead.</t>
      </section>
      <section anchor="radius_datagrams">
        <name>RADIUS Datagrams</name>
        <t>The RADIUS/(D)TLS specification does not change the client/server architecture of RADIUS.
RADIUS/(D)TLS clients transmit the same packet types on the connection they initiated as a RADIUS/UDP client would, and RADIUS/(D)TLS servers transmit the same packet types on the connections the server has accepted as a RADIUS/UDP server would.
As noted in <xref target="portusage"/>, RADIUS/(D)TLS uses the same port for Authentication and Accounting packets.
As non-exhaustive example, a RADIUS/(D)TLS client can transmit packets of type Access-Request, Accounting-Request, Status-Server, Disconnect-ACK over the same connection, and a RADIUS/(D)TLS server can transmit packets of type Access-Accept, Access-Reject, Access-Challenge, Accounting-Response, Disconnect-Request.</t>
        <t>However, special considerations apply for mixing Authentication and Accounting packets over the same connection.
Traditional RADIUS/UDP uses different ports for Authentication and Accounting, where RADIUS/(D)TLS uses the same connection for all RADIUS packets.
Due to the use of one single port for all packet types, it is required that a RADIUS/(D)TLS server has a means to signal which types of packets are supported on the server to a connecting peer.</t>
        <t>Since the number of outstanding RADIUS packets is limited, it is important to reply to packets of a packet type which the RADIUS/(D)TLS server does not process or, in a proxy setup, does not forward.
Otherwise, these outstanding packets would impact the performance of the connection.
The reply, however, must clearly indicate that the server did not process this packet to prevent the client from falsely assuming the server processed the packet.</t>
        <t>For every unwanted packet, a RADIUS/(D)TLS server <bcp14>SHOULD</bcp14> respond with a Protocol-Error packet as defined in <xref section="4" sectionFormat="comma" target="RFC7930"/>.
The Error-Cause attribute of this packet <bcp14>SHOULD</bcp14> be set to the value 406 ("Unsupported Extension"), if the server does not support the packet type, or the value 502 ("Request Not Routable (Proxy)"), if the request cannot be routed.
Future specifications may recommend other Error-Cause attribute values for specific scenarios.</t>
        <t>The RADIUS/(D)TLS client <bcp14>SHOULD NOT</bcp14> assume that the configured server is not able to handle all packets of the packet type based on the Protocol-Error response.
In proxy scenarios, a RADIUS proxy may be unable to forward accounting packets for one realm, but able to forward them for another.</t>
        <t>The previous specification of RADIUS/TLS in <xref target="RFC6614"/> recommended to send a different reply.
For unwanted CoA-Requests or Disconnect-Requests, the servers should respond with a CoA-NAK or Disconnect-NAK, respectively.
For unwanted Accounting-Requests, the servers should respond with an Accounting-Response containing an Error-Cause attribute with the value 406 ("Unsupported Extension").
It was also recommended that a RADIUS/TLS client observing this Accounting-Response should stop sending Accounting-Request packets to this server.
This behavior, however, could lead to problems, especially in proxy fabrics, since the RADIUS client cannot determine whether the reply came from the correct server or a RADIUS proxy along the way.
Other than the other responses (CoA-NAK, Disconnect-NAK and Accounting-Response), the Protocol-Error packet is explicitly only applicable to one RADIUS hop and must not be forwarded, which gives the RADIUS client the opportunity to re-route the unwanted packet to a different RADIUS server.
This also is backwards compatible with existing implementations, since RADIUS clients must ignore any incoming RADIUS packets with an unknown packet type.</t>
        <t>Since proxying of RADIUS packets is a general issue in RADIUS and not specific to RADIUS/(D)TLS, the details of handling the Protocol-Error reply on the client side are outside of the scope of this document.</t>
      </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 a RADIUS 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 different 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 may be left with a difficult choice about what to do with the incoming packets, if the rate of incoming packets exceeds throughput on the outgoing link.</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>
        </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 of the old request and discard it.</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>
        </section>
        <section anchor="acct-delay-time-and-event-timestamp">
          <name>Acct-Delay-Time and Event-Timestamp</name>
          <t>In order to avoid congestive collapse, it is <bcp14>RECOMMENDED</bcp14> that RADIUS/(D)TLS clients which originate Accounting-Request packets (i.e. not proxies) do not include Acct-Delay-Time (<xref section="5.2" sectionFormat="comma" target="RFC2866"/>) in those packets.
Instead, those clients <bcp14>SHOULD</bcp14> include Event-Timestamp (<xref section="5.3" sectionFormat="comma" target="RFC2869"/>), which is the time at which the original event occured.
The Event-Timestamp <bcp14>MUST NOT</bcp14> be updated on any retransmissions, as that would both negate the meaning of Event-Timestamp, and create the same problem as with Acct-Delay-Time.</t>
          <t>Not using Acct-Delay-Time allows for RADIUS packets to be retransmitted without change.
In contrast, updating Acct-Delay-Time would require that the client create and send a new packet without signalling the server that the previous packet is no longer considered active.
This process can occur repeatedly, which leads to multiple different packets containing effectively the same information (except for Acct-Delay-Time).
This duplication contributes to congestive collapse of the network, if a RADIUS proxy performs retransmission to the next hop for each of those packets independently.</t>
          <t>Additionally, the different properties of the RADIUS/TLS transport as well as cross-protocol proxying change the assumption of a negligible transmission time of the RADIUS packet, on which the value of Acct-Delay-Time is based.
While a single UDP packet may have a negligible transmission time, application data sent via TLS could arrive at the sender with a significant delay due to the underlying TCP retransmission mechanism.
If the packet is proxied from RADIUS/TLS to RADIUS/DTLS or RADIUS/UDP, the proxy has to retransmit on its own without changing the value of Acct-Delay-Time, which again introduces non-negligible transmission delays.</t>
          <t>Using Event-Timestamp instead of Acct-Delay-Time also removes an ambiguity around retransmitted packets for RADIUS/TLS.
Since there is no change to the packet contents when a retransmission timer expires, no new packet ID is allocated, and therefore no new packet is created.</t>
          <t>Where RADIUS/(D)TLS clients do include Acct-Delay-Time in RADIUS packets, the client <bcp14>SHOULD</bcp14> use timers to detect packet loss, as described in <xref target="client_retransmission_timers"/>.
RADIUS/(D)TLS clients <bcp14>SHOULD NOT</bcp14> update the Acct-Delay-Time, and therefore create a new RADIUS packet with the same information, until the timer has determined that the original packet has in fact been completely lost.
This ensures that there is no congestive collapse, since a new packet is only created if following hops have also given up on retransmission, while keeping the functionality of Acct-Delay-Time to determine how long ago the event occured.
It only reduces the granularity of Acct-Delay-Time to the retransmission timeout, compared to the different approach of updating the Acct-Delay-Time on each retransmission.</t>
        </section>
      </section>
      <section anchor="client-timers">
        <name>Client Timers</name>
        <t>RADIUS/(D)TLS clients may need to reconnect to a server that rejected their connection attempt and retransmit RADIUS packets which did not get an answer.</t>
        <section anchor="reconnection-attempts">
          <name>Reconnection attempts</name>
          <t>In contrast to RADIUS/UDP, RADIUS/(D)TLS establishes a (D)TLS session before transmitting any RADIUS packets.
Therefore, in addition to retransmission of RADIUS packets, RADIUS/(D)TLS clients also have to deal with connection retries.</t>
          <t>RADIUS/(D)TLS clients <bcp14>MUST NOT</bcp14> immediately reconnect to a RADIUS/(D)TLS server after a failed connection attempt and <bcp14>MUST</bcp14> have a lower bound for the time between retries.
The lower bound <bcp14>SHOULD</bcp14> be configurable.
As only exception, a RADIUS/(D)TLS client <bcp14>MAY</bcp14> reconnect immediately iff the client attempted to resume a TLS session and the server closed the connection.
In this case the new connection attempt <bcp14>MUST NOT</bcp14> use TLS session resumption.</t>
          <t>It is <bcp14>RECOMMENDED</bcp14> that RADIUS/(D)TLS clients implement an algorithm for handling the timing of such reconnection attempts.
Implementations <bcp14>MAY</bcp14> choose to use an algorithm similar to the retransmission algorithm defined in <xref section="2.2.1" sectionFormat="comma" target="RFC5080"/>.
The algorithm used <bcp14>SHOULD</bcp14> include a configurable lower and upper bound for the time between retries, an (exponential) backoff, a configurable timeout after which the client gives up reconnecting and <bcp14>MAY</bcp14> add a jitter.</t>
          <t>Where the connection to a RADIUS/(D)TLS server is established only when there is a RADIUS packet to be sent, adding a second RADIUS packet to be send <bcp14>SHOULD NOT</bcp14> trigger an immediate reconnection attempt.
Instead, the algorithm <bcp14>SHOULD</bcp14> continue as it would have without the new packet, but the client <bcp14>MAY</bcp14> reset the timeout for giving up reconnecting.</t>
          <t>Where the connection to a RADIUS/(D)TLS server is configured to be static and always kept open, the reconnect algorithm <bcp14>SHOULD</bcp14> have an upper limit for the time between retries (e.g. 60 seconds) and not give up trying to reconnect.</t>
        </section>
        <section anchor="client_retransmission_timers">
          <name>RADIUS packet retransmission</name>
          <t>RADIUS/(D)TLS clients <bcp14>MUST</bcp14> implement retransmission timers for retransmitting RADIUS packets such as the ones defined in <xref section="2.2.1" sectionFormat="comma" target="RFC5080"/>.
Other algorithms than the one defined in <xref target="RFC5080"/> are possible, but any timer implementations <bcp14>MUST</bcp14> have similar properties of including jitter, exponential backoff and a maximum retransmission count (MRC) or maximum retransmission duration (MRD).</t>
          <t>As TLS is a reliable transport, RADIUS/TLS clients can only retransmit a packet if a connection closes without that packet receiving a reply, therefore the timers <bcp14>MUST NOT</bcp14> result in retransmission of any packet.
Instead, the timers, MRC or MRD specifically, can be used to determine that a packet will most likely not receive an answer ever, for example because a packet loss has occured in a later RADIUS hop or the home server ignores the RADIUS packet.</t>
          <t>See <xref target="duplicates_retransmissions"/> for more discussion on retransmission behavior.</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 anchor="behavior-on-session-closure-of-incoming-sessions">
        <name>Behavior on session closure of incoming sessions</name>
        <t>If an incoming (D)TLS session or the underlying connection is closed or broken, then there is no way to send a RADIUS response message to the client.
The RADIUS/(D)TLS server behavior then depends on the types of packets being processed, and on the role of the server.</t>
        <t>A RADIUS/(D)TLS server acting as proxy <bcp14>MUST</bcp14> discard all requests associated with the closed connection.
As no response can be sent over the now-closed (D)TLS connection, any further processing of requests is pointless.
A discarded request may have a cached RADIUS response packet (<xref section="2.2.2" sectionFormat="comma" target="RFC5080"/>), in which case the cached response also <bcp14>MUST</bcp14> be discarded.
If there is no cached response packet, then the request might still be processed by the home server.
The RADIUS proxy <bcp14>MUST</bcp14> discard any response to these requests and <bcp14>SHOULD</bcp14> stop processing the requests.</t>
        <t>A home server which receives Access-Request packets <bcp14>MUST</bcp14> behave as defined above for a proxy and discard those requests and stop processing them.
Where a RADIUS packet is part of a multi-packet authentication session (e.g. EAP), the underlying authentication session could be continued, or the underlying authentication session data could be discarded.
The server may be able to receive and process another packet for that session via a different incoming connection.
It is difficult to make more recommendations for managing partially processed authentication sessions, as such recommendations depend strongly on the authentication method being used.
As a result, further behavior is implementation defined and outside the scope of this specification.</t>
        <t>A home server which receives other kinds of packets (for example Accounting-Request, CoA-Request, Disconnect-Request) <bcp14>MAY</bcp14> finish processing outstanding requests, and then discard any response.
This behavior ensures that the desired action is still taken, even if the home server cannot inform the client of the result of that action.</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, since a malformed RADIUS packet could impact the decoding of succeeding packets.</t>
        <t>With DTLS, the "next" packet does not depend on proper decoding of the previous packet, since the RADIUS packets are sent in independent DTLS records.
However, since both TLS and DTLS provide integrity protection and ensure that the packet was sent by the peer, a protocol violation at this stage implies that the peer is misbehaving.</t>
        <t>Implementations of this specification <bcp14>SHOULD</bcp14> treat 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, in the case of RADIUS/TLS, 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 <tt>Length</tt> field is less than the minimum RADIUS packet length</t>
          </li>
          <li>
            <t>Packet where the RADIUS <tt>Length</tt> field is more than the maximum RADIUS packet length</t>
          </li>
          <li>
            <t>Packet where an Attribute <tt>Length</tt> 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 situations where the previous specifications allow a packet to be "silently discarded" upon receipt, but in which a connection <bcp14>MAY</bcp14> remain open:</t>
        <ul spacing="normal">
          <li>
            <t>Packet with an invalid code field (see <xref target="radius_datagrams"/> for details)</t>
          </li>
          <li>
            <t>Response packets that do not match any outstanding request</t>
          </li>
          <li>
            <t>A server lacking the resources to process a request</t>
          </li>
        </ul>
        <t>For request packets that would have been silently discarded in the previous specifications, servers <bcp14>SHOULD</bcp14> reply with a Protocol-Error <xref section="4" sectionFormat="comma" target="RFC7930"/> message to avoid request ID exhaustion, and servers <bcp14>SHOULD</bcp14> include an Error-Cause attribute indicating the type of failure. In any case, further processing of the original request <bcp14>MUST</bcp14> stop.</t>
        <t>These requirements reduce the possibility for a misbehaving client or server to wreak havoc on the network.</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="sending-and-receiving-radius-traffic">
        <name>Sending and receiving RADIUS traffic</name>
        <t>The TLS layer of RADIUS/TLS provides a stream-based communication between the two peers instead of the traditional packet-based communication as with RADIUS/UDP.
As a result, the way RADIUS packets are sent and received has to change.</t>
        <t>Instead of relying on packet borders of the underlying transport protocol to indicate the start of a new packet, the RADIUS/TLS peers have to keep track of the packet borders by examining the header of the received RADIUS packets.</t>
        <t>After the TLS session is established, a RADIUS/TLS peer <bcp14>MUST NOT</bcp14> send any data except for RADIUS packets over the connection.
Since the RADIUS packet header contains a <tt>Length</tt> field, the end of the RADIUS packet can be deduced.
The next RADIUS packet <bcp14>MUST</bcp14> be sent directly after the RADIUS packet before, that is, the peers <bcp14>MUST NOT</bcp14> add padding before, between, or after RADIUS packets.</t>
        <t>When receiving RADIUS packets, a RADIUS/TLS node <bcp14>MUST</bcp14> determine the borders of RADIUS packet based on the <tt>Length</tt> field in the RADIUS header.
Note that, due to the stream architecture of TLS, it is possible that a RADIUS packet is first recieved only partially, and the remainder of the packet is contained in following fragments.
Therefore, RADIUS/TLS peers <bcp14>MUST NOT</bcp14> assume that the packet length is invalid solely based on the currenlty available bytes in the stream.</t>
        <t>As an implementation note, it is <bcp14>RECOMMENDED</bcp14> that RADIUS/TLS implementations do not pass a single RADIUS packet to the TLS library in multiple fragments and instead assemble the RADIUS packet and pass it as one unit, in order to avoid unnecessary overhead when sending or receiving (especially if every new write generates a new TLS record) and wait times on the other peer.</t>
      </section>
      <section anchor="duplicates_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.
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 session, 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>Despite the above discussion, RADIUS/TLS 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 address 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="tcp-applications-are-not-udp-applications">
        <name>TCP Applications Are Not UDP Applications</name>
        <t>Implementers 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 and the possibility of increased transmission times 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.
Additionally, due to the architecture of TCP as reliable stream transport, TCP retransmissions can occur significantly later, even multiple seconds, after the original data was passed to the network stack by the application.
In contrast, RADIUS/UDP packets are usually received either quickly, or not at all, in which case the RADIUS/UDP stack triggers a retransmission of the packet on the application layer.</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-handling">
        <name>RADIUS packet handling</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 UDP packet to be larger than the Path MTU (PMTU), which causes the packet to be fragmented.
Implemententors and operators should be aware of the possibility of fragmented UDP packets.</t>
        <t>RADIUS/DTLS nodes <bcp14>MUST</bcp14> send exactly one RADIUS packet per DTLS record.
This ensures that the RADIUS packets do not get fragmented at a point where a re-ordering of UDP packets would result in decoding failures.
The DTLS specification mandates that a DTLS record must not span multiple UDP packets.
We note that a single UDP datagram may, however, contain multiple DTLS records.
RADIUS/DTLS nodes <bcp14>MAY</bcp14> use this behavior to send multiple RADIUS packets in one UDP packet.</t>
        <t>For the receiving RADIUS/DTLS node, the length checks defined in <xref section="3" sectionFormat="comma" target="RFC2865"/> still apply.
That is, a receiving RADIUS/DTLS node <bcp14>MUST</bcp14> perform all the length checks, but <bcp14>MUST</bcp14> use the length of the decrypted payload of the DTLS record instead of the UDP packet length.
Exactly one RADIUS packet is encapsulated in a DTLS record, and any data outside the range of the RADIUS length field within the decrypted payload of a single DTLS record <bcp14>MUST</bcp14> be treated as padding, as it would be with a RADIUS/UDP packet, and be ignored.
For DTLS messages containing multiple DTLS records, each DTLS record <bcp14>MUST</bcp14> be parsed individually.</t>
        <t>If a RADIUS packet should be re-transmitted, either as retransmission due to a missing response by the client or as retransmission of a cached response by the server, the RADIUS/DTLS peers <bcp14>MUST</bcp14> re-process the RADIUS packet through DTLS.
That is, for the purpose of retransmissions, RADIUS/DTLS peers cache the RADIUS packet, as a RADIUS/UDP peer would, and not the DTLS record that contains the RADIUS packet.</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.</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 <bcp14>MAY</bcp14> choose to use the method described here, or another, equivalent method.
When implementations do not use the 5-tuple described below, note that IP address based policies <bcp14>MUST</bcp14> still be applied for all incoming packets, similar to the mandated behavior for TLS Session Resumption in <xref target="tls_session_resumption"/>.</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>
        <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 5-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>
            <li>
              <t>protocol (fixed to <tt>UDP</tt>)</t>
            </li>
          </ul>
          <t>Note that this 5-tuple is independent of IP address version (IPv4 or IPv6).</t>
          <t>Each 5-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>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 5-tuple and entry) <bcp14>MUST</bcp14> be deleted when the DTLS session is closed for any reason.
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>Since UDP is stateless, the potential exists for the client to initiate a new DTLS session using a particular 5-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 5-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 5-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 5-tuple.
Non-compliant, or unexpected packets will be ignored by the DTLS layer.</t>
          </section>
        </section>
        <section anchor="client-session-management">
          <name>Client Session Management</name>
          <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>MAY</bcp14> use PMTU discovery <xref target="RFC6520"/> to determine the PMTU between the client and server, prior to sending any RADIUS traffic.
While a RADIUS client has limited to no possibilities to reduce the size of an outgoing RADIUS packet without unwanted side effects, it gives the RADIUS client the possibility to determine whether or not the RADIUS packet can even be sent over the connection.
IP fragmentation may not be functioning, so by determining the PMTU, the RADIUS client can preemptively select a different RADIUS server to send the RADIUS packet to.
Further discussion of this problem is deemed outside of the scope of this document.</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>One possible way to reduce the attack surface is to reduce the number of proxies in the overall proxy chain.
For this, dynamic discovery as defined in <xref target="RFC7585"/> can be used.</t>
        <section anchor="loopback-attack-on-peers-acting-as-server-and-client">
          <name>Loopback-Attack on Peers acting as Server and Client</name>
          <t>RADIUS/(D)TLS nodes that are configured to act both as client and server, typically in a proxy configuration, may be vulnerable to attacks where an attacker mirrors back all traffic to the node.
Therefore, nodes that are capable of acting as both client and server <bcp14>SHOULD</bcp14> implement mitigations to avoid accepting connections from itself.
One example of a potentially vulnerable configuration is a setup where the RADIUS/(D)TLS server is accepting incoming connections from any address (or a wide address range).
Since the server may not be able to verify the certificate subject or subject alternate names, the trust is based on the certificate issuer or certificate OID.
However, in this case, the client certificate which the RADIUS/(D)TLS node uses for outgoing connections on the client side might also satisfy the trust check of the server side.
Other scenarios where the identification of an outgoing connection satisfies the trust check of an incoming one are possible, but are not enumerated here.</t>
          <t>Either through misconfiguration, erroneous or spoofed dynamic discovery, or an attacker rerouting TLS packets, a proxy might thus open a connection to itself, creating a loop.
Such attacks have been described for TLS-PSK <xref target="RFC9257"/>, dubbed a selfie-attack, but are much broader in the RADIUS/(D)TLS case. In particular, as described above, they also apply to certificate based authentication.</t>
          <t>Implementations <bcp14>SHOULD</bcp14> therefore detect connections from itself, and reject them.
There is currently no detection method that works universally for all use-cases and TLS implementations.
Some possible detection methods are listed below:</t>
          <ul spacing="normal">
            <li>
              <t>Comparing client or server random used in the TLS handshake. While this is a very effective method, it requires access to values which are normally private to the TLS implementation.</t>
            </li>
            <li>
              <t>Sending a custom random number in an extension in the TLS client hello. Again, this is very effective, but requires extension of the TLS implementation.</t>
            </li>
            <li>
              <t>Comparing the incoming server certificate to all server certificates configured on the proxy. While in some scenarios this can be a valid detection method, using the same server certificate on multiple servers would keep these servers from connecting with each other, even when this connection is legitimate.</t>
            </li>
          </ul>
          <t>The application layer RADIUS protocol also offers some loop detection, e.g. using a Proxy-State attribute.
However, these methods are not capable of reliably detecting and suppressing these attacks in every case and are outside the scope of this document.</t>
        </section>
      </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 implementations 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.
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>
        <t>For cases where administrators need access to the decrypted RADIUS/(D)TLS traffic, we suggest using different approaches, like exporting the key material from TLS libraries according to <xref target="I-D.ietf-tls-keylogfile"/>.</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>SHOULD</bcp14> have a configurable limit of the number of sessions they can track.
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/(D)TLS servers <bcp14>MUST</bcp14> limit the number of partially open (D)TLS 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 (D)TLS sessions, RADIUS/(D)TLS servers <bcp14>SHOULD</bcp14> have a timeout on partially open (D)TLS sessions.
We recommend a limit of a few seconds, implementations <bcp14>SHOULD</bcp14> expose this timeout as configurable option to the administrator.
If a (D)TLS 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 accumulated permitted IP address ranges, individually for each transport.</t>
      </section>
      <section anchor="tls-session-lifetime-and-key-rotation">
        <name>TLS Session Lifetime and Key Rotation</name>
        <t>The underlying TLS sessions of RADIUS/(D)TLS connections may have a long lifetime.
Especially when dealing with high volume of RADIUS traffic, the encryption keys have to be rotated regularly, depending on both the amout of data which was tansferred, and on the encryption method.
See <xref section="5.5" sectionFormat="comma" target="RFC8446"/> and <xref target="I-D.irtf-cfrg-aead-limits"/> for more information.</t>
        <t>Implementers <bcp14>SHOULD</bcp14> be aware of this issue and determine whether the underlying TLS library automatically rotates encryption keys or not.
If the underlying TLS library does not perform the rotation automatically, RADIUS/(D)TLS implementations <bcp14>SHOULD</bcp14> perform this rotation manually, either by a key update of the existing TLS connection or by closing the TLS connection and opening a new one.</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>
        <t>Special considerations apply for clients behind a NAT, where some clients use RADIUS/UDP and others use RADIUS/(D)TLS.
A RADIUS server might not be able to detect if a RADIUS/(D)TLS client falls back to RADIUS/UDP, they will appear with the same source IP address to the server and use the same shared secret.
It is therefore <bcp14>RECOMMENDED</bcp14> to not use RADIUS/UDP and RADIUS/(D)TLS clients behind a NAT at the same time.</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>
    <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, implementers 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/(D)TLS servers must implement both certificates with PKIX trust model and TLS-PSK as means of mutual authentication.
RADIUS/(D)TLS 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).</t>
        </li>
        <li>
          <t>Reference: [RFCXXXX] (this document)</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>
        <referencegroup anchor="BCP195" target="https://www.rfc-editor.org/info/bcp195">
          <reference anchor="RFC8996" target="https://www.rfc-editor.org/info/rfc8996">
            <front>
              <title>Deprecating TLS 1.0 and TLS 1.1</title>
              <author fullname="K. Moriarty" initials="K." surname="Moriarty"/>
              <author fullname="S. Farrell" initials="S." surname="Farrell"/>
              <date month="March" year="2021"/>
              <abstract>
                <t>This document formally deprecates Transport Layer Security (TLS) versions 1.0 (RFC 2246) and 1.1 (RFC 4346). Accordingly, those documents have been moved to Historic status. These versions lack support for current and recommended cryptographic algorithms and mechanisms, and various government and industry profiles of applications using TLS now mandate avoiding these old TLS versions. TLS version 1.2 became the recommended version for IETF protocols in 2008 (subsequently being obsoleted by TLS version 1.3 in 2018), providing sufficient time to transition away from older versions. Removing support for older versions from implementations reduces the attack surface, reduces opportunity for misconfiguration, and streamlines library and product maintenance.</t>
                <t>This document also deprecates Datagram TLS (DTLS) version 1.0 (RFC 4347) but not DTLS version 1.2, and there is no DTLS version 1.1.</t>
                <t>This document updates many RFCs that normatively refer to TLS version 1.0 or TLS version 1.1, as described herein. This document also updates the best practices for TLS usage in RFC 7525; hence, it is part of BCP 195.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="195"/>
            <seriesInfo name="RFC" value="8996"/>
            <seriesInfo name="DOI" value="10.17487/RFC8996"/>
          </reference>
          <reference anchor="RFC9325" target="https://www.rfc-editor.org/info/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>
        </referencegroup>
        <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="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="RFC7930">
          <front>
            <title>Larger Packets for RADIUS over TCP</title>
            <author fullname="S. Hartman" initials="S." surname="Hartman"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>The RADIUS-over-TLS experiment described in RFC 6614 has opened RADIUS to new use cases where the 4096-octet maximum size limit of a RADIUS packet proves problematic. This specification extends the RADIUS-over-TCP experiment (RFC 6613) to permit larger RADIUS packets. This specification compliments other ongoing work to permit fragmentation of RADIUS authorization information. This document registers a new RADIUS code, an action that required IESG approval.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7930"/>
          <seriesInfo name="DOI" value="10.17487/RFC7930"/>
        </reference>
        <reference anchor="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="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="RFC9765">
          <front>
            <title>RADIUS/1.1: Leveraging Application-Layer Protocol Negotiation (ALPN) to Remove MD5</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="April" year="2025"/>
            <abstract>
              <t>This document defines Application-Layer Protocol Negotiation (ALPN) 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.</t>
              <t>This document updates RFCs 2865, 2866, 5176, 6613, 6614, and 7360.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9765"/>
          <seriesInfo name="DOI" value="10.17487/RFC9765"/>
        </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="RFC9813">
          <front>
            <title>Operational Considerations for Using TLS Pre-Shared Keys (TLS-PSKs) with RADIUS</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="July" year="2025"/>
            <abstract>
              <t>This document provides implementation and operational considerations for using TLS Pre-Shared Keys (TLS-PSKs) with RADIUS/TLS (RFC 6614) and RADIUS/DTLS (RFC 7360). The purpose of the document is to help smooth the operational transition from the use of RADIUS/UDP to RADIUS/TLS.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="243"/>
          <seriesInfo name="RFC" value="9813"/>
          <seriesInfo name="DOI" value="10.17487/RFC9813"/>
        </reference>
        <reference anchor="RFC2869">
          <front>
            <title>RADIUS Extensions</title>
            <author fullname="C. Rigney" initials="C." surname="Rigney"/>
            <author fullname="W. Willats" initials="W." surname="Willats"/>
            <author fullname="P. Calhoun" initials="P." surname="Calhoun"/>
            <date month="June" year="2000"/>
            <abstract>
              <t>This document describes additional attributes for carrying authentication, authorization and accounting information between a Network Access Server (NAS) and a shared Accounting Server using the Remote Authentication Dial In User Service (RADIUS) protocol described in RFC 2865 and RFC 2866. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2869"/>
          <seriesInfo name="DOI" value="10.17487/RFC2869"/>
        </reference>
        <reference anchor="RFC9257">
          <front>
            <title>Guidance for External Pre-Shared Key (PSK) Usage in TLS</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="J. Hoyland" initials="J." surname="Hoyland"/>
            <author fullname="M. Sethi" initials="M." surname="Sethi"/>
            <author fullname="C. A. Wood" initials="C. A." surname="Wood"/>
            <date month="July" year="2022"/>
            <abstract>
              <t>This document provides usage guidance for external Pre-Shared Keys (PSKs) in Transport Layer Security (TLS) 1.3 as defined in RFC 8446. It lists TLS security properties provided by PSKs under certain assumptions, then it demonstrates how violations of these assumptions lead to attacks. Advice for applications to help meet these assumptions is provided. This document also discusses PSK use cases and provisioning processes. Finally, it lists the privacy and security properties that are not provided by TLS 1.3 when external PSKs are used.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9257"/>
          <seriesInfo name="DOI" value="10.17487/RFC9257"/>
        </reference>
        <reference anchor="I-D.ietf-tls-keylogfile">
          <front>
            <title>The SSLKEYLOGFILE Format for TLS</title>
            <author fullname="Martin Thomson" initials="M." surname="Thomson">
              <organization>Mozilla</organization>
            </author>
            <author fullname="Yaroslav Rosomakho" initials="Y." surname="Rosomakho">
              <organization>Zscaler</organization>
            </author>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
              <organization>University of Applied Sciences Bonn-Rhein-Sieg</organization>
            </author>
            <date day="9" month="June" year="2025"/>
            <abstract>
              <t>   A format that supports logging information about the secrets used in
   a TLS connection is described.  Recording secrets to a file in
   SSLKEYLOGFILE format allows diagnostic and logging tools that use
   this file to decrypt messages exchanged by TLS endpoints.  This
   format is intended for use in systems where TLS only protects test
   data.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-ietf-tls-keylogfile-05"/>
        </reference>
        <reference anchor="I-D.irtf-cfrg-aead-limits">
          <front>
            <title>Usage Limits on AEAD Algorithms</title>
            <author fullname="Felix Günther" initials="F." surname="Günther">
              <organization>IBM Research Europe - Zurich</organization>
            </author>
            <author fullname="Martin Thomson" initials="M." surname="Thomson">
              <organization>Mozilla</organization>
            </author>
            <author fullname="Christopher A. Wood" initials="C. A." surname="Wood">
              <organization>Cloudflare</organization>
            </author>
            <date day="8" month="April" year="2025"/>
            <abstract>
              <t>   An Authenticated Encryption with Associated Data (AEAD) algorithm
   provides confidentiality and integrity.  Excessive use of the same
   key can give an attacker advantages in breaking these properties.
   This document provides simple guidance for users of common AEAD
   functions about how to limit the use of keys in order to bound the
   advantage given to an attacker.  It considers limits in both single-
   and multi-key settings.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-irtf-cfrg-aead-limits-10"/>
        </reference>
      </references>
    </references>
    <?line 938?>

<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.
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.
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.
It can be considered a result of the experiment in <xref target="RFC6614"/> that Trusted CA Indication can be an asset for inter-connectivity of multiple roaming consortia.</t>
      </section>
    </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:
H4sIAAAAAAAAA72963LjWJIm+J9PgVWZbUuzJDPumRE9M91KKaJTm3HRhiIq
q21sLBskQQklEGADoBSsytxnmb/zGrsvtn4/fg5AReRu25bNdIZI8OBc/Pj1
c/fZbDYp6r7s968mWXb1+u2bV9nRf/v45uwv8L//fjSBb6oCPjo+z/v8us03
J9mnNq+7bdP22dt8X7TZVbHctTBAdnx8fvLp7dVJ9rpetvttXzZ1tm7a7OPp
+cXnq6NJvli0xR0Mxh9kzR38mn9zNFnmfXHdtPtXWdevJpNm0TVV0Rfdq+zF
i8fPptn3T188mkxWzbLONzChVZuv+1lZ9OtZm6+KLz3+p9x1q77qZouymz16
Oel2i03ZdTCNfr+F31y8/vRmAu9/OsnbIod56MyPJvdNe3vdNrttmN3rv3wq
avxxdzS5LfbwxAq2aCarwX/BvCd3Rb0rcOse+HWW8fuPfoG3lPV19i/4LH6+
ycsKPucV/DOuZt6010eTSb7rb5oWx51lvOD/Pa9nb9piVbTlbfaxLJa3RdvB
91kGv3iVnRe7vlveFF32pmnhH7v6uquL/m/Zb9m/FO0mr7P3OR5IXmUfi67I
2+VNlter7PVqt6QvsvdFj7tAQ3Z9WxT9q+y0Kr7AU0W7rXIY6zF9uWxWMJ/H
jx5//wP/jcST/Vi0VVnLA7u6x5PkN+/pw4LX2srM/3m1ruergr5Sujh/857+
hjN5ld3f38/tGd2Eq75Yw1J+Keu+aMPi3zT1ihcBa+uLOodV67/ewGT4y2hl
T6ZZTmeXrYqs+ofPdQnE2JX9//0/3RqfPX3x3C3xNezrrNu1s9Pqb0XfF/Fi
3+6+FJtFs2uv/Xo7mvH8nmb8zy1Pal7tooV/fH316fX703jx7tlJ3cBG9jDF
V5NJWa/dX5PZbAbjwLLyZT+ZfLopuwwuyW4DlzrrtsWyXJdAFHnW263dts26
rAp3NbNdh2R5+GLTrabr+unsEvY8U27wwG/Ow48+n19meZf1N0U8jb5ZNtWc
Jw1LXVQF/pd5B8wHn5cJws/W63KJo9wXVYX/Xe2BJuCjvt11fdYWFR1yd1Nu
u2wBtFwUtf66K1o8XXxToZsiVG98ht5WfNnC/cK9g3sSPdhlJQz35oy4UXbM
A39HS8RrhN8gh7Jvzu2rZbNZlDW/YIOj9LjcaPA5H+OmXK2qYjL5+6u/roFy
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
vnngwuT/AXl0lgQcPwEA

-->

</rfc>
