<?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.30 (Ruby 3.4.8) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-radext-radiusdtls-bis-14" category="std" consensus="true" submissionType="IETF" obsoletes="6614, 7360" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.31.0 -->
  <front>
    <title abbrev="RadSec: RADIUS over TLS and DTLS">RadSec: RADIUS over Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-radext-radiusdtls-bis-14"/>
    <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="M." surname="Cullen" fullname="Margaret Cullen" role="editor">
      <organization>Painless Security</organization>
      <address>
        <postal>
          <street>4 High Street, Suite 206</street>
          <city>North Andover, MA</city>
          <code>01845</code>
          <country>USA</country>
        </postal>
        <email>margaret@painless-security.com</email>
      </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="2026" month="February" day="08"/>
    <area>Security</area>
    <workgroup>RADIUS EXTensions</workgroup>
    <keyword>RADIUS</keyword>
    <keyword>TLS</keyword>
    <abstract>
      <?line 56?>

<t>This document defines transport profiles for running RADIUS over Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS), allowing the secure and reliable transport of RADIUS messages.
RADIUS/TLS and RADIUS/DTLS are collectively referred to as RadSec.</t>
      <t>This document obsoletes RFC6614 and RFC7360, which specified experimental versions of RADIUS over TLS and DTLS.</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 62?>

<section anchor="introduction">
      <name>Introduction</name>
      <t>This document defines transport profiles for running RADIUS over Transport Layer Security (TLS) <xref target="RFC8446"/> <xref target="RFC5246"/> over TCP, and Datagram Transport Layer Security (DTLS) <xref target="RFC9147"/> <xref target="RFC6347"/> over UDP, allowing secure and reliable transport of RADIUS messages.
RADIUS/TLS and RADIUS/DTLS are collectively referred to as RadSec.  This document obsoletes <xref target="RFC6614"/> and <xref target="RFC7360"/>, which specified experimental versions of RADIUS over TLS and DTLS.</t>
      <t>RADIUS is a widely deployed Authentication, Authorization and Accounting (AAA) protocol defined in <xref target="RFC2865"/>, <xref target="RFC2866"/>, and <xref target="RFC5176"/>, among others.
Deployment experience has shown several shortcomings, such as dependency on the unreliable transport protocol, UDP, and a lack of confidentiality for large parts of RADIUS messages.
Additionally, the confidentiality and integrity mechanisms in RADIUS rely on the MD5 algorithm <xref target="RFC1321"/>, which does not meet modern security expectations.
Although RadSec does not remove the MD5-based mechanisms, it adds confidentiality and integrity protection through the TLS layer.
For an experimental version of RadSec without the need for MD5 see <xref target="RFC9765"/>.</t>
    </section>
    <section anchor="conventions-and-terminology">
      <name>Conventions and Terminology</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>The following terminology is used in this document:</t>
      <dl>
        <dt>RadSec:</dt>
        <dd>
          <t>A collective term for RADIUS/TLS and RADIUS/DTLS.</t>
        </dd>
        <dt>RADIUS/TLS:</dt>
        <dd>
          <t>A RADIUS exchange transmitted using TLS over TCP.</t>
        </dd>
        <dt>RADIUS/DTLS:</dt>
        <dd>
          <t>A RADIUS exchange transmitted using DTLS over UDP.</t>
        </dd>
        <dt>RADIUS/UDP:</dt>
        <dd>
          <t>RADIUS transported over UDP as defined in <xref target="RFC2865"/>.</t>
        </dd>
        <dt>RADIUS packet:</dt>
        <dd>
          <t>As defined in <xref section="3" sectionFormat="comma" target="RFC2865"/>.</t>
        </dd>
        <dt>RADIUS packet type:</dt>
        <dd>
          <t>As defined in <xref section="4" sectionFormat="comma" target="RFC2865"/>.</t>
        </dd>
        <dt>(D)TLS handshake message:</dt>
        <dd>
          <t>As defined in TLS <xref target="RFC8446"/> and DTLS <xref target="RFC9147"/>.</t>
        </dd>
        <dt>TLS record:</dt>
        <dd>
          <t>As defined in TLS <xref target="RFC8446"/>.</t>
        </dd>
        <dt>DTLS record:</dt>
        <dd>
          <t>As defined in DTLS <xref target="RFC9147"/>.  A DTLS record is always contained in one UDP datagram.</t>
        </dd>
        <dt>(D)TLS connection:</dt>
        <dd>
          <t>A single (D)TLS communication channel (with DTLS this is a synonym for association).</t>
        </dd>
        <dt>UDP datagram:</dt>
        <dd>
          <t>A UDP packet, including the header and data.</t>
        </dd>
        <dt>UDP (datagram) data:</dt>
        <dd>
          <t>The data payload of a UDP datagram.</t>
        </dd>
        <dt>RadSec client:</dt>
        <dd>
          <t>A RadSec instance that initiates a new connection.</t>
        </dd>
        <dt>RadSec server:</dt>
        <dd>
          <t>A RadSec instance that listens on a RADIUS-over-(D)TLS port and accepts new connections.</t>
        </dd>
        <dt>RadSec endpoint:</dt>
        <dd>
          <t>A RadSec client or server</t>
        </dd>
        <dt>RadSec peer:</dt>
        <dd>
          <t>A RadSec endpoint connected to the RadSec endpoint that is the primary subject of discussion.</t>
        </dd>
      </dl>
      <t>Whenever "(D)TLS", "RADIUS/(D)TLS" or "RadSec" is mentioned, the specification applies for both RADIUS/TLS and RADIUS/DTLS.
Where "TLS" or "RADIUS/TLS" is mentioned, the specification applies only for RADIUS/TLS.  Where "DTLS" or "RADIUS/DTLS" is mentioned, it only applies to RADIUS/DTLS.</t>
    </section>
    <section anchor="radsec-packet-and-connection-handling">
      <name>RadSec Packet and Connection Handling</name>
      <t>This section defines the behavior of RadSec endpoints for the handling of establishment of a (D)TLS connection and sending and receiving RADIUS packets.</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 anchor="portusage">
        <name>RadSec Packet Format, Default ports and shared secrets</name>
        <t>The format of RADIUS packets in RadSec is unchanged from the format specified in <xref target="RFC2865"/>, <xref target="RFC2866"/> and <xref target="RFC5176"/>.</t>
        <t>IANA has reserved server ports for RADIUS/TLS and RADIUS/DTLS.
Since authentication of peers, confidentiality, and integrity protection are provided by the (D)TLS layer, the shared secret for the RADIUS packets is set to a static string, which is different for each of TLS and DTLS.
The calculation of security-related fields such as Response-Authenticator, Message-Authenticator or encrypted attributes <bcp14>MUST</bcp14> be performed using the static shared secret.</t>
        <table>
          <thead>
            <tr>
              <th align="left">Protocol</th>
              <th align="left">Server 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>RadSec does not use separate ports for authentication, accounting and dynamic authorization changes.
The client source port used for a RadSec connections is not fixed -- it is typically an ephemeral port picked by the client Operating System.
For considerations regarding the multi-purpose use of one port for authentication and accounting see <xref target="radius_packets"/>.</t>
        <t>RadSec endpoints <bcp14>MUST NOT</bcp14> use the old RADIUS/UDP or RADIUS/TCP ports for RADIUS/DTLS or RADIUS/TLS.</t>
      </section>
      <section anchor="dtls-requirements">
        <name>(D)TLS requirements</name>
        <t>RadSec clients <bcp14>MUST</bcp14> establish a (D)TLS session immediately upon connecting to a new server.
All data received over a TCP or UDP port assigned for RadSec is opaque for the RADIUS client or server application and must be handled by the TLS or DTLS implementation.
Closing TLS connections and discarding invalid UDP datagrams are done by the (D)TLS implementation.</t>
        <t>RadSec does not provide for negotiation of (D)TLS in ongoing RADIUS communication.
 Instead, a server port is configured to always require (D)TLS.  Connection attempts to a (D)TLS port which do not use (D)TLS are not accepted by the server.
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 therefore need to be preconfigured to use RADIUS/(D)TLS for a given endpoint.
This action has to be taken by the administrators of the two systems.</t>
        <t>Implementations <bcp14>MUST</bcp14> follow the recommendations given in <xref target="RFC9325"/>, especially in regards to TLS versions, recommended cipher suites, and TLS session resumption.
Additionally, the following requirements have to be met for the (D)TLS connection:</t>
        <ul spacing="normal">
          <li>
            <t>Negotiation of a cipher suite providing for confidentiality as well as integrity protection is <bcp14>REQUIRED</bcp14>.</t>
          </li>
          <li>
            <t>The endpoints <bcp14>MUST NOT</bcp14> negotiate compression.</t>
          </li>
          <li>
            <t>The connection <bcp14>MUST</bcp14> be mutually authenticated (see <xref target="mutual_auth"/>).</t>
          </li>
        </ul>
        <t>The use of the 0-RTT feature of (D)TLS is <bcp14>NOT RECOMMENDED</bcp14>.
RADIUS packets may contain confidential data that should be protected by forward secrecy, which 0-RTT cannot provide.
If 0-RTT is used, implementations <bcp14>MUST</bcp14> also implement protection mechanisms against replay attacks.</t>
      </section>
      <section anchor="mutual_auth">
        <name>Mutual authentication</name>
        <t>RadSec servers <bcp14>MUST</bcp14> authenticate clients, and RadSec clients <bcp14>MUST</bcp14> authenticate servers.
RADIUS is designed to be used by mutually trusted systems.
Allowing anonymous clients would ensure privacy for RadSec 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 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-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 RadSec server implementations <bcp14>MUST</bcp14> implement this model.
RadSec client implementations <bcp14>SHOULD</bcp14> implement this model, but <bcp14>MUST</bcp14> implement either this model or TLS-PSK.</t>
          <t>If implemented, the following rules apply:</t>
          <ul spacing="normal">
            <li>
              <t>Implementations <bcp14>MUST</bcp14> allow the configuration of a trust base (i.e. a set of trusted Certificate Authorities (CAs)<xref target="RFC5280"/>) for new TLS connections.  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>MAY</bcp14> indicate their trust anchors when opening or accepting TLS connections.
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 set of trust anchors; issuance of a new CRL for a CA in the set of trust anchors), implementations <bcp14>SHOULD</bcp14> reassess the continued validity of the certificate path of all connected peers.  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 then possibly re-opened with updated credentials.</t>
            </li>
          </ul>
          <t>RadSec endpoints <bcp14>SHOULD NOT</bcp14> be pre-configured with a set of trusted CAs by the vendor or manufacturer that are enabled by default.
Instead, the endpoints <bcp14>SHOULD</bcp14> start off with an empty CA set as the trust base.
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 set of trusted CAs in their products, but the enabling of those lists should require an explicit act by an administrator.</t>
          <t>RadSec clients <bcp14>MUST</bcp14> follow <xref target="RFC9525"/> when validating RadSec server identities. RadSec servers also follow <xref target="RFC9525"/> when validating RadSec client identities with some additional rules.</t>
          <t>Specific details are provided below:</t>
          <ul spacing="normal">
            <li>
              <t>Certificates <bcp14>MAY</bcp14> include a single wildcard in the identifiers of DNS names and realm names, but only as the complete, left-most label.</t>
            </li>
            <li>
              <t>RadSec clients validate the server's identity to match their local configuration, accepting the identity on the first match:
              </t>
              <ul spacing="normal">
                <li>
                  <t>If the expected RadSec 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 RadSec 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 RadSec 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 server's identity, but they <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>RadSec servers validate the certificate of the RadSec 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"/>.</t>
                </li>
                <li>
                  <t>Some servers <bcp14>MAY</bcp14> be configured to accept a client coming from a range or set of IP addresses.  In this case, the server <bcp14>MUST</bcp14> verify that the client IP address of the current connection is a member of the range or set of IP addresses, and the server <bcp14>MUST</bcp14> match the client IP address of the current connection against the presented identifiers of any subjectAltName entry of type iPAddress <xref target="RFC5280"/>.</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 client's authorization <bcp14>MUST</bcp14> then be validated using a certificate policy extension <xref section="4.2.1.4" sectionFormat="comma" target="RFC5280"/> unless both endpoints 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="tlspsk">
          <name>Authentication using TLS-PSK (TLS-PSK)</name>
          <t>RadSec server implementations <bcp14>MUST</bcp14> support the use of TLS-PSK.
RadSec client implementations <bcp14>SHOULD</bcp14> support the use of TLS-PSK, but <bcp14>MUST</bcp14> implement either this model or TLS-X.509-PKIX.</t>
          <t>Further guidance on the usage of TLS-PSK in RadSec 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, as the shared secret is associated with the origin IP address.
With RadSec, the shared secret has a fixed value and multiple distinct RadSec clients can connect from the same IP address.
This requires changing the method of identifying individual clients from RADIUS/UDP.</t>
        <t>Depending on the trust model used, the RadSec client identity is determined as follows.</t>
        <t>With TLS-PSK, a client is uniquely identified by its TLS-PSK identifier (<xref section="6.2" sectionFormat="comma" target="RFC9813"/>).</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 handshake 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>See <xref section="6.2.1" sectionFormat="comma" target="RFC9813"/> for further discussion on this topic.</t>
      </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 connection and increases network responsiveness.
This is especially helpful when using short idle timeouts.</t>
        <t>RadSec clients and servers <bcp14>SHOULD</bcp14> implement session resumption.
Implementations supporting session resumption <bcp14>MUST</bcp14> cache data during the initial full handshake, sufficient to allow authorization decisions to be made during resumption.
For RadSec servers, this should preferably be done using stateless session resumption as specified in <xref target="RFC5077"/> for TLS 1.2 or <xref target="RFC8446"/> for TLS 1.3, to reduce the resource usage for cached data.</t>
        <t>When establishing a (D)TLS connection with session resumption, 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 connection that used session resumption is closed by the server before the resumed DTLS session can be established, the RadSec client <bcp14>MUST NOT</bcp14> re-attempt session resumption but perform a full TLS handshake instead.</t>
      </section>
      <section anchor="radius_packets">
        <name>RADIUS packets</name>
        <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 RadSec specification does not change the client/server architecture of RADIUS.
RadSec clients transmit the same packet types on the connection they initiated as a RADIUS/UDP client would, and RadSec 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"/>, RadSec uses the same port for Authentication and Accounting packets.
As non-exhaustive example, a RadSec client can transmit packets of type Access-Request, Accounting-Request, Status-Server, Disconnect-ACK over the same connection, and a RadSec 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 RadSec uses the same connection for all RADIUS packets.
Due to the use of one single port for all packet types, clients might send packets to the server which it cannot process.
Without a response from the server, the client has to wait for the requests to time out before reusing the request id, leading to resource exhaustion of the limited id space.</t>
        <t>A server <bcp14>MAY</bcp14> therefore respond with a Protocol-Error packet as defined in <xref section="4" sectionFormat="comma" target="RFC7930"/>, to alleviate this situation and signal that it was unable to process a packet.
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>RadSec clients <bcp14>MUST</bcp14> accept Protocol-Error as a valid response and thus stop any retransmission of the original packet over the current connection.
Further details of handling the Protocol-Error reply on the client side are outside of the scope of this document, see <xref target="I-D.dekok-protocol-error"/> for a more detailed description of Protocol-Error.</t>
        <t>Note that sending Protocol-Error in response to unwanted packets replaces the use of CoA-NAK, Disconnect-NAK and Accounting-Response in these situations as specified in <xref target="RFC6614"/>.
See further details in <xref target="unwanted_packet_handling"/> below.</t>
      </section>
      <section anchor="detecting-live-servers">
        <name>Detecting Live Servers</name>
        <t>RadSec implementations <bcp14>MUST</bcp14> utilize the existence of a TCP, TLS or DTLS connection where applicable in addition to the application-layer watchdog defined in <xref section="3.4" sectionFormat="comma" target="RFC3539"/> when determining the liveness of each connection.</t>
        <t>As RADIUS is a "hop-by-hop" protocol, proxies hide information about the topology downstream to the client.
While the client may be able to deduce the operational state of the next-hop (i.e. proxy), it is unable to determine the operational state of any hops beyond it.
This is particularly problematic for topologies that aggregate multiple routes for differing realms behind a proxy where the absence of a reply could lead to a client to incorrectly deduce that the proxy is unavailable when the cause was an unresponsive downstream hop for a single realm.
A similar effect may also be seen on home servers that uses different credential backends for each realm they service.</t>
        <t>To avoid these issues, RadSec clients <bcp14>MUST</bcp14> only mark a connection 'DOWN' (as labelled by <xref section="3.4" sectionFormat="comma" target="RFC3539"/>) if one or more of the following conditions are met:</t>
        <ul spacing="normal">
          <li>
            <t>The network stack indicates that the connection is no longer viable; such as the destination being no longer routable or the underlying TCP connection being closed by the peer.</t>
          </li>
          <li>
            <t>The transport layer, D(TLS), provides no usable connection</t>
          </li>
          <li>
            <t>The application-layer watchdog algorithm has marked it 'DOWN'.</t>
          </li>
        </ul>
        <t>When a client opens multiple connections to a server, it is also possible that only one of the connections is unresponsive, e.g. because the server deleted the DTLS connection shared state or the connection was load balanced on the server side to a backend server that is now unresponsive.
Therefore, the liveness check <bcp14>MUST</bcp14> be done on a per-connection basis, and a failure on one connection <bcp14>MUST NOT</bcp14> lead to all connections to this server being marked down.</t>
        <t>RadSec clients <bcp14>MUST</bcp14> implement the Status-Server extension as described in <xref target="RFC5997"/> as the application level watchdog to detect the liveness of the peer in the absence of responses.
RadSec 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 RadSec clients reserve ID zero (0) on each connection for Status-Server packets.
This value was picked arbitrarily, as there is no reason to choose any other value over another for this use.</t>
        <t>For RADIUS/TLS, the endpoints <bcp14>MAY</bcp14> send TCP keepalives as described in <xref section="3.8.4" sectionFormat="comma" target="RFC9293"/>.
For RADIUS/DTLS connections, the endpoints <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 anchor="client-timers">
        <name>Client Timers</name>
        <t>RadSec clients may need to reconnect to a server that rejected their connection attempt and retry RADIUS packets which did not get an answer.
The following sections define the client behavior.</t>
        <section anchor="reconnection-attempts">
          <name>Reconnection attempts</name>
          <t>RadSec endpoints establish a (D)TLS connection before transmitting any RADIUS packets.
Therefore, in addition to retransmission of RADIUS packets, RadSec clients also have to perform connection retries.</t>
          <t>Except in cases where a connection attempt with session resumption was closed by the RadSec server, RadSec clients <bcp14>MUST NOT</bcp14> immediately reconnect to a server after a failed connection attempt.
A connection attempt is treated as failed if it fails at any point until a (D)TLS connection is established successfully.
Typical reconnections <bcp14>MUST</bcp14> have a lower bound for the time in between retries.
The lower bound <bcp14>SHOULD</bcp14> be configurable, but <bcp14>MUST NOT</bcp14> be less than 0.5 seconds.
In cases where the server closes the connection on an attempted TLS session resumption, the client <bcp14>MUST NOT</bcp14> use TLS session resumption for the following connection attempt.</t>
          <t>RadSec clients <bcp14>MUST</bcp14> implement an algorithm for handling the timing of such reconnection attempts that includes an exponential back-off.
Using an algorithm similar to the retransmission algorithm defined in <xref section="2.2.1" sectionFormat="comma" target="RFC5080"/> is <bcp14>RECOMMENDED</bcp14>.
If a different algorithm is used, it <bcp14>SHOULD</bcp14> include a configurable lower and upper bound for the time between retries, a configurable timeout after which the client gives up reconnecting, and a jitter.</t>
          <t>When a reconnection attempt is queued on a reconnection timer, adding subsequent RADIUS packets to be sent <bcp14>SHOULD NOT</bcp14> trigger an immediate reconnection attempt or reset the reconnection timer.
Instead, the algorithm <bcp14>SHOULD</bcp14> continue as it would have without the new RADIUS packet.
However, a client <bcp14>MAY</bcp14> reset the timeout for giving up reconnecting when a new RADIUS packet is queued.</t>
          <t>Where the connection to a RadSec 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>RadSec clients <bcp14>MUST</bcp14> implement timers for managing packet retransmissions and timeouts, 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 implementation <bcp14>MUST</bcp14> have similar properties of including jitter, exponential backoff and a maximum retransmission count (MRC) and/or maximum retransmission duration (MRD).</t>
          <t>For the following description, we use "retransmission" to mean the sending of the exact same packet over the same connection and "retry" to mean the sending of a new RADIUS packet with the same logical contents, but over a different connection or with other details changed.
When a packet is retransmitted, the previously encoded packet contents are sent without change.
When a packet is retried, it goes through the usual RADIUS processing (e.g. allocation of a new RADIUS ID, new Authenticator) and is re-encoded and re-signed.</t>
          <t>When a connection fails or is closed, a RadSec client <bcp14>SHOULD</bcp14> retry packets over a different connection, either a different connection to the same server or a different configured server in the same load-balancing/failover pool.
In order to keep the timers consistent, the timers associated with a packet <bcp14>SHOULD NOT</bcp14> be changed when a packet is moved from one connection to another.
A RadSec client <bcp14>MUST</bcp14> associate a packet with exactly one connection until either the connection is closed, in which case the association moves to a new connection, or the timers reach MRC or MRD, in which case the packet is discarded.</t>
          <t>The requirements for actions from timers differ for RADIUS/TLS and RADIUS/DTLS.</t>
          <t>As UDP is not a reliable transport, RADIUS/DTLS clients <bcp14>MUST</bcp14> retransmit packets when indicated by the timers to deal with packets dropped by the network.
When the timers reach MRC or MRD, the packet is discarded.</t>
          <t>Since TCP is a reliable transport, RADIUS/TLS clients <bcp14>MUST NOT</bcp14> retransmit packets when indicated by the timers.
They <bcp14>SHOULD</bcp14> still run the full timer algorithm to determine if the maximum retransmission count (MRC) has been reached.
RADIUS/TLS clients will then use MRC or MRD to determine that a packet has not received a response and the ID of this packet can be re-used for new packets.</t>
          <t>See <xref target="duplicates_retransmissions"/> for more discussion on retransmission behavior.</t>
        </section>
      </section>
      <section anchor="dtls-connection-limits-and-timeout">
        <name>(D)TLS connection limits and timeout</name>
        <t>While RADIUS/UDP could be implemented mostly stateless (except for the requests in flight and possibly <xref section="2.2.2" sectionFormat="comma" target="RFC5080"/> deduplication), both TCP/TLS as well as DTLS require additional state tracking of the underlying (D)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 (D)TLS connection is needed, the server <bcp14>MUST</bcp14> either drop an old connection in order to open the new one or else not create a new connection.</t>
        <t>The close notification of (D)TLS or underlying connections are not fully reliable, or connections might be unnecessarily kept alive by heartbeat or watchdog traffic, occupying resources.
Therefore, both RadSec 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 it <bcp14>SHOULD</bcp14> be possible to disable idle timeouts completely.</t>
        <t>On the server side, this mostly helps avoid resource exhaustion.
For clients, proactively closing connections 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-dtls-connection-closure-of-incoming-connections">
        <name>Behavior on (D)TLS connection closure of incoming connections</name>
        <t>If an incoming (D)TLS connection or the underlying transport channel is closed or broken, then there is no way to send a RADIUS response packet to the client.
The RadSec server behavior then depends on the types of packets being processed, and on the role of the server.</t>
        <t>A RadSec server <bcp14>MUST</bcp14> discard or stop all requests that are associated with the closed connection.  This requirement also applies to proxied requests which are associated with the incoming request.
As no response can be sent over the now-closed (D)TLS connection, any further processing of those 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 authentication 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 (see <xref target="radius_packet_handling"/>).
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>Subject to the discussion below, implementations of this specification <bcp14>SHOULD</bcp14> treat the text on "silently discard" packets in the RADIUS specifications as "silently discard the packet 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 it is reasonable that a connection <bcp14>MAY</bcp14> remain open:</t>
        <ul spacing="normal">
          <li>
            <t>Packet with an invalid code field (see <xref target="radius_packets"/> 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>These requirements reduce the possibility for a misbehaving client or server to wreak havoc on the network.</t>
      </section>
      <section anchor="cross-protocol-considerations">
        <name>Cross Protocol Considerations</name>
        <t>A client may be configured to use multiple servers, and therefore needs to be able to distinguish servers from one another.  Those servers may use different transport protocols, in any combination.  For example, a client may be configured with a RADIUS/UDP server, and RADIUS/DTLS server, and a RADIUS/TLS server all at the same time.  These servers may share IP addresses, but not the same UDP or TCP ports.  These considerations also affect RADIUS servers.</t>
        <t>RADIUS implementations <bcp14>MUST</bcp14> be able to distinguish servers by at least the 3-tuple of:</t>
        <ul spacing="normal">
          <li>
            <t>protocol (one of RADIUS/UDP, RADIUS/DTLS, or RADIUS/TLS)</t>
          </li>
          <li>
            <t>server IP,</t>
          </li>
          <li>
            <t>server port.</t>
          </li>
        </ul>
        <t>Implementations <bcp14>MUST NOT</bcp14> exchange both insecure and secure traffic on the same UDP or TCP port.  It is <bcp14>RECOMMENDED</bcp14> that implementations make it impossible for such a configuration to be created.</t>
        <t>Where a server accepts packets on multiple different 3-tuples (protocol, server IP, server port), it <bcp14>MUST</bcp14> track clients independently for each 3-tuple combination.  A RADIUS client has no way of knowing if different 3-tuple combinations are all managed by the same RADIUS server.  Therefore, the server behavior has to be compatible with the clients expectations.</t>
        <t>When a server receives a packet from a source IP address on a 3-tuple, it <bcp14>MUST</bcp14> process that packet according to the profile for that 3-tuple.  This requirement means that (for example), a server can be configured to accept RADIUS/UDP traffic on multiple UDP ports, and then have a completely different (and non-overlapping) set of clients configured for each port.</t>
        <t>While this behavior is not required by previous specifications, it codifies long-standing practices.  As such, existing server implementations likely do not need to do anything in order to support the requirements of this section.</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 the underlying transport protocol to indicate the start of a new packet, the RADIUS/TLS endpoints have to keep track of the packet borders by examining the header of the received RADIUS packets.</t>
        <t>After the TLS connection is established, a RADIUS/TLS endpoint <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 current RADIUS packet can be deduced.
The next RADIUS packet <bcp14>MUST</bcp14> be sent directly after the current RADIUS packet, that is, the endpoints <bcp14>MUST NOT</bcp14> add padding before, between, or after RADIUS packets.</t>
        <t>When receiving RADIUS packets, a RADIUS/TLS endpoint <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 received only partially, and the remainder of the packet is contained in following fragments.
Therefore, RADIUS/TLS endpoints <bcp14>MUST NOT</bcp14> assume that the packet length is invalid solely based on the currently available data in the stream.  More data may come at a later time.</t>
        <t>It is <bcp14>RECOMMENDED</bcp14> that RADIUS/TLS implementations pass a RADIUS packet to the TLS library as one unit, instead of in multiple fragments.  This behavior avoids unnecessary overhead when sending or receiving (especially if every new write generates a new TLS record) and wait times on the other endpoint.</t>
      </section>
      <section anchor="duplicates_retransmissions">
        <name>Duplicates and Retransmissions</name>
        <t>As TCP is a reliable transport, RADIUS/TLS endpoints <bcp14>MUST NOT</bcp14> retransmit RADIUS packets over a given TCP connection.
However, if the TLS connection or TCP connection is closed or broken, retries 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 connection, 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 clients <bcp14>MUST NOT</bcp14> perform retries by sending a packet on a different protocol or connection (i.e. switching from TLS to DTLS or vice versa).  However, when a connection fails, a RADIUS client <bcp14>MAY</bcp14> send packets associated with that connection over a different configured connection or server.
This requirement does not, therefore, forbid the practice of putting servers with the same IP address and port but different protocols into a failover or load-balancing pool.
In that situation, RADIUS requests <bcp14>MAY</bcp14> be sent to another server that is known to be part of the same pool.</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.
Implementers and operators should be aware of the possibility of fragmented UDP packets.
For details about issues with fragmentation see <xref target="RFC8900"/>.</t>
        <t>RADIUS/DTLS endpoints <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 datagrams.
We note that a single UDP datagram may, however, contain multiple DTLS records.
RADIUS/DTLS endpoints <bcp14>MAY</bcp14> use this behavior to send multiple RADIUS packets in one UDP packet.</t>
        <t>For the receiving RADIUS/DTLS endpoint, the length checks defined in <xref section="3" sectionFormat="comma" target="RFC2865"/> still apply.
That is, a receiving RADIUS/DTLS endpoint <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.  RADIUS implementations <bcp14>MUST NOT</bcp14> discard packets simply due to the existence of padding.
For UDP datagrams containing multiple DTLS records, each DTLS record <bcp14>MUST</bcp14> be parsed individually.</t>
        <t>If a RADIUS packet needs to 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 endpoints <bcp14>MUST</bcp14> re-process the RADIUS packet through DTLS.
That is, for the purpose of retransmissions, RADIUS/DTLS endpoints cache the RADIUS packet, as a RADIUS/UDP endpoint would, and do not cache 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 received packets <bcp14>MUST</bcp14> be treated as being RADIUS/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.
As such, a RADIUS/DTLS server <bcp14>MUST</bcp14> maintain a "DTLS Required" flag per client.</t>
        <t>This flag indicates whether or not that 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.  All non-DTLS traffic <bcp14>MUST</bcp14> be silently discarded.</t>
        <t>This flag is normally 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.
A server <bcp14>MAY</bcp14> automatically mark the client as "DTLS Required".</t>
      </section>
      <section anchor="client-behavior">
        <name>Client behavior</name>
        <t>When a RADIUS/DTLS client sends packet to a 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>
    <section anchor="implementation-considerations">
      <name>Implementation Considerations</name>
      <t>This section discusses topics related to the internal behavior of RadSec implementations that should be considered by RadSec implementers.</t>
      <section anchor="radius-implementation-changes">
        <name>RADIUS Implementation Changes</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 remain unchanged when using RadSec:</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 to the establishment of the (D)TLS connection.
The fact that RADIUS remain largely unchanged ensures the simplest possible implementation and widest interoperability of the specification.
This reuse includes the usage of the outdated security mechanisms in RADIUS that are based on shared secrets and MD5.
The use of MD5 here 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.  See also <xref section="1" sectionFormat="comma" target="RFC9765"/> for a discussion of issues related to the continued use of MD5, even in situations where its use is known to be safe.</t>
        <t>We note that for RADIUS/DTLS the DTLS encapsulation of RADIUS means that UDP datagrams include an additional overhead due to DTLS.
This is discussed further in <xref target="dtls_spec"/>.</t>
        <section anchor="unwanted_packet_handling">
          <name>Differences from RFC 6614 unwanted RADIUS packet handling</name>
          <t>The previous specification of RADIUS/TLS in <xref target="RFC6614"/> recommends to send a reply to unwanted RADIUS packets that depends on the request type:</t>
          <ul spacing="normal">
            <li>
              <t>For unwanted CoA-Requests or Disconnect-Requests, the servers should respond with a CoA-NAK or Disconnect-NAK, respectively.</t>
            </li>
            <li>
              <t>For unwanted Accounting-Requests, the servers should respond with an Accounting-Response containing an Error-Cause attribute with the value 406 ("Unsupported Extension").</t>
            </li>
          </ul>
          <t><xref target="RFC6614"/> also recommends 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.</t>
          <t>Compared to the <xref target="RFC6614"/> recommended replies (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.
Therefore these <xref target="RFC6614"/> recommended reply message types are now replaced with the Protocol-Error packet type.</t>
        </section>
      </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 generally will accept the packets, buffer them, and hope that they can be be sent outbound before the client gives up on the request.  Other courses of action are possible, but are implementation specific.  See <xref target="I-D.dekok-protocol-error"/> for more discussion on this topic.</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 RADIUS 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.
See <xref target="radius_packet_handling"/> for details on retransmitting RADIUS packets over DTLS.</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 RadSec 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 occurred.
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 Accounting-Request packets to be retransmitted without change.
In contrast, updating Acct-Delay-Time would require that the client create and send a new Accounting-Request packet without signaling 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 one or more RADIUS proxies 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 server 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 RadSec 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"/>.
Where RadSec clients do include Acct-Delay-Time in RADIUS packets, the client can rely on the Event-Timestamp to signal delays, and therefore <bcp14>SHOULD NOT</bcp14> update the Acct-Delay-Time. If the timer has determined that the original packet has been completely lost, the client <bcp14>SHOULD</bcp14> then create a new RADIUS packet with the same information, but and <bcp14>MAY</bcp14> update Acct-Delay-Time.
This behavior ensures that there is no congestive collapse, since a new packet is only created if following hops have also given up on retransmission.
The Event-Timestamp is then interpreted as the time at which the event occurred.  Where Acct-Delay-Time exists, it is then interpreted as the delay between the event and when the packet was sent. Systems <bcp14>MUST NOT</bcp14> subtract the Acct-Delay-Time from Event-Timestamp to derive a time at which the event occurred; that time is exactly Event-Timestamp.  The existence of Acct-Delay-Time instead serves as an additional indication of delays in sending the packet.
Leaving the Acct-Delay-Time static 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="additional-verification-of-peers">
        <name>Additional Verification of Peers</name>
        <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 information from the TLS connection and 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>Similar to the PKIX trust model, clients using TLS-PSK may have additional policies to determine whether a client should be allowed to connect.
Therefore, In TLS-PSK operation, at least the following information from 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="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 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 endpoint is lost, that loss has no effect on subsequent packets sent by that endpoint.</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 endpoints 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.
In severe cases, this may have a noticeable effect on all authentications that run over the congested connection, especially authentications with multiple round trips such as EAP-based autentications.
In contrast, when a RADIUS/UDP or RADIUS/DTLS packet is lost, only this authentication session is affected.
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.
This can impact or distort the accuracy of RADIUS attributes for timing which assume a negligible network delay, namely Acct-Delay-Time.</t>
      </section>
      <section anchor="dtls-session-management">
        <name>DTLS 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 using the 5-tuple method <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"/> for DTLS 1.2 and <xref section="5.1" sectionFormat="comma" target="RFC9147"/> for DTLS 1.3.
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 generally be reached by simply processing the packet through the existing DTLS 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.
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.
Sending RADIUS packets that exceed the PMTU between the client and the server will result in IP fragmentation.
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 topic is 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 RadSec.</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 RadSec are listed below.</t>
      <section anchor="mixing-secure-and-insecure-traffic">
        <name>Mixing Secure and Insecure Traffic</name>
        <t>It is <bcp14>RECOMMENDED</bcp14> that servers do not accept both secure and insecure traffic from the same source IP address.  Allowing RADIUS/UDP and RADIUS/DTLS from the same client exposes the traffic to downbidding attacks and is <bcp14>NOT RECOMMENDED</bcp14>.</t>
        <t>Administrators of a client can place servers into a load-balance or fail-over pools, no matter what the combination of values in the 3-tuple which identifies a server. However, administrators should limit these pools to servers with a similar security profile, e.g. all UDP, or all (D)TLS. Mixing insecure traffic with secure traffic will likely create security risks.</t>
      </section>
      <section anchor="radius-proxies">
        <name>RADIUS Proxies</name>
        <t>RadSec provides authentication, integrity and confidentiality protection for RADIUS traffic for a single hop between two RADIUS endpoints.
In the presence of proxies, 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 critical RADIUS attributes from inspection by such proxies.
One common method is to protect user credentials by using the Extensible Authentication Protocol (EAP) and EAP methods that utilize TLS.
However, in typical use cases there still remain attributes potentially containing confidential data (such as personally identifiable information or cryptographic keys) which cannot be protected from inspection by proxies.</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 RadSec from one endpoint, to forward this packet to a different endpoint using the RADIUS/UDP transport profile.
Since with RADIUS/UDP, the packet is sent in cleartext, an eavesdropper can observe the packet over the RADIUS/UDP hops.
There is no technical solution that enforces that a RADIUS packet is transported only via secure RADIUS transports over the whole path with the current specification.
If the confidentiality of the full 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 RadSec 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-endpoints-acting-as-server-and-client">
          <name>Loopback-Attack on endpoints acting as Server and Client</name>
          <t>RadSec endpoints 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 endpoint.
Therefore, endpoints 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 RadSec 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 and/or on the contents of the certificate policies extension <xref section="4.2.1.4" sectionFormat="comma" target="RFC5280"/>.
However, in this case, the client certificate which the RadSec endpoint 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 RadSec case.
In particular, as described above, they also apply to certificate based authentication.</t>
          <t>Server 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>Some TLS implementations offer cipher suites with NULL encryption, to allow inspection of the plaintext with packet sniffing tools.
Since with RadSec 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 RadSec.</t>
        <t>For cases where administrators need access to the decrypted RadSec 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 invalid RADIUS packet would fail the cryptographic checks and the server would silently discard the that packet.
For RadSec, 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 RadSec server <bcp14>SHOULD</bcp14> have configurable limits on new connection attempts, and where configured, <bcp14>MUST</bcp14> enforce those limits.</t>
        <t>Both TLS and DTLS need to store connection information for each open (D)TLS connection.
Especially with DTLS, a bogus or misbehaving client could open an excessive number of DTLS connections.
This connection tracking could lead to a resource exhaustion on the server side, triggering a Denial-of-Service.
Therefore, RadSec servers <bcp14>SHOULD</bcp14> have a configurable limit of the number of connections they can track, and where configured, <bcp14>MUST</bcp14> enforce those limits.
When the total number of connections tracked is going to exceed the configured limit, servers <bcp14>MAY</bcp14> free up resources by closing the connection that has been idle for the longest time.
Doing so may free up idle resources that then allow the server to accept a new connection.</t>
        <t>RadSec servers <bcp14>MUST</bcp14> limit the number of partially open (D)TLS connections 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 connections, RadSec servers <bcp14>SHOULD</bcp14> have a timeout on partially open (D)TLS connections.
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 connection is not established within this timeframe, it is likely that this connection is either not from a valid client, or it is from a valid client with unreliable connectivity.
In contrast, an established connection might not send packets for longer periods of time, but since the endpoints are mutually authenticated, leaving a connection available 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 RadSec 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, RadSec servers <bcp14>SHOULD</bcp14> keep a list of the accumulated permitted IP address ranges, individually for each transport.</t>
      </section>
      <section anchor="tls-connection-lifetime-and-key-rotation">
        <name>TLS Connection Lifetime and Key Rotation</name>
        <t>The RadSec 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 amount of data which was transferred, 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, RadSec 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="connection-closing-on-malformed-packets">
        <name>Connection Closing On Malformed Packets</name>
        <t>If malformed RADIUS packets are received or the packets fail the authenticator checks, this specification requires that the (D)TLS connection be closed.
The reason is that the connection is expected to be used for transport of RADIUS packets only.</t>
        <t>Any non-RADIUS traffic on that connection 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>On the other hand, we want to avoid situations in which a third party can trigger such a connection closure, e.g. by sending a RADIUS packet with attributes the RadSec server does not understand.
If a RadSec endpoint would close the connection when receiving such packets, an attacker could repeatedly send such packets to disrupt the RadSec connection.
Leaving the connection open and ignoring unknown attributes also ensures forward compatibility.</t>
      </section>
      <section anchor="migrating-from-radiusudp-to-radsec">
        <name>Migrating from RADIUS/UDP to RadSec</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 RadSec.
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 RadSec 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 RadSec, 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, as defined in <xref section="4.1.3" sectionFormat="comma" target="RFC9813"/>, any shared secret used with RADIUS/UDP before <bcp14>MUST NOT</bcp14> be used with RadSec and (D)TLS-PSK.
We also strongly recommend implementers to not reuse the configuration option for the RADIUS/UDP shared secret in the existing user interfaces for the (D)TLS-PSK too.
Instead, these should be separate input fields in order to prevent accidental reuse of an existing shared secret when switching to (D)TLS-PSK.</t>
        <t>When upgrading from RADIUS/UDP to RadSec, 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 RadSec, an attacker could disrupt the RadSec communication and force a downgrade to RADIUS/UDP.
To prevent this it is <bcp14>RECOMMENDED</bcp14> that, when the migration to RadSec is completed, the RADIUS/UDP configuration is removed.
RadSec clients <bcp14>MUST NOT</bcp14> fall back to RADIUS/UDP if the RadSec 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 RadSec.
A RADIUS server might not be able to detect if a RadSec 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>NOT RECOMMENDED</bcp14> to use both RADIUS/UDP and RadSec 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 the client 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, perhaps via an internal API, or 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.
So long as the proxy implements RadSec, other subsystems that do not implement RadSec do not need to be updated to support it.  They can instead leverage the functionality of the local proxy to leverage the benefits of (D)TLS.
(D)TLS connections opened by the proxy can remain open for a long period of time, even when client subsystems are restarted.
The proxy can be configured to do RADIUS/UDP to some servers and RadSec to others.</t>
        <t>Delegation of responsibilities and separation of tasks are important security principles.
By moving all RadSec 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.
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 hardware, 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 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, RadSec servers must implement both certificates with PKIX trust model and TLS-PSK as means of mutual authentication.
RadSec 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 and the Assignment Notes to radsec in the Service Name and Transport Protocol Port Number Registry:</t>
      <t>For TCP:
* Service Name: radsec
* Port Number: 2083
* Transport Protocol: tcp
* Description: Secure RADIUS Service
* 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).
* Reference: [RFCXXXX] (this document)</t>
      <t>For UDP:
* Service Name: radsec
* Port Number: 2083
* Transport Protocol: udp
* Description: Secure RADIUS Service
* Assignment notes: The UDP port 2083 was already previously assigned by IANA for "RadSec", an early implementation of RADIUS/DTLS, prior to issuance of the experimental RFC 7360. [RFCXXXX] updates RFC 7360 (RADIUS/DTLS).
* Reference: [RFCXXXX] (this document)</t>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <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="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="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="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="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="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="RFC9325">
          <front>
            <title>Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="T. Fossati" initials="T." surname="Fossati"/>
            <date month="November" year="2022"/>
            <abstract>
              <t>Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) are used to protect data exchanged over a wide range of application protocols and can also form the basis for secure transport protocols. Over the years, the industry has witnessed several serious attacks on TLS and DTLS, including attacks on the most commonly used cipher suites and their modes of operation. This document provides the latest recommendations for ensuring the security of deployed services that use TLS and DTLS. These recommendations are applicable to the majority of use cases.</t>
              <t>RFC 7525, an earlier version of the TLS recommendations, was published when the industry was transitioning to TLS 1.2. Years later, this transition is largely complete, and TLS 1.3 is widely available. This document updates the guidance given the new environment and obsoletes RFC 7525. In addition, this document updates RFCs 5288 and 6066 in view of recent attacks.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="195"/>
          <seriesInfo name="RFC" value="9325"/>
          <seriesInfo name="DOI" value="10.17487/RFC9325"/>
        </reference>
        <reference anchor="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="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="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="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="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="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="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="RFC5080">
          <front>
            <title>Common Remote Authentication Dial In User Service (RADIUS) Implementation Issues and Suggested Fixes</title>
            <author fullname="D. Nelson" initials="D." surname="Nelson"/>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="December" year="2007"/>
            <abstract>
              <t>This document describes common issues seen in Remote Authentication Dial In User Service (RADIUS) implementations and suggests some fixes. Where applicable, ambiguities and errors in previous RADIUS specifications are clarified. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5080"/>
          <seriesInfo name="DOI" value="10.17487/RFC5080"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <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="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="RFC1321">
          <front>
            <title>The MD5 Message-Digest Algorithm</title>
            <author fullname="R. Rivest" initials="R." surname="Rivest"/>
            <date month="April" year="1992"/>
            <abstract>
              <t>This document describes the MD5 message-digest algorithm. The algorithm takes as input a message of arbitrary length and produces as output a 128-bit "fingerprint" or "message digest" of the input. This memo provides information for the Internet community. It does not specify an Internet standard.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="1321"/>
          <seriesInfo name="DOI" value="10.17487/RFC1321"/>
        </reference>
        <reference anchor="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="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="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="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="I-D.dekok-protocol-error">
          <front>
            <title>Standardising Protocol-Error</title>
            <author fullname="Alan DeKok" initials="A." surname="DeKok">
              <organization>InkBridge Networks</organization>
            </author>
            <date day="24" month="June" year="2025"/>
            <abstract>
              <t>   We extend and standardise the Protocol-Error packet Code, first
   defined in RFC 7930 for the Remote Authentication Dial In User
   Service (RADIUS) protocol.

              </t>
            </abstract>
          </front>
          <seriesInfo name="Internet-Draft" value="draft-dekok-protocol-error-00"/>
        </reference>
        <reference anchor="RFC9293">
          <front>
            <title>Transmission Control Protocol (TCP)</title>
            <author fullname="W. Eddy" initials="W." role="editor" surname="Eddy"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies the Transmission Control Protocol (TCP). TCP is an important transport-layer protocol in the Internet protocol stack, and it has continuously evolved over decades of use and growth of the Internet. Over this time, a number of changes have been made to TCP as it was specified in RFC 793, though these have only been documented in a piecemeal fashion. This document collects and brings those changes together with the protocol specification from RFC 793. This document obsoletes RFC 793, as well as RFCs 879, 2873, 6093, 6429, 6528, and 6691 that updated parts of RFC 793. It updates RFCs 1011 and 1122, and it should be considered as a replacement for the portions of those documents dealing with TCP requirements. It also updates RFC 5961 by adding a small clarification in reset handling while in the SYN-RECEIVED state. The TCP header control bits from RFC 793 have also been updated based on RFC 3168.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="7"/>
          <seriesInfo name="RFC" value="9293"/>
          <seriesInfo name="DOI" value="10.17487/RFC9293"/>
        </reference>
        <reference anchor="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>
        <reference anchor="RFC8900">
          <front>
            <title>IP Fragmentation Considered Fragile</title>
            <author fullname="R. Bonica" initials="R." surname="Bonica"/>
            <author fullname="F. Baker" initials="F." surname="Baker"/>
            <author fullname="G. Huston" initials="G." surname="Huston"/>
            <author fullname="R. Hinden" initials="R." surname="Hinden"/>
            <author fullname="O. Troan" initials="O." surname="Troan"/>
            <author fullname="F. Gont" initials="F." surname="Gont"/>
            <date month="September" year="2020"/>
            <abstract>
              <t>This document describes IP fragmentation and explains how it introduces fragility to Internet communication.</t>
              <t>This document also proposes alternatives to IP fragmentation and provides recommendations for developers and network operators.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="230"/>
          <seriesInfo name="RFC" value="8900"/>
          <seriesInfo name="DOI" value="10.17487/RFC8900"/>
        </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="4" month="December" 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-11"/>
        </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>
      </references>
    </references>
    <?line 1036?>

<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>The protocols RADIUS/TLS and RADIUS/DTLS are now collectively referred to as RadSec.</t>
        </li>
        <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 therefore removes <xref target="RFC6613"/> as normative reference.</t>
        </li>
        <li>
          <t>RFC6614 marked TLSv1.1 or later as mandatory, this specification now references <xref target="RFC9325"/> for recommended TLS versions, which mandates TLS 1.2 and recommends TLS 1.3</t>
        </li>
        <li>
          <t>RFC6614 allowed use 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 recommendation for TLS-X509-FINGERPRINT (<xref section="2.3" sectionFormat="comma" target="RFC6614"/>) is removed since the model has not been implemented by any known implementation of the experimental RADIUS/(D)TLS specifications.</t>
        </li>
        <li>
          <t>The mandatory-to-implement cipher suites are not referenced directly, this is replaced by a pointer to <xref target="RFC9325"/>.</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 and retries, 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. Endpoints 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 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>
      <t>Thanks to the following people for their feedback and suggested text changes: Alex Clouter, Mark Donnelly, Fabian Mauchle, Valery Smyslov, Heikki Vatiainen, Paul Wouters.</t>
    </section>
  </back>
  <!-- ##markdown-source:
H4sIAAAAAAAAA+2963IbWZIm+B9PEcs0myLbAKTumVLPTDeLlDq5qVRyRamy
ysbGsgNAAIgiEIGOCJBCVWmfZf7Oa+y+2Pr9+DkRoJQz1bNma1vW1imSQMS5
+PHjl88/n0wmo6Lqyu7wapRlN6/fvnmVnfyX928u/gj/+68nI/jLpoBfvc8X
N8X8Vfb+/PLq401W3xVN9qHJq3ZXN132Nj/Az/CBfQNPyk4/vL05y/JqkV3m
Xb5q8u0Dn73ED5+M8tmsKe6OventDT8O/nEymuddsaqbw6us7RajUT1r603R
Fe2r7MWLx8/G2XdPXzwajRb1vMq3MPZFky+7SVl0y0mTL4pPHf6n3LeLbtNO
ZmU7efxs1O5n27Jty7rqDjv4ztXrD29GMJqno7wpchiVjvdkdF83t6um3u9w
rDzG13/8UFT45fZkdFsc4BMLWM2JTAH/BeMe3RXVvsBVfuDbWcbvP/kF3lJW
q+xf8LP4+21ebuD3PIN/xtlM62Z1Mhrl+25dN/jcScYT/t/zavKmKRZFU95m
78tifls0Lfw9y+Abr7LLYt+183XRZm/qBv6xr1ZtVXR/yf6W/UvRbPMqe5d3
MJx8k70v2iJv5mta/NeL/Zz+kL0rOlwFemTbNUXRvcrON8Un+FTR7DY5POsx
/XFeL2A8jx89/u57/hnlLPt90WzKSj6wrzrcSX7zgX5Z8FwbGfk/L5bVdFHQ
n1RKLt+8o59hT15l9/f3U/uMLsJPebOCveuyi/1mU1Rh+td5WW2KtjURjKbx
LPuhXK2zG/pxnN3sy67Injx64Yb/DqR4nZ1XCxTNcfbTuZvqo8ffP3sez+zj
zbmf1VbG9c87GceklXFM5/WWPtnUeOSKRdnVjZvRTVcsYXN+KauuaMJ83tTV
grcFdqsrqhz2Uf/1BgbBf4wm+WSc5SSN2aLINr/7WJUwk7bs/u//7qby7OmL
527Wr0FSJu2+mZxv/lJ0XRFP8u3+U7Gd1ftm5efa0oin9zTif254UNPNPtrK
969vPrx+dx5vp/vsqKpBNDoY4qvRqKyW7qfRZDKB58C08nk3Gn1Yl20Gx36/
BY0GU1uWFQh5Z5pn19TLEpY8g2dkzb6q8ID9Oyk0WOHNpr7HN3TrIqM9LugJ
TbEp89mmcAOrlzqMLQhEvira6Yh/8a1qPvnxkn6GJ81rkOo5rsPmAI9cFg0c
+Kyrs7zNWINO0wUxPZmBekdNyQ9+c4H6cpzdr0s46O2umJfLEp5VfNqBAsFv
giIg+QAN5YbaU8xT2o5tuVhsitHor6/+vAQJAJGYF//pBFTSEgZ48nk0+ia7
ApmpQZmQXP6779pf//q/wRy/f/bsxefP8sPzJ/QDf/vievybdlae8fLxs+/s
gS+e0g/0wI+X127z/9/Y+Cw7tvF//es/yd7DaPHp/AsUgM+f/y4iIMPP4P15
dl8ucJSLYrepD/C8c7iq0Njga2RMP9dN+RdWX/iQ8zmpFFy50/Pz8zPc/a6G
OYtgLLKykjV/8v2L5zho++kF/sSTok1+/B3/ZlvD02p4cwOre0ljoWXh2RXV
vMjWsHjtur6vYL9gTjBb+KnpQCHDSNpx1u7xDmxxJgXccdX8kMGA8WDvq4Ft
1UGPRRhgTHm2yee3uHbzulrCusAk8w1KFYr1Bi6FItvlTdcOysT5Ai4DupI3
hzG9N30KvgPV7IokdVvM13lVttsW10se1+BeyLB/unwOMgpGVNmttyIFj58+
eRykYFGDvFR1B8+CS3QLV0JTZXpV0drNO9o3HN4G9nEP1yYLYPhuU2xBRvSN
k1newg6GwY2zssvyxaL9wnRwPQtSF/Coht6Ej0TJ2+ARnY7AkoHvDAosLSiP
677EcXb05aqAoeDa41K0RSGL8PI7lKopqqmLurrDEaHM43g+gIlSVvWmXh1Q
axUZmHoZ2nptdvLTx5sPJ2P+b/buZ/r3+9f/x8er968v8d83P5y/fWv/GMkn
bn74+ePby/Cv8M2Ln3/66fW7S/4y/DaLfjU6+en8TycsWCc/X3+4+vnd+dsT
3OouOvioL0AzzApay2YHZgdMOm9Hi6KdN+WMj9PvL67/r/8Gt4EcpMePX5pe
+/7xd6gp7uHU8tvqCmSIf4RFPIzy3Q4MRHwKiGY2z3clrDzsq50nOHUFrOY/
/Bdcmf/6KvuPs/nu8bP/LL/ACUe/1DWLfklr1v9N78u8iAO/GniNrWb0+2Sl
4/Ge/yn6Wdfd/fI//hPYtUU2efz9P/3nEcvIsjYzIIgPasd9y6sf7RjYNOL+
jMCidrqevk3ievx6MOWLf+QHyMkvPuGJW4mK2pYdisG+xVHhc/QeDA+4/A1P
uLRHgLILj4Af8AnyfdON8DX9LCtUp9VNqYdrZAdKEyxWHMrwh8d4PZNmeNr/
HjtTX/PlZ/Tl08sznAzMdNGu89tCNXD/EfgxeozYFXoB8i/ZNkAD7C2q3Tn5
g194BHz68qGP956ewe64b9CNu7nPD6RMu1y/V4NA4mIvxLwJ04SPVTx93mrc
TbjG7K/b7b6SqzrD3a+KTXaKKpRfS4JL13x7qOrqwOKZt209L+lLZ/Aq/2Z+
C/6Gdwe0fzXf7BdqI68L8G0bWkr8inz7VL9+Rr/Fh+C5wn/Dcw6bOl+ghs/T
SYrKn29KOlcky/yrsmq7HG/9bp138BPcrDkaRzncCfduVcJD2qIBmX3gIZsS
3ZUWb9dcRH6CYj6RxSSrgMyA+bzYwSUfv6kNrwLzYleXyYh5EuDuyUjs07si
GZZ+XR/OpiGubvoBnnxLf9vBnZk3BzBzZn+GL+F6Lsp2vqeACIztF1D4aBdl
JzwfuqP4mMsvcGwSuTnBp2754iwWbK2ISSnCBJcGTIgN+hkYZg/qtF/wBslO
wkvss1//Irq1YuUJx0eefJk++nLg2WCn0EP0ibCoseb9Rhf4mjUPzuPCNjj7
AX6Gu2El7k4rvzZvB4Y+K9b5XQnjCPaKbhYvFZ0ReQ5+CFxksDvLds1GPp6B
3smmcbTwHPwOOyHzorxzLhSfRZTAG5KtrNzuNgWZUGz60D3d7nckw1/crgsW
1fQhcg/br+lB42wGxhg9P/wBT1ORtx0pLrOF6WVhA3XR01V/Q8GBcXZZLPP9
pqNzx8Yb6HP0k2DhwQhqwTvNvsE/7lG9f9arGr/s7G9ZGjKh5dTDvV3xTQjG
Y1NvaVPki8Fvim+zsf3wwrwu809gFlfn787JA2kKOt4LOeUy+i9d+jclqqE8
cq1wEqgbwBJLLOvxcdMarUX48Q4+vchmB5qaCBRZ2XLC/EKaXKYrhiLekVea
tSgDc4w9gdSpd4E2T7kE5xW3HB9S5PBbGHXsTeK2zPPNfL+xaakLMgF3Jkf9
Biu+ARNcXbT3BdgZVVtMnLNZY5iOr/L41yhS4M01hx0Zxh2MEUSyEKEHuxnc
CdxdM3ZoBWRCfiFgG/92ra7q3zI5Std4ZOAn/uQNL9nfRn+b6P/Cv+wH+LPf
7r9lTx59//Tbbr6Df2L0t0UN6z506T61X+inyn37Lca38aOj1CsD0xOGDd4m
rJ8TsjzxzvPgi9OdfKjyLcw7j5x2PgytbBUffg768KVHZi493S6zcO2hGOCA
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
Y/1/AGU2XKFDUAEA

-->

</rfc>
