<?xml version='1.0' encoding='utf-8'?>
<!DOCTYPE rfc [
  <!ENTITY nbsp    "&#160;">
  <!ENTITY zwsp   "&#8203;">
  <!ENTITY nbhy   "&#8209;">
  <!ENTITY wj     "&#8288;">
]>
<?xml-stylesheet type="text/xsl" href="rfc2629.xslt" ?>
<!-- generated by https://github.com/cabo/kramdown-rfc version 1.7.29 (Ruby 3.4.4) -->
<rfc xmlns:xi="http://www.w3.org/2001/XInclude" ipr="trust200902" docName="draft-ietf-radext-radiusdtls-bis-08" category="std" consensus="true" submissionType="IETF" obsoletes="6614, 7360" tocInclude="true" sortRefs="true" symRefs="true" version="3">
  <!-- xml2rfc v2v3 conversion 3.30.0 -->
  <front>
    <title abbrev="RADIUS over (D)TLS">(Datagram) Transport Layer Security ((D)TLS) Encryption for RADIUS</title>
    <seriesInfo name="Internet-Draft" value="draft-ietf-radext-radiusdtls-bis-08"/>
    <author initials="J.-F." surname="Rieckers" fullname="Jan-Frederik Rieckers">
      <organization abbrev="DFN">Deutsches Forschungsnetz | German National Research and Education Network</organization>
      <address>
        <postal>
          <street>Alexanderplatz 1</street>
          <city>Berlin</city>
          <code>10178</code>
          <country>Germany</country>
        </postal>
        <email>rieckers@dfn.de</email>
        <uri>www.dfn.de</uri>
      </address>
    </author>
    <author initials="S." surname="Winter" fullname="Stefan Winter">
      <organization abbrev="RESTENA">Fondation Restena | Restena Foundation</organization>
      <address>
        <postal>
          <street>2, avenue de l'Université</street>
          <city>Esch-sur-Alzette</city>
          <code>4365</code>
          <country>Luxembourg</country>
        </postal>
        <email>stefan.winter@restena.lu</email>
        <uri>www.restena.lu</uri>
      </address>
    </author>
    <date year="2025" month="July" day="20"/>
    <area>Security</area>
    <workgroup>RADIUS EXTensions</workgroup>
    <keyword>RADIUS</keyword>
    <keyword>TLS</keyword>
    <abstract>
      <?line 48?>

<t>This document specifies a transport profile for RADIUS using Transport Layer Security (TLS) over TCP or Datagram Transport Layer Security (DTLS) over UDP as the transport protocol.
This enables encrypting the RADIUS traffic as well as dynamic trust relationships between RADIUS servers.
The specification obsoletes the experimental specifications in RFC 6614 (RADIUS/TLS) and RFC 7360 (RADIUS/DTLS) and combines them in this specification.</t>
    </abstract>
    <note removeInRFC="true">
      <name>About This Document</name>
      <t>
        Status information for this document may be found at <eref target="https://datatracker.ietf.org/doc/draft-ietf-radext-radiusdtls-bis/"/>.
      </t>
      <t>
        Discussion of this document takes place on the
        RADIUS EXTensions Working Group mailing list (<eref target="mailto:radext@ietf.org"/>),
        which is archived at <eref target="https://mailarchive.ietf.org/arch/browse/radext/"/>.
        Subscribe at <eref target="https://www.ietf.org/mailman/listinfo/radext/"/>.
      </t>
    </note>
  </front>
  <middle>
    <?line 54?>

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

<t>Within this document we will use the following terms:</t>
      <dl>
        <dt>RADIUS/(D)TLS node:</dt>
        <dd>
          <t>a RADIUS-over-(D)TLS client or server</t>
        </dd>
        <dt>RADIUS/(D)TLS client:</dt>
        <dd>
          <t>a RADIUS-over-(D)TLS instance that initiates a new connection</t>
        </dd>
        <dt>RADIUS/(D)TLS server:</dt>
        <dd>
          <t>a RADIUS-over-(D)TLS instance that listens on a RADIUS-over-(D)TLS port and accepts new connections</t>
        </dd>
        <dt>RADIUS/UDP:</dt>
        <dd>
          <t>a classic RADIUS transport over UDP as defined in <xref target="RFC2865"/></t>
        </dd>
      </dl>
      <t>Whenever "(D)TLS" or "RADIUS/(D)TLS" is mentioned, the specification applies for both RADIUS/TLS and RADIUS/DTLS.
Where "TLS" or "RADIUS/TLS" is mentioned, the specification only applies to RADIUS/TLS, where "DTLS" or "RADIUS/DTLS" is mentioned it only applies to RADIUS/DTLS.</t>
      <t>Server implementations <bcp14>MUST</bcp14> support both RADIUS/TLS and RADIUS/DTLS.
Client implementations <bcp14>SHOULD</bcp14> implement both, but <bcp14>MUST</bcp14> implement at least one of RADIUS/TLS or RADIUS/DTLS.</t>
    </section>
    <section anchor="changes-to-radius">
      <name>Changes to RADIUS</name>
      <t>This section discusses the needed changes to the RADIUS packet format (<xref target="pktformat"/>), port usage and shared secrets (<xref target="portusage"/>).</t>
      <section anchor="pktformat">
        <name>Packet format</name>
        <t>The RADIUS packet format is unchanged from <xref target="RFC2865"/>, <xref target="RFC2866"/> and <xref target="RFC5176"/>.
Specifically, all of the following portions of RADIUS <bcp14>MUST</bcp14> be unchanged when using RADIUS/(D)TLS:</t>
        <ul spacing="normal">
          <li>
            <t>Packet format</t>
          </li>
          <li>
            <t>Permitted codes</t>
          </li>
          <li>
            <t>Request Authenticator calculation</t>
          </li>
          <li>
            <t>Response Authenticator calculation</t>
          </li>
          <li>
            <t>Minimum packet length</t>
          </li>
          <li>
            <t>Maximum packet length</t>
          </li>
          <li>
            <t>Attribute format</t>
          </li>
          <li>
            <t>Vendor-Specific Attribute (VSA) format</t>
          </li>
          <li>
            <t>Permitted data types</t>
          </li>
          <li>
            <t>Calculation of dynamic attributes such as CHAP-Challenge, or Message-Authenticator</t>
          </li>
          <li>
            <t>Calculation of "encrypted" attributes such as Tunnel-Password.</t>
          </li>
        </ul>
        <t>The use of (D)TLS transport does not change the calculation of security-related fields (such as the Response-Authenticator) in RADIUS <xref target="RFC2865"/> or RADIUS Dynamic Authorization <xref target="RFC5176"/>.
Calculation of attributes such as User-Password <xref target="RFC2865"/> or Message-Authenticator <xref target="RFC3579"/> also does not change.</t>
        <t>The changes to RADIUS implementations required to implement this specification are largely limited to the portions that send and receive packets on the network and the establishment of the (D)TLS connection.</t>
        <t>The requirement that RADIUS remain largely unchanged ensures the simplest possible implementation and widest interoperability of the specification.
This includes the usage of the outdated security mechanisms in RADIUS that are based on shared secrets and MD5.
This is not considered a security issue, since integrity and confidentiality are provided by the (D)TLS layer. See <xref target="security_considerations"/> of this document or <xref target="RFC9765"/> for more details.</t>
        <t>We note that for RADIUS/DTLS the DTLS encapsulation of RADIUS means that RADIUS packets have an additional overhead due to DTLS.
This is discussed further in <xref target="dtls_spec"/>.</t>
      </section>
      <section anchor="portusage">
        <name>Default ports and shared secrets</name>
        <t>IANA has reserved ports for RADIUS/TLS and RADIUS/DTLS.
Since authentication of peers, confidentiality, and integrity protection is achieved on the (D)TLS layer, the shared secret for the RADIUS packets is set to a static string, depending on the method.
The calculation of security-related fields such as Response-Authenticator, Message-Authenticator or encrypted attributes <bcp14>MUST</bcp14> be performed using this shared secret.</t>
        <table>
          <thead>
            <tr>
              <th align="left">Protocol</th>
              <th align="left">Port</th>
              <th align="left">Shared Secret</th>
            </tr>
          </thead>
          <tbody>
            <tr>
              <td align="left">RADIUS/TLS</td>
              <td align="left">2083/tcp</td>
              <td align="left">"radsec"</td>
            </tr>
            <tr>
              <td align="left">RADIUS/DTLS</td>
              <td align="left">2083/udp</td>
              <td align="left">"radius/dtls"</td>
            </tr>
          </tbody>
        </table>
        <t>RADIUS/(D)TLS does not use separate ports for authentication, accounting and dynamic authorization changes.
The source port is arbitrary.
For considerations regarding the multi-purpose use of one port for authentication and accounting see <xref target="radius_datagrams"/>.</t>
        <t>RADIUS/TLS servers <bcp14>MUST</bcp14> immediately start the TLS negotiation when a new connection to the RADIUS/TLS port is opened.
They <bcp14>MUST</bcp14> close the connection and discard any data sent if the connecting client does not start a TLS negotiation or if the TLS negotiation fails at any point.</t>
        <t>RADIUS/DTLS servers <bcp14>MUST</bcp14> silently discard any packet they receive over the RADIUS/DTLS port that is not a new DTLS negotiation or a packet sent over a DTLS session established earlier.</t>
        <t>RADIUS/(D)TLS peers <bcp14>MUST NOT</bcp14> use the old RADIUS/UDP or RADIUS/TCP ports for RADIUS/DTLS or RADIUS/TLS.</t>
      </section>
      <section anchor="detecting-live-servers">
        <name>Detecting Live Servers</name>
        <t>As RADIUS is a "hop-by-hop" protocol, a RADIUS proxy shields the client from any information about downstream servers.
While the client may be able to deduce the operational state of the local server (i.e., proxy), it cannot make any determination about the operational state of the downstream servers.</t>
        <t>Within RADIUS, proxies typically only forward traffic between the NAS and RADIUS servers, and they do not generate their own response.
As a result, when a NAS does not receive a response to a request, this could be the result of packet loss between the NAS and proxy, a problem on the proxy, loss between the RADIUS proxy and server, or a problem with the server.</t>
        <t>The absence of a reply can cause a client to deduce (incorrectly) that the proxy is unavailable.
The client could then fail over to another server or conclude that no "live" servers are available (OKAY state in <xref section="A" sectionFormat="comma" target="RFC3539"/>).
This situation is made even worse when requests are sent through a proxy to multiple destinations.
Failures in one destination may result in service outages for other destinations, if the client erroneously believes that the proxy is unresponsive.</t>
        <t>RADIUS/(D)TLS implementations <bcp14>MUST</bcp14> utilize the existence of a TCP/DTLS connection along with the application-layer watchdog defined in <xref section="3.4" sectionFormat="comma" target="RFC3539"/> to determine the liveliness of the server.</t>
        <t>RADIUS/(D)TLS clients <bcp14>MUST</bcp14> mark a connection DOWN if one or more of the following conditions are met:</t>
        <ul spacing="normal">
          <li>
            <t>The administrator has marked the connection administrative DOWN.</t>
          </li>
          <li>
            <t>The network stack indicates that the connection is no longer viable.</t>
          </li>
          <li>
            <t>The application-layer watchdog algorithm has marked it DOWN.</t>
          </li>
        </ul>
        <t>RADIUS/(D)TLS clients <bcp14>MUST</bcp14> implement the Status-Server extension as described in <xref target="RFC5997"/> as the application level watchdog to detect the liveliness of the peer in the absence of responses.
RADIUS/(D)TLS servers <bcp14>MUST</bcp14> be able to answer to Status-Server requests.
Since RADIUS has a limitation of 256 simultaneous "in flight" packets due to the length of the ID field (<xref section="2.4" sectionFormat="comma" target="RFC3539"/>), it is <bcp14>RECOMMENDED</bcp14> that RADIUS/(D)TLS clients reserve ID zero (0) on each session for Status-Server packets.
This value was picked arbitrary, as there is no reason to choose any other value over another for this use.</t>
        <t>For RADIUS/TLS, the peers <bcp14>MAY</bcp14> send TCP keepalives as described in <xref section="3.8.4" sectionFormat="comma" target="RFC9293"/>.
For RADIUS/DTLS connections, the peers <bcp14>MAY</bcp14> send periodic keepalives as defined in <xref target="RFC6520"/>.
This is a way of proactively and rapidly triggering a connection DOWN notification from the network stack.
These liveliness checks are essentially redundant in the presence of an application-layer watchdog, but may provide more rapid notifications of connectivity issues.</t>
      </section>
    </section>
    <section anchor="packet-connection-handling">
      <name>Packet / Connection Handling</name>
      <t>This section defines the behaviour for RADIUS/(D)TLS peers for handling of incoming packets and establishment of a (D)TLS session.</t>
      <section anchor="dtls-requirements">
        <name>(D)TLS requirements</name>
        <t>As defined in <xref target="portusage"/>, RADIUS/(D)TLS clients <bcp14>MUST</bcp14> establish a (D)TLS session immediately upon connecting to a new server.</t>
        <t>RADIUS/(D)TLS has no notion of negotiating (D)TLS in an ongoing communication.
As RADIUS has no provisions for capability signaling, there is also no way for a server to indicate to a client that it should transition to using TLS or DTLS.
Servers and clients need to be preconfigured to use RADIUS/(D)TLS for a given endpoint.
This action has to be taken by the administrators of the two systems.</t>
        <t>Implementations <bcp14>MUST</bcp14> follow the recommendations given in <xref target="BCP195"/>, especially in regards to recommended cipher suites and TLS session resumption.
Additionally, the following requirements have to be met for the (D)TLS session:</t>
        <ul spacing="normal">
          <li>
            <t>Support for TLS 1.2 <xref target="RFC5248"/> / DTLS 1.2 <xref target="RFC6347"/> is <bcp14>REQUIRED</bcp14>, support for TLS 1.3 <xref target="RFC8446"/> / DTLS 1.3 <xref target="RFC9147"/> or higher is <bcp14>RECOMMENDED</bcp14>.</t>
          </li>
          <li>
            <t>Negotiation of a cipher suite providing for confidentiality as well as integrity protection is <bcp14>REQUIRED</bcp14>.</t>
          </li>
          <li>
            <t>The peers <bcp14>MUST NOT</bcp14> negotiate compression.</t>
          </li>
          <li>
            <t>The session <bcp14>MUST</bcp14> be mutually authenticated (see <xref target="mutual_auth"/>)</t>
          </li>
        </ul>
      </section>
      <section anchor="mutual_auth">
        <name>Mutual authentication</name>
        <t>RADIUS/(D)TLS servers <bcp14>MUST</bcp14> authenticate clients, and RADIUS/(D)TLS clients <bcp14>MUST</bcp14> authenticate the server.
RADIUS is designed to be used by mutually trusted systems.
Allowing anonymous clients would ensure privacy for RADIUS/(D)TLS traffic, but would negate all other security aspects of the protocol, including security aspects of RADIUS itself, due to the fixed shared secret.</t>
        <t>RADIUS/(D)TLS allows for the following different modes of mutual authentication, which will be further specified in this section:</t>
        <ul spacing="normal">
          <li>
            <t>TLS-X.509-PKIX</t>
          </li>
          <li>
            <t>TLS-X.509-FINGERPRINT</t>
          </li>
          <li>
            <t>TLS-RAW-PUBLIC-KEY</t>
          </li>
          <li>
            <t>TLS-PSK</t>
          </li>
        </ul>
        <t>Independent of the chosen mode of authentication, the mutual authentication <bcp14>MUST</bcp14> be performed during the initial handshake.
Alternative methods, such as post-handshake certificate-based client authentication (see <xref section="4.6.2" sectionFormat="comma" target="RFC8446"/>) with TLS 1.3 or renegotiation with TLS 1.2, <bcp14>MUST NOT</bcp14> be used to achieve mutual authentication.</t>
        <section anchor="tlsx509pkix">
          <name>Authentication using X.509 certificates with PKIX trust model (TLS-X.509-PKIX)</name>
          <t>All RADIUS/(D)TLS server implementations <bcp14>MUST</bcp14> implement this model.
RADIUS/(D)TLS client implementations <bcp14>SHOULD</bcp14> implement this model, but <bcp14>MUST</bcp14> implement either this or TLS-PSK.</t>
          <t>If implemented, it <bcp14>MUST</bcp14> use the following rules:</t>
          <ul spacing="normal">
            <li>
              <t>Implementations <bcp14>MUST</bcp14> allow the configuration of a trust anchor (i.e. a list of trusted Certificate Authorities (CAs)<xref target="RFC5280"/>) for new TLS sessions. This list <bcp14>SHOULD</bcp14> be application specific and not use a global system trust store.</t>
            </li>
            <li>
              <t>Certificate validation <bcp14>MUST</bcp14> include the verification rules as per <xref target="RFC5280"/>.</t>
            </li>
            <li>
              <t>Implementations <bcp14>SHOULD</bcp14> indicate their trust anchors when opening or accepting TLS sessions.
See <xref section="7.4.4" sectionFormat="comma" target="RFC5246"/> and <xref section="6" sectionFormat="comma" target="RFC6066"/> for TLS 1.2 and <xref section="4.2.4" sectionFormat="comma" target="RFC8446"/> for TLS 1.3.</t>
            </li>
            <li>
              <t>When the configured trust base changes (e.g., removal of a CA from the trust anchor; issuance of a new CRL for a given CA), implementations <bcp14>SHOULD</bcp14> reassess all connected peer's continued validity of the certificate path. This can either be done by caching the peer's certificate for the duration of the connection and re-evaluating the cached certificate or by renegotiating the (D)TLS connection, either directly or by opening a new (D)TLS connection and closing the old one.</t>
            </li>
          </ul>
          <t>RADIUS/(D)TLS peers <bcp14>SHOULD NOT</bcp14> be pre-configured with a list of trusted CAs by the vendor or manufacturer that are enabled by default.
Instead, the peers <bcp14>SHOULD</bcp14> start off with an empty CA list as trust anchor.
The addition of a CA <bcp14>SHOULD</bcp14> be done only when manually configured by the administrator.
This does not preclude vendors or manufacturers including their trust list in their products, but the enabling of those lists should be a conscious decision by an administrator.</t>
          <t>RADIUS/(D)TLS clients and servers <bcp14>MUST</bcp14> follow <xref target="RFC9525"/> when validating peer identities. Specific details are provided below:</t>
          <ul spacing="normal">
            <li>
              <t>Certificates <bcp14>MAY</bcp14> use wildcards in the identifiers of DNS names and realm names, but only as the complete, left-most label.</t>
            </li>
            <li>
              <t>RADIUS/(D)TLS clients validate the servers identity to match their local configuration, accepting the identity on the first match:
              </t>
              <ul spacing="normal">
                <li>
                  <t>If the expected RADIUS/(D)TLS server is associated with a specific NAI realm, e.g. by dynamic discovery <xref target="RFC7585"/> or static configuration, that realm is matched against the presented identifiers of any subjectAltName entry of type otherName whose name form is NAIRealm as defined in <xref section="2.2" sectionFormat="comma" target="RFC7585"/>.</t>
                </li>
                <li>
                  <t>If the expected RADIUS/(D)TLS server was configured as a hostname, or the hostname was yielded by a dynamic discovery procedure, that name is matched against the presented identifiers of any subjectAltName entry of type dNSName <xref target="RFC5280"/>. Since a dynamic discovery might by itself not be secured, implementations <bcp14>MAY</bcp14> require the use of DNSSEC <xref target="RFC4033"/> to ensure the authenticity of the DNS result before considering this identity as valid.</t>
                </li>
                <li>
                  <t>If the expected RADIUS/(D)TLS server was configured as an IP address, the configured IP address is matched against the presented identifier in any subjectAltName entry of type iPAddress <xref target="RFC5280"/>.</t>
                </li>
                <li>
                  <t>The Common Name RDN <bcp14>MUST NOT</bcp14> be used to identify a server.</t>
                </li>
                <li>
                  <t>Clients <bcp14>MAY</bcp14> use other attributes of the certificate to validate the servers identity, but it <bcp14>MUST NOT</bcp14> accept any certificate without validation.</t>
                </li>
                <li>
                  <t>Clients which also act as servers (i.e. proxies) may be susceptible to security issues when a ClientHello is mirrored back to themselves. More details on this issue are discussed in <xref target="security_considerations"/>.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>RADIUS/(D)TLS servers validate the certificate of the RADIUS/(D)TLS client against a local database of acceptable clients.
The database may enumerate acceptable clients either by IP address or by a name component in the certificate.
              </t>
              <ul spacing="normal">
                <li>
                  <t>For clients configured by DNS name, the configured name is matched against the presented identifiers of any subjectAltName entry of type dNSName <xref target="RFC5280"/>.</t>
                </li>
                <li>
                  <t>For clients configured by their source IP address, the configured IP address is matched against the presented identifiers of any subjectAltName entry of type iPAddress <xref target="RFC5280"/>.
For clients configured by IP range, the certificate <bcp14>MUST</bcp14> be valid for the IP address the client is currently using.</t>
                </li>
                <li>
                  <t>Implementations <bcp14>MAY</bcp14> consider additional subjectAltName extensions to identify a client.</t>
                </li>
                <li>
                  <t>If configured by the administrator, the identity check <bcp14>MAY</bcp14> be omitted after a successful <xref target="RFC5280"/> trust chain check, e.g. if the client used dynamic lookup there is no configured client identity to verify. The clients authorization <bcp14>MUST</bcp14> then be validated using a certificate policy OID unless both peers are part of a trusted network.</t>
                </li>
              </ul>
            </li>
            <li>
              <t>Implementations <bcp14>MAY</bcp14> allow configuration of a set of additional properties of the certificate to check for a peer's authorization to communicate (e.g. a set of allowed values presented in  subjectAltName entries of type uniformResourceIdentifier <xref target="RFC5280"/> or a set of allowed X.509v3 Certificate Policies).</t>
            </li>
          </ul>
        </section>
        <section anchor="authentication-using-x509-certificate-fingerprints-tls-x509-fingerprint">
          <name>Authentication using X.509 certificate fingerprints (TLS-X.509-FINGERPRINT)</name>
          <t>RADIUS/(D)TLS implementations <bcp14>SHOULD</bcp14> allow the configuration of a list of trusted certificates, identified via fingerprint of the DER encoded certificate bytes.
When implementing this model, support for SHA-1 as hash algorithm for the fingerprint is <bcp14>REQUIRED</bcp14>, and support for the more contemporary hash function SHA-256 is <bcp14>RECOMMENDED</bcp14>.</t>
        </section>
        <section anchor="authentication-using-raw-public-keys-tls-raw-public-keys">
          <name>Authentication using Raw Public Keys (TLS-RAW-PUBLIC-KEYS)</name>
          <t>RADIUS/(D)TLS implementations <bcp14>SHOULD</bcp14> support using Raw Public Keys <xref target="RFC7250"/> for mutual authentication.</t>
        </section>
        <section anchor="tlspsk">
          <name>Authentication using TLS-PSK (TLS-PSK)</name>
          <t>RADIUS/(D)TLS server implementations <bcp14>MUST</bcp14> support the use of TLS-PSK.
RADIUS/(D)TLS client implementations <bcp14>SHOULD</bcp14> support the use of TLS-PSK, but <bcp14>MUST</bcp14> implement either this or the TLS-X.509-PKIX trust model.</t>
          <t>Further guidance on the usage of TLS-PSK in RADIUS/(D)TLS is given in <xref target="RFC9813"/>.</t>
        </section>
      </section>
      <section anchor="connecting-client-identity">
        <name>Connecting Client Identity</name>
        <t>In RADIUS/UDP, clients are uniquely identified by their IP addresses.
Since the shared secret is associated with the origin IP address, if more than one RADIUS client is associated with the same IP address, then those clients also must utilize the same shared secret, a practice that is inherently insecure, as noted in <xref target="RFC5247"/>.</t>
        <t>Depending on the trust model used, the RADIUS/(D)TLS client identity can be determined differently.</t>
        <t>With TLS-PSK, a client is uniquely identified by its TLS-PSK identifier.</t>
        <t>With TLS-RAW-PUBLIC-KEY, a client is uniquely identified by the Raw public key.</t>
        <t>With TLS-X.509-FINGERPRINT, a client is uniquely identified by the fingerprint of the presented client certificate.</t>
        <t>With TLS-X.509-PKIX, a client is uniquely identified by the tuple of the serial number of the presented client certificate and the issuer.</t>
        <t>In practice, identification of unique clients is not always necessary and could be based on the subject of the presented certificate or a subjectAltName entry.
While this identification technique could match multiple distinct certificates and therefore distinct clients, it is often sufficient, e.g. for the purpose of applying policies.</t>
        <t>Note well: having identified a connecting entity does not mean the server necessarily wants to communicate with that client.
For example, if the Issuer is not in a trusted set of Issuers, the server may decline to perform RADIUS transactions with this client.</t>
        <t>Additionally, a server <bcp14>MAY</bcp14> restrict individual or groups of clients to certain IP ranges.
A client connecting from outside this range would be rejected, even if the mutual authentication otherwise would have been successful.
To reduce server load and to prevent probing the validity of stolen credentials, the server <bcp14>SHOULD</bcp14> abort the (D)TLS negotiation immediately with a TLS alert access_denied(49) after the client transmitted identifying information, i.e. the client certificate or the PSK identifier, and the server recognizes that the client connects from outside the allowed IP range.</t>
        <t>There are numerous trust models in PKIX environments, and it is beyond the scope of this document to define how a particular deployment determines whether a client is trustworthy.
Implementations that want to support a wide variety of trust models should expose as many details of the presented certificate to the administrator as possible so that the trust model can be implemented by the administrator.
As a suggestion, at least the following parameters of the X.509 client certificate should be exposed:</t>
        <ul spacing="normal">
          <li>
            <t>Originating IP address</t>
          </li>
          <li>
            <t>Certificate Fingerprint</t>
          </li>
          <li>
            <t>Issuer</t>
          </li>
          <li>
            <t>Subject</t>
          </li>
          <li>
            <t>all X.509v3 Extended Key Usage</t>
          </li>
          <li>
            <t>all X.509v3 Subject Alternative Name</t>
          </li>
          <li>
            <t>all X.509v3 Certificate Policy</t>
          </li>
        </ul>
        <t>In TLS-PSK operation at least the following parameters of the TLS connection should be exposed:</t>
        <ul spacing="normal">
          <li>
            <t>Originating IP address</t>
          </li>
          <li>
            <t>TLS-PSK Identifier</t>
          </li>
        </ul>
      </section>
      <section anchor="tls_session_resumption">
        <name>TLS Session Resumption</name>
        <t>Session resumption lowers the time and effort required to start a (D)TLS session and increases network responsiveness.
This is especially helpful when using short idle timeouts.</t>
        <t>RADIUS/(D)TLS clients and server <bcp14>SHOULD</bcp14> implement session resumption.
Implementations supporting session resumption <bcp14>MUST</bcp14> cache data during the initial full handshake, sufficient to allow authorization descisions to be made during resumption.
For RADIUS/(D)TLS servers, this should preferably be done using stateless session resumption as specified in <xref target="RFC5077"/>, to reduce the resource usage for cached sessions.</t>
        <t>When resuming a (D)TLS session, both client and server <bcp14>MUST</bcp14> re-authorize the connection by using the original, cached data.
In particular, this includes the X.509 certificate (when using a PKIX trust model) as well as any policies associated with that identity such as restrictions on source IP address.
The re-authorization <bcp14>MUST</bcp14> give the same result as if a full handshake was performed at the time of resumption.</t>
        <t>If cached data cannot be retrieved securely, resumption <bcp14>MUST NOT</bcp14> be done, by either immediately closing the connection or reverting to a full handshake.
If a resumed session is closed immediately after being established, the RADIUS/(D)TLS client <bcp14>MUST NOT</bcp14> re-attempt session resumption but perform a full TLS handshake instead.</t>
      </section>
      <section anchor="radius_datagrams">
        <name>RADIUS Datagrams</name>
        <t>The RADIUS/(D)TLS specification does not change the client/server architecture of RADIUS.
RADIUS/(D)TLS clients transmit the same packet types on the connection they initiated as a RADIUS/UDP client would, and RADIUS/(D)TLS servers transmit the same packet types on the connections the server has accepted as a RADIUS/UDP server would.</t>
        <t>However, special considerations apply for mixing Authentication and Accounting packets over the same connection.
Traditional RADIUS/UDP uses different ports for Authentication and Accounting, where RADIUS/(D)TLS uses the same connection for all RADIUS packets.
Due to the use of one single port for all packet types, it is required that a RADIUS/(D)TLS server has a means to signal which types of packets are supported on the server to a connecting peer.</t>
        <t>Since the number of outstanding RADIUS packets is limited, it is important to reply to packets of a packet type which the RADIUS/(D)TLS server does not process or, in a proxy setup, does not forward.
Otherwise, these outstanding packets would impact the performance of the connection.
The reply, however, must clearly indicate that the server did not process this packet to prevent the client from falsely assuming the server processed the packet.</t>
        <t>For every unwanted packet, a RADIUS/(D)TLS server <bcp14>SHOULD</bcp14> respond with a Protocol-Error packet as defined in <xref section="4" sectionFormat="comma" target="RFC7930"/>.
The Error-Cause attribute of this packet <bcp14>SHOULD</bcp14> be set to the value 406 ("Unsupported Extension"), if the server does not support the packet type, or the value 502 ("Request Not Routable (Proxy)"), if the request cannot be routed.
Future specifications may recommend other Error-Cause attribute values for specific scenarios.</t>
        <t>The RADIUS/(D)TLS client <bcp14>SHOULD NOT</bcp14> assume that the configured server is not able to handle all packets of the packet type based on the Protocol-Error response.
In proxy scenarios, a RADIUS proxy may be unable to forward accounting packets for one realm, but able to forward them for another.</t>
        <t>The previous specification of RADIUS/TLS in <xref target="RFC6614"/> recommended to send a different reply.
For unwanted CoA-Requests or Disconnect-Requests, the servers should respond with a CoA-NAK or Disconnect-NAK, respectively.
For unwanted Accounting-Requests, the servers should respond with an Accounting-Response containing an Error-Cause attribute with the value 406 ("Unsupported Extension").
It was also recommended that a RADIUS/TLS client observing this Accounting-Response should stop sending Accounting-Request packets to this server.
This behavior, however, could lead to problems, especially in proxy fabrics, since the RADIUS client cannot determine whether the reply came from the correct server or a RADIUS proxy along the way.
Other than the other responses (CoA-NAK, Disconnect-NAK and Accounting-Response), the Protocol-Error packet is explicitly only applicable to one RADIUS hop and must not be forwarded, which gives the RADIUS client the opportunity to re-route the unwanted packet to a different RADIUS server.
This also is backwards compatible with existing implementations, since RADIUS clients must ignore any incoming RADIUS packets with an unknown packet type.</t>
        <t>Since proxying of RADIUS packets is a general issue in RADIUS and not specific to RADIUS/(D)TLS, the details of handling the Protocol-Error reply on the client side are outside of the scope of this document.</t>
      </section>
      <section anchor="forwarding-radius-packets-between-udp-and-tcp-based-transports">
        <name>Forwarding RADIUS packets between UDP and TCP based transports</name>
        <t>When a RADIUS proxy forwards packets, it is possible that the incoming and outgoing links have substantially different properties.  This issue is most notable in UDP to TCP proxying, but there are still possible issues even when the same transport is used on both incoming and outgoing links.  <xref section="1.2" sectionFormat="comma" target="RFC2866"/> noted this issue many years ago:</t>
        <artwork><![CDATA[
A forwarding server may either perform its forwarding function in a
pass through manner, where it sends retransmissions on as soon as it
gets them, or it may take responsibility for retransmissions, for
example in cases where the network link between forwarding and remote
server has very different characteristics than the link between NAS
and forwarding server.
]]></artwork>
        <t>These differences are most notable in throughput, and in differing retransmission requirements.</t>
        <section anchor="throughput-differences-lead-to-network-collapse">
          <name>Throughput Differences lead to Network Collapse</name>
          <t>An incoming link to the proxy may have substantially different throughput than the outgoing link.
Perhaps the network characteristics on the two links are different, or perhaps the home server is slow.
In both situations, the proxy may be left with a difficult choice about what to do with the incoming packets, if the rate of incoming packets exceeds throughput on the outgoing link.</t>
          <t>As RADIUS does not provide for connection-based congestion control, there is no way for the proxy to signal on the incoming link that the client should slow its rate of sending packets.
As a result, the proxy must simply accept the packets, buffer them, and hope that they can be be sent outbound before the client gives up on the request.</t>
        </section>
        <section anchor="differing-retransmission-requirements">
          <name>Differing Retransmission Requirements</name>
          <t>Due to the lossy nature of UDP, RADIUS/UDP and RADIUS/DTLS transports are required to perform retransmissions as per <xref section="2.2.1" sectionFormat="comma" target="RFC5080"/>.  In contrast, RADIUS/TCP and RADIUS/TLS transports are reliable, and do not perform retransmissions.  These requirements lead to an issue for proxies when they send packets across protocol boundaries with differing retransmission behaviors.</t>
          <t>When a proxy receives packets on an unreliable transport, and forwards them across a reliable transport, it receives retransmissions from the client, but <bcp14>MUST NOT</bcp14> forward those retransmissions across the reliable transport.  The proxy <bcp14>MAY</bcp14> log information about these retransmissions, but it does not perform any other action.</t>
          <t>When a proxy receives packets on a reliable transport, and forwards them across an unreliable transport, the proxy <bcp14>MUST</bcp14> perform retransmissions across the unreliable transport as per <xref section="2.2.1" sectionFormat="comma" target="RFC5080"/>.  That is, the proxy takes responsibility for the retransmissions.  Implementations <bcp14>MUST</bcp14> take care to not completely decouple the two transports in this situation.</t>
          <t>That is, if an incoming connection on a reliable transport is closed, there may be pending retransmissions on an outgoing unreliable transport.  Those retransmissions <bcp14>MUST</bcp14> be stopped, as there is nowhere to send the reply.  Similarly, if the proxy sees that the client has given up on a request (such as by re-using an Identifier before the proxy has sent a response), the proxy <bcp14>MUST</bcp14> stop all retransmissions of the old request and discard it.</t>
          <t>The above requirements are a logical extension of the common practice where a client stops retransmission of a packet once it decides to "give up" on the packet and discard it.  Whether this discard process is due to internal client decisions, or interaction with incoming connections is irrelevant.  When the client cannot do anything with responses to a request, it <bcp14>MUST</bcp14> stop retransmitting that request.</t>
        </section>
        <section anchor="acct-delay-time-and-event-timestap">
          <name>Acct-Delay-Time and Event-Timestap</name>
          <t>In order to avoid congestive collapse, it is <bcp14>RECOMMENDED</bcp14> that RADIUS/(D)TLS clients which originate Accounting-Request packets (i.e. not proxies) do not include Acct-Delay-Time (<xref section="5.2" sectionFormat="comma" target="RFC2866"/>) in those packets.
Instead, those clients <bcp14>SHOULD</bcp14> include Event-Timestamp (<xref section="5.3" sectionFormat="comma" target="RFC2869"/>), which is the time at which the original event occured.
The Event-Timestamp <bcp14>MUST NOT</bcp14> be updated on any retransmissions, as that would both negate the meaning of Event-Timestamp, and create the same problem as with Acct-Delay-Time.</t>
          <t>Not using Acct-Delay-Time allows for RADIUS packets to be retransmitted without change.
In conctrast, updating Acct-Delay-Time would require that the client create and send a new packet without signalling the server that the previous packet is no longer considered active.
This process can occur repeatedly, which leads to multiple different packets containing effectively the same information (except for Acct-Delay-Time).
This duplication contributes to congestive collapse of the network, if a RADIUS proxy performs retransmission to the next hop for each of those packets independently.</t>
          <t>Additionally, the different properties of the RADIUS/TLS transport as well as cross-protocol proxying change the assumption of a negligible transmission time of the RADIUS packet, on which the value of Acct-Delay-Time is based.
While a single UDP packet may have a negligible transmission time, application data sent via TLS could arrive at the sender with a significant delay due to the underlying TCP retransmission mechanism.
If the packet is proxied from RADIUS/TLS to RADIUS/DTLS or RADIUS/UDP, the proxy has to retransmit on its own without changing the value of Acct-Delay-Time, which again introduces non-negligible transmission delays.</t>
          <t>Using Event-Timestamp instead of Acct-Delay-Time also removes an ambiguity around retransmitted packets for RADIUS/TLS.
Since there is no change to the packet contents when a retransmission timer expires, no new packet ID is allocated, and therefore no new packet is created.</t>
          <t>Where RADIUS/(D)TLS clients do include Acct-Delay-Time in RADIUS packets, the client <bcp14>SHOULD</bcp14> use timers to detect packet loss, as described in <xref target="client_retransmission_timers"/>.
RADIUS/(D)TLS clients <bcp14>SHOULD NOT</bcp14> update the Acct-Delay-Time, and therefore create a new RADIUS packet with the same information, until the timer has determined that the original packet has in fact been completely lost.
This ensures that there is no congestive collapse, since a new packet is only created if following hops have also given up on retransmission, while keeping the functionality of Acct-Delay-Time to determine how long ago the event occured.
It only reduces the granularity of Acct-Delay-Time to the retransmission timeout, compared to the different approach of updating the Acct-Delay-Time on each retransmission.</t>
        </section>
      </section>
      <section anchor="client-timers">
        <name>Client Timers</name>
        <t>RADIUS/(D)TLS clients may need to reconnect to a server that rejected their connection attempt and retransmit RADIUS packets which did not get an answer.</t>
        <section anchor="reconnection-attempts">
          <name>Reconnection attempts</name>
          <t>In contrast to RADIUS/UDP, RADIUS/(D)TLS establishes a (D)TLS session before transmitting any RADIUS packets.
Therefore, in addition to retransmission of RADIUS packets, RADIUS/(D)TLS clients also have to deal with connection retries.</t>
          <t>RADIUS/(D)TLS clients <bcp14>MUST NOT</bcp14> immediately reconnect to a RADIUS/(D)TLS server after a failed connection attempt and <bcp14>MUST</bcp14> have a lower bound for the time between retries.
The lower bound <bcp14>SHOULD</bcp14> be configurable.
As only exception, a RADIUS/(D)TLS client <bcp14>MAY</bcp14> reconnect immediately iff the client attempted to resume a TLS session and the server closed the connection.
In this case the new connection attempt <bcp14>MUST NOT</bcp14> use TLS session resumption.</t>
          <t>It is <bcp14>RECOMMENDED</bcp14> that RADIUS/(D)TLS clients implement an algorithm for handling the timing of such reconnection attempts.
Implementations <bcp14>MAY</bcp14> choose to use an algorithm similar to the retransmission algorithm defined in <xref section="2.2.1" sectionFormat="comma" target="RFC5080"/>.
The algorithm used <bcp14>SHOULD</bcp14> include a configurable lower and upper bound for the time between retries, an (exponential) backoff, a configurable timeout after which the client gives up reconnecting and <bcp14>MAY</bcp14> add a jitter.</t>
          <t>Where the connection to a RADIUS/(D)TLS server is established only when there is a RADIUS packet to be sent, adding a second RADIUS packet to be send <bcp14>SHOULD NOT</bcp14> trigger an immediate reconnection attempt.
Instead, the algorithm <bcp14>SHOULD</bcp14> continue as it would have without the new packet, but the client <bcp14>MAY</bcp14> reset the timeout for giving up reconnecting.</t>
          <t>Where the connection to a RADIUS/(D)TLS server is configured to be static and always kept open, the reconnect algorithm <bcp14>SHOULD</bcp14> have an upper limit for the time between retries (e.g. 60 seconds) and not give up trying to reconnect.</t>
        </section>
        <section anchor="client_retransmission_timers">
          <name>RADIUS packet retransmission</name>
          <t>RADIUS/(D)TLS clients <bcp14>MUST</bcp14> implement retransmission timers for retransmitting RADIUS packets such as the ones defined in <xref section="2.2.1" sectionFormat="comma" target="RFC5080"/>.
Other algorithms than the one defined in <xref target="RFC5080"/> are possible, but any timer implementations <bcp14>MUST</bcp14> have similar properties of including jitter, exponential backoff and a maximum retransmission count (MRC) or maximum retransmission duration (MRD).</t>
          <t>As TLS is a reliable transport, RADIUS/TLS clients can only retransmit a packet if a connection closes without that packet receiving a reply, therefore the timers <bcp14>MUST NOT</bcp14> result in retransmission of any packet.
Instead, the timers, MRC or MRD specifically, can be used to determine that a packet will most likely not receive an answer ever, for example because a packet loss has occured in a later RADIUS hop or the home server ignores the RADIUS packet.</t>
          <t>See <xref target="duplicates_retransmissions"/> for more discussion on retransmission behavior.</t>
        </section>
      </section>
      <section anchor="session-limits-and-timeout">
        <name>Session limits and timeout</name>
        <t>While RADIUS/UDP could be implemented mostly stateless (except for the requests in flight), both TCP/TLS as well as DTLS require state tracking of the underlying TLS connection and are thus subject to potential resource exhaustion. This is aggravated by the fact that RADIUS client/servers are often statically configured and thus form long-running peer relationships with long-running connections.</t>
        <t>Implementations <bcp14>SHOULD</bcp14> have configurable limits on the number of open connections. When this maximum is reached and a new session is started, the server <bcp14>MUST</bcp14> either drop an old session in order to open the new one or not create a new session.</t>
        <t>The close notification of (D)TLS or underlying connections are not fully reliable, or they might be unnecessarily kept alive by heartbeat or watchdog traffic, occupying resources.
Therefore, both RADIUS/(D)TLS clients and servers <bcp14>MAY</bcp14> close connections after they have been idle for some time (no traffic except application layer watchdog). This idle timeout <bcp14>SHOULD</bcp14> be configurable within reasonable limits and <bcp14>SHOULD</bcp14> allow to disable idle timeout completely.</t>
        <t>On the server side, this mostly helps avoid resource exhaustion. For clients, proactively closing sessions can also help mitigate situations where watchdog mechanisms are unavailable or fail to detect non-functional connections. Some scenarios or RADIUS protocol extensions could also require that a connection be kept open at all times, so clients <bcp14>MAY</bcp14> immediately re-open the connection. These scenarios could be related to monitoring the infrastructure or to allow the server to proactively send packets to the clients without a preceding request.</t>
        <t>The value of the idle timeout to use depends on the exact deployment and is a trade-of between resource usage on clients/servers and the overhead of opening new connections. Very short timeouts that are at or below the timeouts used for application layer watchdogs, typically in the range of 30-60s can be considered unreasonable. In contrast, the upper limit is much more difficult to define but may be in the range of 10 to 15min, depending on the available resources, or never (disabling idle timeout) in scenarios where a permanently open connection is required.</t>
      </section>
      <section anchor="behavior-on-session-closure-of-incoming-sessions">
        <name>Behavior on session closure of incoming sessions</name>
        <t>If an incoming (D)TLS session or the underlying connection is closed or broken, then there is no way to send a RADIUS response message to the client.
The RADIUS/(D)TLS server behavior then depends on the types of packets being processed, and on the role of the server.</t>
        <t>A RADIUS/(D)TLS server acting as proxy <bcp14>MUST</bcp14> discard all requests associated with the closed connection.
As no response can be sent over the now-closed (D)TLS connection, any further processing of requests is pointless.
A discarded request may have a cached RADIUS response packet (<xref section="2.2.2" sectionFormat="comma" target="RFC5080"/>), in which case the cached response also <bcp14>MUST</bcp14> be discarded.
If there is no cached response packet, then the request might still be processed by the home server.
The RADIUS proxy <bcp14>MUST</bcp14> discard any response to these requests and <bcp14>SHOULD</bcp14> stop processing the requests.</t>
        <t>A home server which receives Access-Request packets <bcp14>MUST</bcp14> behave as defined above for a proxy and discard those requests and stop processing them.
Where a RADIUS packet is part of a multi-packet authentication session (e.g. EAP), the underlying authentication session could be continued, or the underlying authentication session data could be discarded.
The server may be able to receive and process another packet for that session via a different incoming connection.
It is difficult to make more recommendations for managing partially processed authentication sessions, as such recommendations depend strongly on the authentication method being used.
As a result, further behavior is implementation defined and outside the scope of this specification.</t>
        <t>A home server which receives other kinds of packets (for example Accounting-Request, CoA-Request, Disconnect-Request) <bcp14>MAY</bcp14> finish processing outstanding requests, and then discard any response.
This behavior ensures that the desired action is still taken, even if the home server cannot inform the client of the result of that action.</t>
      </section>
      <section anchor="malformed-packets-and-unknown-clients">
        <name>Malformed Packets and Unknown clients</name>
        <t>The RADIUS specifications say that an implementation should "silently discard" a packet in a number of circumstances.
This action has no further consequences for UDP based transports, as the "next" packet is completely independent of the previous one.</t>
        <t>When TLS is used as transport, decoding the "next" packet on a connection depends on the proper decoding of the previous packet.
As a result the behavior with respect to discarded packets has to change, since a malformed RADIUS packet could impact the decoding of succeeding packets.</t>
        <t>With DTLS, the "next" packet does not depend on proper decoding of the previous packet, since the RADIUS packets are sent in independent DTLS records.
However, since both TLS and DTLS provide integrity protection and ensure that the packet was sent by the peer, a protocol violation at this stage implies that the peer is misbehaving.</t>
        <t>Implementations of this specification <bcp14>SHOULD</bcp14> treat the "silently discard" texts in the RADIUS specification referenced above as "silently discard and close the connection".
That is, the implementation <bcp14>SHOULD</bcp14> send a TLS close notification and, in the case of RADIUS/TLS, the underlying TCP connection <bcp14>MUST</bcp14> be closed if any of the following circumstances are seen:</t>
        <ul spacing="normal">
          <li>
            <t>Connection from an unknown client</t>
          </li>
          <li>
            <t>Packet where the RADIUS <tt>Length</tt> field is less than the minimum RADIUS packet length</t>
          </li>
          <li>
            <t>Packet where the RADIUS <tt>Length</tt> field is more than the maximum RADIUS packet length</t>
          </li>
          <li>
            <t>Packet where an Attribute <tt>Length</tt> field has the value of zero or one (0 or 1)</t>
          </li>
          <li>
            <t>Packet where the attributes do not exactly fill the packet</t>
          </li>
          <li>
            <t>Packet where the Request Authenticator fails validation (where validation is required)</t>
          </li>
          <li>
            <t>Packet where the Response Authenticator fails validation (where validation is required)</t>
          </li>
          <li>
            <t>Packet where the Message-Authenticator attribute fails validation (when it occurs in a packet)</t>
          </li>
        </ul>
        <t>After applying the above rules, there are still two situations where the previous specifications allow a packet to be "silently discarded" upon receipt:</t>
        <ul spacing="normal">
          <li>
            <t>Packet with an invalid code field</t>
          </li>
          <li>
            <t>Response packets that do not match any outstanding request</t>
          </li>
        </ul>
        <t>In these situations, the (D)TLS connections <bcp14>MAY</bcp14> remain open, or they <bcp14>MAY</bcp14> be closed, as an implementation choice. However, the invalid packet <bcp14>MUST</bcp14> be silently discarded.</t>
        <t>These requirements reduce the possibility for a misbehaving client or server to wreak havoc on the network.</t>
      </section>
    </section>
    <section anchor="radiustls-specific-specifications">
      <name>RADIUS/TLS specific specifications</name>
      <t>This section discusses all specifications that are only relevant for RADIUS/TLS.</t>
      <section anchor="sending-and-receiving-radius-traffic">
        <name>Sending and receiving RADIUS traffic</name>
        <t>The TLS layer of RADIUS/TLS provides a stream-based communication between the two peers instead of the traditional packet-based communication as with RADIUS/UDP.
As a result, the way RADIUS packets are sent and received has to change.</t>
        <t>Instead of relying on packet borders of the underlying transport protocol to indicate the start of a new packet, the RADIUS/TLS peers have to keep track of the packet borders by examining the header of the received RADIUS packets.</t>
        <t>After the TLS session is established, a RADIUS/(D)TLS peer <bcp14>MUST NOT</bcp14> send any data except for RADIUS packets over the connection.
Since the RADIUS packet header contains a <tt>Length</tt> field, the end of the RADIUS packet can be deduced.
The next RADIUS packet <bcp14>MUST</bcp14> be sent directly after the RADIUS packet before, that is, the peers <bcp14>MUST NOT</bcp14> add padding before, between, or after RADIUS packets.</t>
        <t>When receiving RADIUS packets, a RADIUS/TLS node <bcp14>MUST</bcp14> determine the borders of RADIUS packet based on the <tt>Length</tt> field in the RADIUS header.
Note that, due to the stream architecture of TLS, it is possible that a RADIUS packet is first recieved only partially, and the remainder of the packet is contained in following fragments.
Therefore, RADIUS/TLS peers <bcp14>MUST NOT</bcp14> assume that the packet length is invalid solely based on the currenlty available bytes in the stream.</t>
        <t>As an implementation note, it is <bcp14>RECOMMENDED</bcp14> that RADIUS/TLS implementations do not pass a single RADIUS packet to the TLS library in multiple fragments and instead assemble the RADIUS packet and pass it as one unit, in order to avoid unnecessary overhead when sending or receiving (especially if every new write generates a new TLS record) and wait times on the other peer.</t>
      </section>
      <section anchor="duplicates_retransmissions">
        <name>Duplicates and Retransmissions</name>
        <t>As TCP is a reliable transport, RADIUS/TLS peers <bcp14>MUST NOT</bcp14> retransmit RADIUS packets over a given TCP connection.
However, if the TLS session or TCP connection is closed or broken, retransmissions over new connections are permissible.
RADIUS request packets that have not yet received a response <bcp14>MAY</bcp14> be transmitted by a RADIUS/TLS client over a new connection.
As this procedure involves using a new session, the ID of the packet <bcp14>MAY</bcp14> change.
If the ID changes, any security attributes such as Message-Authenticator <bcp14>MUST</bcp14> be recalculated.</t>
        <t>Despite the above discussion, RADIUS/TLS servers <bcp14>SHOULD</bcp14> still perform duplicate detection on received packets, as described in <xref section="2.2.2" sectionFormat="comma" target="RFC5080"/>.
This detection can prevent duplicate processing of packets from non-conforming clients.</t>
        <t>RADIUS packets <bcp14>SHOULD NOT</bcp14> be retransmitted to the same destination IP address and numerical port, but over a different transport protocol.
There is no guarantee in RADIUS that the two ports are in any way related.
This requirement does not, however, forbid the practice of putting multiple servers into a failover or load-balancing pool.
In that situation, RADIUS requests <bcp14>MAY</bcp14> be retransmitted to another server that is known to be part of the same pool.</t>
      </section>
      <section anchor="tcp-applications-are-not-udp-applications">
        <name>TCP Applications Are Not UDP Applications</name>
        <t>Implementers should be aware that programming a robust TCP-based application can be very different from programming a robust UDP-based application.</t>
        <t>Additionally, differences in the transport like Head of Line (HoL) blocking should be considered.</t>
        <t>When using RADIUS/UDP or RADIUS/DTLS, there is no ordering of packets.
If a packet sent by a peer is lost, that loss has no effect on subsequent packets sent by that peer.</t>
        <t>Unlike UDP, TCP is subject to issues related to Head of Line blocking.
This occurs when a TCP segment is lost and a subsequent TCP segment arrives out of order.
While the RADIUS peers can process RADIUS packets out of order, the semantics of TCP makes this impossible.
This limitation can lower the maximum packet processing rate of RADIUS/TLS.</t>
      </section>
    </section>
    <section anchor="dtls_spec">
      <name>RADIUS/DTLS specific specifications</name>
      <t>This section discusses all specifications that are only relevant for RADIUS/DTLS.</t>
      <section anchor="radius-packet-lengths">
        <name>RADIUS packet lengths</name>
        <t>The DTLS encryption adds an additional overhead to each packet sent.
RADIUS/DTLS implementations <bcp14>MUST</bcp14> support sending and receiving RADIUS packets of 4096 bytes in length, with a corresponding increase in the maximum size of the encapsulated DTLS packets.
This larger packet size may cause the UDP packet to be larger than the Path MTU (PMTU), which causes the packet to be fragmented.
Implemententors and operators should be aware of the possibility of fragmented UDP packets.</t>
        <t>RADIUS/DTLS nodes <bcp14>MUST</bcp14> send exactly one RADIUS packet per DTLS record.
This ensures that the RADIUS packets do not get fragmented at a point where a re-ordering of UDP packets would result in decoding failures.
The DTLS specification mandates that a DTLS record must not span multiple UDP packets.
We note that a single UDP datagram may, however, contain multiple DTLS records.
RADIUS/DTLS nodes <bcp14>MAY</bcp14> use this behavior to send multiple RADIUS packets in one UDP packet.</t>
        <t>For the receiving RADIUS/DTLS node, the length checks defined in <xref section="3" sectionFormat="comma" target="RFC2865"/> still apply.
That is, a receiving RADIUS/DTLS node <bcp14>MUST</bcp14> perform all the length checks, but <bcp14>MUST</bcp14> use the length of the decrypted payload of the DTLS record instead of the UDP packet length.
Exactly one RADIUS packet is encapsulated in a DTLS record, and any data outside the range of the RADIUS length field within the decrypted payload of a single DTLS record <bcp14>MUST</bcp14> be treated as padding, as it would be with a RADIUS/UDP packet, and be ignored.
For DTLS messages containing multiple DTLS records, each DTLS record <bcp14>MUST</bcp14> be parsed individually.</t>
      </section>
      <section anchor="server-behavior">
        <name>Server behavior</name>
        <t>When a RADIUS/DTLS server receives packets on the configured RADIUS/DTLS port, all packets <bcp14>MUST</bcp14> be treated as being DTLS.
RADIUS/UDP packets <bcp14>MUST NOT</bcp14> be accepted on this port.</t>
        <t>Some servers maintain a list of allowed clients per destination port.
Others maintain a global list of clients that are permitted to send packets to any port.
Where a client can send packets to multiple ports, the server <bcp14>MUST</bcp14> maintain a "DTLS Required" flag per client.</t>
        <t>This flag indicates whether or not the client is required to use DTLS.
When set, the flag indicates that the only traffic accepted from the client is over the RADIUS/DTLS port.
When packets are received from a client with the "DTLS Required" flag set on non-DTLS ports, the server <bcp14>MUST</bcp14> silently discard these packets, as there is no RADIUS/UDP shared secret available.</t>
        <t>This flag will often be set by an administrator.
However, if the server receives DTLS traffic from a client, it <bcp14>SHOULD</bcp14> notify the administrator that DTLS is available for that client.
It <bcp14>MAY</bcp14> mark the client as "DTLS Required".</t>
        <t>Allowing RADIUS/UDP and RADIUS/DTLS from the same client exposes the traffic to downbidding attacks and is <bcp14>NOT RECOMMENDED</bcp14>.</t>
      </section>
      <section anchor="client-behavior">
        <name>Client behavior</name>
        <t>When a RADIUS/DTLS client sends packet to the assigned RADIUS/DTLS port, all packets <bcp14>MUST</bcp14> be DTLS.
RADIUS/UDP packets <bcp14>MUST NOT</bcp14> be sent to this port.</t>
        <t>RADIUS/DTLS clients <bcp14>SHOULD NOT</bcp14> probe servers to see if they support DTLS transport.
Instead, clients <bcp14>SHOULD</bcp14> use DTLS as a transport layer only when administratively configured.</t>
      </section>
      <section anchor="session-management">
        <name>Session Management</name>
        <t>Where RADIUS/TLS can rely on the TCP state machine to perform session tracking, RADIUS/DTLS cannot.
As a result, implementations of RADIUS/DTLS may need to perform session management of the DTLS session in the application layer.
This subsection describes logically how this tracking is done.
Implementations <bcp14>MAY</bcp14> choose to use the method described here, or another, equivalent method.
When implementations do not use the 5-tuple described below, note that IP address based policies <bcp14>MUST</bcp14> still be applied for all incoming packets, similar to the mandated behavior for TLS Session Resumption in <xref target="tls_session_resumption"/>.</t>
        <t>We note that <xref section="2.2.2" sectionFormat="comma" target="RFC5080"/>, already mandates a duplicate detection cache.
The session tracking described below can be seen as an extension of that cache, where entries contain DTLS sessions instead of RADIUS/UDP packets.</t>
        <t><xref section="2.2.2" sectionFormat="comma" target="RFC5080"/>, describes how duplicate RADIUS/UDP requests result in the retransmission of a previously cached RADIUS/UDP response.
Due to DTLS sequence window requirements, a server <bcp14>MUST NOT</bcp14> retransmit a previously sent DTLS packet.
Instead, it should cache the RADIUS response packet, and re-process it through DTLS to create a new RADIUS/DTLS packet, every time it is necessary to retransmit a RADIUS response.</t>
        <section anchor="server-session-management">
          <name>Server Session Management</name>
          <t>A RADIUS/DTLS server <bcp14>MUST</bcp14> track ongoing DTLS sessions for each client, based on the following 5-tuple:</t>
          <ul spacing="normal">
            <li>
              <t>source IP address</t>
            </li>
            <li>
              <t>source port</t>
            </li>
            <li>
              <t>destination IP address</t>
            </li>
            <li>
              <t>destination port</t>
            </li>
            <li>
              <t>protocol (fixed to <tt>UDP</tt>)</t>
            </li>
          </ul>
          <t>Note that this 5-tuple is independent of IP address version (IPv4 or IPv6).</t>
          <t>Each 5-tuple points to a unique session entry, which usually contains the following information:</t>
          <dl>
            <dt>DTLS Session:</dt>
            <dd>
              <t>Any information required to maintain and manage the DTLS session.</t>
            </dd>
            <dt>DTLS Data:</dt>
            <dd>
              <t>An implementation-specific variable that may contain information about the active DTLS session.
This variable may be empty or nonexistent.</t>
            </dd>
            <dt/>
            <dd>
              <t>This data will typically contain information such as idle timeouts, session lifetimes, and other implementation-specific data.</t>
            </dd>
          </dl>
          <section anchor="session-opening-and-closing">
            <name>Session Opening and Closing</name>
            <t>Session tracking is subject to Denial-of-Service (DoS) attacks due to the ability of an attacker to forge UDP traffic.
RADIUS/DTLS servers <bcp14>SHOULD</bcp14> use the stateless cookie tracking technique described in <xref section="4.2.1" sectionFormat="comma" target="RFC6347"/>.
DTLS sessions <bcp14>SHOULD NOT</bcp14> be tracked until a ClientHello packet has been received with an appropriate Cookie value.
Server implementation <bcp14>SHOULD</bcp14> have a way of tracking DTLS sessions that are partially set up.
Servers <bcp14>MUST</bcp14> limit both the number and impact on resources of partial sessions.</t>
            <t>Sessions (both 5-tuple and entry) <bcp14>MUST</bcp14> be deleted when the DTLS session is closed for any reason.
When a session is deleted due to it failing security requirements, the DTLS session <bcp14>MUST</bcp14> be closed, any TLS session resumption parameters for that session <bcp14>MUST</bcp14> be discarded, and all tracking information <bcp14>MUST</bcp14> be deleted.</t>
            <t>Since UDP is stateless, the potential exists for the client to initiate a new DTLS session using a particular 5-tuple, before the server has closed the old session.
For security reasons, the server <bcp14>MUST</bcp14> keep the old session active until either it has received secure notification from the client that the session is closed or the server decides to close the session based on idle timeouts.
Taking any other action would permit unauthenticated clients to perform a DoS attack, by reusing a 5-tuple and thus causing the server to close an active (and authenticated) DTLS session.</t>
            <t>As a result, servers <bcp14>MUST</bcp14> ignore any attempts to reuse an existing 5-tuple from an active session.
This requirement can likely be reached by simply processing the packet through the existing session, as with any other packet received via that 5-tuple.
Non-compliant, or unexpected packets will be ignored by the DTLS layer.</t>
          </section>
        </section>
        <section anchor="client-session-management">
          <name>Client Session Management</name>
          <t>RADIUS/DTLS clients <bcp14>SHOULD NOT</bcp14> send both RADIUS/UDP and RADIUS/DTLS packets to different servers from the same source socket.
This practice causes increased complexity in the client application and increases the potential for security breaches due to implementation issues.</t>
          <t>RADIUS/DTLS clients <bcp14>MAY</bcp14> use PMTU discovery <xref target="RFC6520"/> to determine the PMTU between the client and server, prior to sending any RADIUS traffic.
While a RADIUS client has limited to no possibilities to reduce the size of an outgoing RADIUS packet without unwanted side effects, it gives the RADIUS client the possibility to determine whether or not the RADIUS packet can even be sent over the connection.
IP fragmentation may not be functioning, so by determining the PMTU, the RADIUS client can preemptively select a different RADIUS server to send the RADIUS packet to.
Further discussion of this problem is deemed outside of the scope of this document.</t>
        </section>
      </section>
    </section>
    <section anchor="security_considerations">
      <name>Security Considerations</name>
      <t>As this specification relies on the existing TLS and DTLS specifications, all security considerations for these protocols also apply to the (D)TLS portions of RADIUS/(D)TLS.</t>
      <t>For RADIUS however, many security considerations raised in the RADIUS documents are related to RADIUS encryption and authorization.
Those issues are largely mitigated when (D)TLS is used as a transport method, since encryption and authorization is achieved on the (D)TLS layer.
The issues that are not mitigated by this specification are related to the RADIUS packet format and handling, which is unchanged in this specification.</t>
      <t>A few remaining security considerations and notes to administrators deploying RADIUS/(D)TLS are listed below.</t>
      <section anchor="radius-proxies">
        <name>RADIUS Proxies</name>
        <t>RADIUS/(D)TLS provides authentication, integrity and confidentiality protection for RADIUS traffic between two RADIUS peers.
In the presence of proxies, these intermediate proxies can still inspect the individual RADIUS packets, i.e., "end-to-end" encryption on the RADIUS layer is not provided.
Where intermediate proxies are untrusted, it is desirable to use other RADIUS mechanisms to prevent RADIUS packet payload from inspection by such proxies.
One common method to protect passwords is the use of the Extensible Authentication Protocol (EAP) and EAP methods that utilize TLS.</t>
        <t>Additionally, when RADIUS proxies are used, the RADIUS client has no way of ensuring that the complete path of the RADIUS packet is protected, since RADIUS routing is done hop-by-hop and any intermediate proxy may be configured, after receiving a RADIUS packet via RADIUS/(D)TLS from one peer, to forward this packet to a different peer using the RADIUS/UDP transport profile.
There is no technical solution to this problem with the current specification.
Where the confidentiality of the contents of the RADIUS packet across the whole path is required, organizational solutions need to be in place, that ensure that every intermediate RADIUS proxy is configured to forward the RADIUS packets using RADIUS/(D)TLS as transport.</t>
        <t>One possible way to reduce the attack surface is to reduce the number of proxies in the overall proxy chain.
For this, dynamic discovery as defined in <xref target="RFC7585"/> can be used.</t>
        <section anchor="loopback-attack-on-peers-acting-as-server-and-client">
          <name>Loopback-Attack on Peers acting as Server and Client</name>
          <t>RADIUS/(D)TLS nodes that are configured to act both as client and server, typically in a proxy configuration, may be vulnerable to attacks where an attacker mirrors back all traffic to the node.
Therefore, nodes that are capable of acting as both client and server <bcp14>SHOULD</bcp14> implement mitigations to avoid accepting connections from itself.
One example of a potentially vulnerable configuration is a setup where the RADIUS/(D)TLS server is accepting incoming connections from any address (or a wide address range).
Since the server may not be able to verify the certificate subject or subject alternate names, the trust is based on the certificate issuer or certificate OID.
However, in this case, the client certificate which the RADIUS/(D)TLS node uses for outgoing connections on the client side might also satisfy the trust check of the server side.
Other scenarios where the identification of an outgoing connection satisfies the trust check of an incoming one are possible, but are not enumerated here.</t>
          <t>Either through misconfiguration, erroneous or spoofed dynamic discovery, or an attacker rerouting TLS packets, a proxy might thus open a connection to itself, creating a loop.
Such attacks have been described for TLS-PSK <xref target="RFC9257"/>, dubbed a selfie-attack, but are much broader in the RADIUS/(D)TLS case. In particular, as described above, they also apply to certificate based authentication.</t>
          <t>Implementations <bcp14>SHOULD</bcp14> therefore detect connections from itself, and reject them.
There is currently no detection method that works universally for all use-cases and TLS implementations.
Some possible detection methods are listed below:</t>
          <ul spacing="normal">
            <li>
              <t>Comparing client or server random used in the TLS handshake. While this is a very effective method, it requires access to values which are normally private to the TLS implementation.</t>
            </li>
            <li>
              <t>Sending a custom random number in an extension in the TLS client hello. Again, this is very effective, but requires extension of the TLS implementation.</t>
            </li>
            <li>
              <t>Comparing the incoming server certificate to all server certificates configured on the proxy. While in some scenarios this can be a valid detection method, using the same server certificate on multiple servers would keep these servers from connecting with each other, even when this connection is legitimate.</t>
            </li>
          </ul>
          <t>The application layer RADIUS protocol also offers some loop detection, e.g. using a Proxy-State attribute.
However, these methods are not capable of reliably detecting and suppressing these attacks in every case and are outside the scope of this document.</t>
        </section>
      </section>
      <section anchor="usage-of-null-encryption-cipher-suites-for-debugging">
        <name>Usage of null encryption cipher suites for debugging</name>
        <t>For debugging purposes, some TLS implementations offer cipher suites with NULL encryption, to allow inspection of the plaintext with packet sniffing tools.
Since with RADIUS/(D)TLS the RADIUS shared secret is set to a static string ("radsec" for RADIUS/TLS, "radius/dtls" for RADIUS/DTLS), using a NULL encryption cipher suite will also result in complete disclosure of the whole RADIUS packet, including the encrypted RADIUS attributes, to any party eavesdropping on the conversation.
Following the recommendations in <xref section="4.1" sectionFormat="comma" target="RFC9325"/>, this specification forbids the usage of NULL encryption cipher suites for RADIUS/(D)TLS.</t>
        <t>For cases where administrators need access to the decrypted RADIUS/(D)TLS traffic, we suggest using different approaches, like exporting the key material from TLS libraries according to <xref target="I-D.ietf-tls-keylogfile"/>.</t>
      </section>
      <section anchor="possibility-of-denial-of-service-attacks">
        <name>Possibility of Denial-of-Service attacks</name>
        <t>Both RADIUS/TLS and RADIUS/DTLS have a considerable higher amount of data that the server needs to store in comparison to RADIUS/UDP.
Therefore, an attacker could try to exhaust server resources.</t>
        <t>With RADIUS/UDP, any bogus RADIUS packet would fail the cryptographic checks and the server would silently discard the bogus packet.
For RADIUS/(D)TLS, the server needs to perform at least a partial TLS handshake to determine whether or not the client is authorized.
Performing a (D)TLS handshake is more complex than the cryptographic check of a RADIUS packet.
An attacker could try to trigger a high number of (D)TLS handshakes at the same time, resulting in a high server load and potentially a Denial-of-Service.
To prevent this attack, a RADIUS/(D)TLS server <bcp14>SHOULD</bcp14> have configurable limits on new connection attempts.</t>
        <t>Both TLS and DTLS need to store session information for each open (D)TLS session.
Especially with DTLS, a bogus or misbehaving client could open an excessive number of DTLS sessions.
This session tracking could lead to a resource exhaustion on the server side, triggering a Denial-of-Service.
Therefore, RADIUS/(D)TLS servers <bcp14>SHOULD</bcp14> have a configurable limit of the number of sessions they can track.
When the total number of sessions tracked is going to exceed the configured limit, servers <bcp14>MAY</bcp14> free up resources by closing the session that has been idle for the longest time.
Doing so may free up idle resources that then allow the server to accept a new session.</t>
        <t>RADIUS/(D)TLS servers <bcp14>MUST</bcp14> limit the number of partially open (D)TLS sessions and <bcp14>SHOULD</bcp14> expose this limit as configurable option to the administrator.</t>
        <t>To prevent resource exhaustion by partially opening a large number of (D)TLS sessions, RADIUS/(D)TLS servers <bcp14>SHOULD</bcp14> have a timeout on partially open (D)TLS sessions.
We recommend a limit of a few seconds, implementations <bcp14>SHOULD</bcp14> expose this timeout as configurable option to the administrator.
If a (D)TLS session is not established within this timeframe, it is likely that this is a bogus connection.
In contrast, an established session might not send packets for longer periods of time, but since the peers are mutually authenticated this does not pose a problem other than the problems mentioned before.</t>
        <t>A different means of prevention is IP filtering.
If the IP range that the server expects clients to connect from is restricted, then the server can simply reject or drop all connection attempts from outside those ranges.
If every RADIUS/(D)TLS client is configured with an IP range, then the server does not even have to perform a partial TLS handshake if the connection attempt comes from outside every allowed range, but can instead immediately drop the connection.
To perform this lookup efficiently, RADIUS/(D)TLS servers <bcp14>SHOULD</bcp14> keep a list of the accumulated permitted IP address ranges, individually for each transport.</t>
      </section>
      <section anchor="tls-session-lifetime-and-key-rotation">
        <name>TLS Session Lifetime and Key Rotation</name>
        <t>The underlying TLS sessions of RADIUS/(D)TLS connections may have a long lifetime.
Especially when dealing with high volume of RADIUS traffic, the encryption keys have to be rotated regularly, depending on both the amout of data which was tansferred, and on the encryption method.
See <xref section="5.5" sectionFormat="comma" target="RFC8446"/> and <xref target="I-D.irtf-cfrg-aead-limits"/> for more information.</t>
        <t>Implementers <bcp14>SHOULD</bcp14> be aware of this issue and determine whether the underlying TLS library automatically rotates encryption keys or not.
If the underlying TLS library does not perform the rotation automatically, RADIUS/(D)TLS implementations <bcp14>SHOULD</bcp14> perform this rotation manually, either by a key update of the existing TLS connection or by closing the TLS connection and opening a new one.</t>
      </section>
      <section anchor="session-closing">
        <name>Session Closing</name>
        <t>If malformed RADIUS packets are received or the packets fail the authenticator checks, this specification requires that the (D)TLS session be closed.
The reason is that the session is expected to be used for transport of RADIUS packets only.</t>
        <t>Any non-RADIUS traffic on that session means the other party is misbehaving and is potentially a security risk.
Similarly, any RADIUS traffic failing authentication vector or Message-Authenticator validation means that two parties do not have a common shared secret.
Since the shared secret is static, this again means the other party is misbehaving.</t>
        <t>We wish to avoid the situation where a third party can send well-formed RADIUS packets to a RADIUS proxy that cause a (D)TLS session to close.
Therefore, in other situations, the session <bcp14>SHOULD</bcp14> remain open in the face of non-conforming packets.
Any malformed RADIUS packets sent by a third party will go through the security checks of the RADIUS proxy upon reception and will not be forwarded.
Well-formed RADIUS packets with portions that the proxy does not understand do not pose a security risk to the security properties of the RADIUS/(D)TLS session and can be forwarded.
This ensures forward compatibility with future RADIUS extensions.</t>
      </section>
      <section anchor="migrating-from-radiusudp-to-radiusdtls">
        <name>Migrating from RADIUS/UDP to RADIUS/(D)TLS</name>
        <t>Since RADIUS/UDP security relies on the MD5 algorithm, which is considered insecure, using RADIUS/UDP over insecure networks is risky.
We therefore recommend to migrate from RADIUS/UDP to RADIUS/(D)TLS.
Within this migration process, however, there are a few items that need to be considered by administrators.</t>
        <t>Firstly, administrators may be tempted to simply migrate from RADIUS/UDP to RADIUS/(D)TLS with (D)TLS-PSK and reuse the RADIUS shared secret as (D)TLS-PSK.
While this may seem like an easy way to upgrade RADIUS/UDP to RADIUS/(D)TLS, the cryptographic problems with the RADIUS/UDP shared secret render the shared secret potentially compromised.
Using a potentially compromised shared secret as TLS-PSK compromises the whole TLS connection.
Therefore, any shared secret used with RADIUS/UDP before <bcp14>MUST NOT</bcp14> be used with RADIUS/(D)TLS and (D)TLS-PSK.
Implementers <bcp14>MUST NOT</bcp14> reuse the configuration option for the RADIUS/UDP shared secret for the (D)TLS-PSK to prevent accidental reuse.</t>
        <t>When upgrading from RADIUS/UDP to RADIUS/(D)TLS, there may be a period of time, where the connection between client and server is configured for both transport profiles.
If the old RADIUS/UDP configuration is left configured, but not used in normal operation, e.g. due to a fail-over configuration that prefers RADIUS/(D)TLS, an attacker could disrupt the RADIUS/(D)TLS communication and force a downgrade to RADIUS/UDP.
To prevent this it is <bcp14>RECOMMENDED</bcp14> that, when the migration to RADIUS/(D)TLS is completed, the RADIUS/UDP configuration is removed.
RADIUS/(D)TLS clients <bcp14>MUST NOT</bcp14> fall back to RADIUS/UDP if the RADIUS/(D)TLS communication fails, unless explicitly configured this way.</t>
        <t>Special considerations apply for clients behind a NAT, where some clients use RADIUS/UDP and others use RADIUS/(D)TLS.
A RADIUS server might not be able to detect if a RADIUS/(D)TLS client falls back to RADIUS/UDP, they will appear with the same source IP address to the server and use the same shared secret.
It is therefore <bcp14>RECOMMENDED</bcp14> to not use RADIUS/UDP and RADIUS/(D)TLS clients behind a NAT at the same time.</t>
      </section>
      <section anchor="client-subsystems">
        <name>Client Subsystems</name>
        <t>Many traditional clients treat RADIUS as subsystem-specific.
That is, each subsystem on the client has its own RADIUS implementation and configuration.
These independent implementations work for simple systems, but break down for RADIUS when multiple servers, fail-over and load-balancing are required.
With (D)TLS enabled, these problems are expected to get worse.</t>
        <t>We therefore recommend in these situations to use a local proxy that arbitrates all RADIUS traffic between the client and all servers.
This proxy will encapsulate all knowledge about servers, including security policies, fail-over and load-balancing.
All client subsystems should communicate with this local proxy, ideally over a loopback address.</t>
        <t>The benefit of this configuration is that there is one place in the client that arbitrates all RADIUS traffic.
Subsystems that do not implement RADIUS/(D)TLS can remain unaware of (D)TLS.
(D)TLS sessions opened by the proxy can remain open for a long period of time, even when client subsystems are restarted.
The proxy can do RADIUS/UDP to some servers and RADIUS/(D)TLS to others.</t>
        <t>Delegation of responsibilities and separation of tasks are important security principles.
By moving all RADIUS/(D)TLS knowledge to a (D)TLS-aware proxy, security analysis becomes simpler, and enforcement of correct security becomes easier.</t>
      </section>
    </section>
    <section anchor="design_decisions">
      <name>Design Decisions</name>
      <t>Many of the design decisions of RADIUS/TLS and RADIUS/DTLS can be found in <xref target="RFC6614"/> and <xref target="RFC7360"/>.
This section will discuss the rationale behind significant changes from the experimental specification.</t>
      <section anchor="design_supported_transports">
        <name>Mandatory-to-implement transports</name>
        <t>With the merging of RADIUS/TLS and RADIUS/DTLS the question of mandatory-to-implement transports arose.
In order to avoid incompatibilities, there were two possibilities: Either mandate one of the transports for all implementations or mandate the implementation of both transports for either the server or the client.
As of the time writing, RADIUS/TLS is widely adapted for some use cases (see <xref target="lessons_learned"/>).
However, TLS has some serious drawbacks when used for RADIUS transport.
Especially the sequential nature of the connection and the connected issues like Head-of-Line blocking could create problems.</t>
        <t>Therefore, the decision was made that RADIUS servers must implement both transports.
For RADIUS clients, that may run on more constrained nodes, implementers can choose to implement only the transport that is better suited for their needs.</t>
      </section>
      <section anchor="design_trust_profiles">
        <name>Mandatory-to-implement trust profiles</name>
        <t><xref target="RFC6614"/> mandates the implementation of the trust profile "certificate with PKIX trust model" for both clients and servers.
The experience of the deployment of RADIUS/TLS as specified in <xref target="RFC6614"/> has shown that most actors still rely on RADIUS/UDP.
Since dealing with certificates can create a lot of issues, both for implementers and administrators, for the re-specification we wanted to create an alternative to insecure RADIUS transports like RADIUS/UDP that can be deployed easily without much additional administrative overhead.</t>
        <t>As with the supported transports, the assumption is that RADIUS servers are generally believed to be less constrained than RADIUS clients.
Since some client implementations already support using certificates for mutual authentication and there are several use cases, where pre-shared keys are not usable (e.g. a dynamic federation with changing members), the decision was made that, analog to the supported transports, RADIUS/(D)TLS servers must implement both certificates with PKIX trust model and TLS-PSK as means of mutual authentication.
RADIUS/(D)TLS clients again can choose which method is better suited for them, but must, for compatibility reasons, implement at least one of the two.</t>
      </section>
      <section anchor="design_changes_in_tls">
        <name>Changes in application of TLS</name>
        <t>The original specification of RADIUS/TLS does not forbid the usage of compression in the TLS layer.
As per <xref section="3.3" sectionFormat="comma" target="RFC9325"/>, compression should not be used due to the possibility of compression-related attacks, unless the application protocol is proven to be not open to such attacks.
Since some attributes of the RADIUS packets within the TLS tunnel contain values that an attacker could at least partially choose (i.e. username, MAC address or EAP message), there is a possibility for compression-related attacks, that could potentially reveal data in other RADIUS attributes through length of the TLS record.
To circumvent this attack, this specification forbids the usage of TLS compression.</t>
      </section>
    </section>
    <section anchor="iana-considerations">
      <name>IANA Considerations</name>
      <t>Upon approval, IANA should update the Reference to radsec in the Service Name and Transport Protocol Port Number Registry:</t>
      <ul spacing="normal">
        <li>
          <t>Service Name: radsec</t>
        </li>
        <li>
          <t>Port Number: 2083</t>
        </li>
        <li>
          <t>Transport Protocol: tcp/udp</t>
        </li>
        <li>
          <t>Description: Secure RADIUS Service</t>
        </li>
        <li>
          <t>Assignment notes: The TCP port 2083 was already previously assigned by IANA for "RadSec", an early implementation of RADIUS/TLS, prior to issuance of the experimental RFC 6614.
[RFCXXXX] updates RFC 6614 (RADIUS/TLS) and RFC 7360 (RADIUS/DTLS).</t>
        </li>
        <li>
          <t>Reference: [RFCXXXX] (this document)</t>
        </li>
      </ul>
    </section>
  </middle>
  <back>
    <references anchor="sec-combined-references">
      <name>References</name>
      <references anchor="sec-normative-references">
        <name>Normative References</name>
        <reference anchor="RFC2865">
          <front>
            <title>Remote Authentication Dial In User Service (RADIUS)</title>
            <author fullname="C. Rigney" initials="C." surname="Rigney"/>
            <author fullname="S. Willens" initials="S." surname="Willens"/>
            <author fullname="A. Rubens" initials="A." surname="Rubens"/>
            <author fullname="W. Simpson" initials="W." surname="Simpson"/>
            <date month="June" year="2000"/>
            <abstract>
              <t>This document describes a protocol for carrying authentication, authorization, and configuration information between a Network Access Server which desires to authenticate its links and a shared Authentication Server. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2865"/>
          <seriesInfo name="DOI" value="10.17487/RFC2865"/>
        </reference>
        <reference anchor="RFC2866">
          <front>
            <title>RADIUS Accounting</title>
            <author fullname="C. Rigney" initials="C." surname="Rigney"/>
            <date month="June" year="2000"/>
            <abstract>
              <t>This document describes a protocol for carrying accounting information between a Network Access Server and a shared Accounting Server. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2866"/>
          <seriesInfo name="DOI" value="10.17487/RFC2866"/>
        </reference>
        <reference anchor="RFC5176">
          <front>
            <title>Dynamic Authorization Extensions to Remote Authentication Dial In User Service (RADIUS)</title>
            <author fullname="M. Chiba" initials="M." surname="Chiba"/>
            <author fullname="G. Dommety" initials="G." surname="Dommety"/>
            <author fullname="M. Eklund" initials="M." surname="Eklund"/>
            <author fullname="D. Mitton" initials="D." surname="Mitton"/>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>This document describes a currently deployed extension to the Remote Authentication Dial In User Service (RADIUS) protocol, allowing dynamic changes to a user session, as implemented by network access server products. This includes support for disconnecting users and changing authorizations applicable to a user session. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5176"/>
          <seriesInfo name="DOI" value="10.17487/RFC5176"/>
        </reference>
        <reference anchor="RFC9525">
          <front>
            <title>Service Identity in TLS</title>
            <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
            <author fullname="R. Salz" initials="R." surname="Salz"/>
            <date month="November" year="2023"/>
            <abstract>
              <t>Many application technologies enable secure communication between two entities by means of Transport Layer Security (TLS) with Internet Public Key Infrastructure using X.509 (PKIX) certificates. This document specifies procedures for representing and verifying the identity of application services in such interactions.</t>
              <t>This document obsoletes RFC 6125.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9525"/>
          <seriesInfo name="DOI" value="10.17487/RFC9525"/>
        </reference>
        <reference anchor="RFC2119">
          <front>
            <title>Key words for use in RFCs to Indicate Requirement Levels</title>
            <author fullname="S. Bradner" initials="S." surname="Bradner"/>
            <date month="March" year="1997"/>
            <abstract>
              <t>In many standards track documents several words are used to signify the requirements in the specification. These words are often capitalized. This document defines these words as they should be interpreted in IETF documents. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="2119"/>
          <seriesInfo name="DOI" value="10.17487/RFC2119"/>
        </reference>
        <reference anchor="RFC8174">
          <front>
            <title>Ambiguity of Uppercase vs Lowercase in RFC 2119 Key Words</title>
            <author fullname="B. Leiba" initials="B." surname="Leiba"/>
            <date month="May" year="2017"/>
            <abstract>
              <t>RFC 2119 specifies common key words that may be used in protocol specifications. This document aims to reduce the ambiguity by clarifying that only UPPERCASE usage of the key words have the defined special meanings.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="14"/>
          <seriesInfo name="RFC" value="8174"/>
          <seriesInfo name="DOI" value="10.17487/RFC8174"/>
        </reference>
        <reference anchor="RFC3579">
          <front>
            <title>RADIUS (Remote Authentication Dial In User Service) Support For Extensible Authentication Protocol (EAP)</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="P. Calhoun" initials="P." surname="Calhoun"/>
            <date month="September" year="2003"/>
            <abstract>
              <t>This document defines Remote Authentication Dial In User Service (RADIUS) support for the Extensible Authentication Protocol (EAP), an authentication framework which supports multiple authentication mechanisms. In the proposed scheme, the Network Access Server (NAS) forwards EAP packets to and from the RADIUS server, encapsulated within EAP-Message attributes. This has the advantage of allowing the NAS to support any EAP authentication method, without the need for method- specific code, which resides on the RADIUS server. While EAP was originally developed for use with PPP, it is now also in use with IEEE 802. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3579"/>
          <seriesInfo name="DOI" value="10.17487/RFC3579"/>
        </reference>
        <reference anchor="RFC3539">
          <front>
            <title>Authentication, Authorization and Accounting (AAA) Transport Profile</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="J. Wood" initials="J." surname="Wood"/>
            <date month="June" year="2003"/>
            <abstract>
              <t>This document discusses transport issues that arise within protocols for Authentication, Authorization and Accounting (AAA). It also provides recommendations on the use of transport by AAA protocols. This includes usage of standards-track RFCs as well as experimental proposals. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="3539"/>
          <seriesInfo name="DOI" value="10.17487/RFC3539"/>
        </reference>
        <reference anchor="RFC5997">
          <front>
            <title>Use of Status-Server Packets in the Remote Authentication Dial In User Service (RADIUS) Protocol</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="August" year="2010"/>
            <abstract>
              <t>This document describes a deployed extension to the Remote Authentication Dial In User Service (RADIUS) protocol, enabling clients to query the status of a RADIUS server. This extension utilizes the Status-Server (12) Code, which was reserved for experimental use in RFC 2865. This document is not an Internet Standards Track specification; it is published for informational purposes.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5997"/>
          <seriesInfo name="DOI" value="10.17487/RFC5997"/>
        </reference>
        <reference anchor="RFC9293">
          <front>
            <title>Transmission Control Protocol (TCP)</title>
            <author fullname="W. Eddy" initials="W." role="editor" surname="Eddy"/>
            <date month="August" year="2022"/>
            <abstract>
              <t>This document specifies the Transmission Control Protocol (TCP). TCP is an important transport-layer protocol in the Internet protocol stack, and it has continuously evolved over decades of use and growth of the Internet. Over this time, a number of changes have been made to TCP as it was specified in RFC 793, though these have only been documented in a piecemeal fashion. This document collects and brings those changes together with the protocol specification from RFC 793. This document obsoletes RFC 793, as well as RFCs 879, 2873, 6093, 6429, 6528, and 6691 that updated parts of RFC 793. It updates RFCs 1011 and 1122, and it should be considered as a replacement for the portions of those documents dealing with TCP requirements. It also updates RFC 5961 by adding a small clarification in reset handling while in the SYN-RECEIVED state. The TCP header control bits from RFC 793 have also been updated based on RFC 3168.</t>
            </abstract>
          </front>
          <seriesInfo name="STD" value="7"/>
          <seriesInfo name="RFC" value="9293"/>
          <seriesInfo name="DOI" value="10.17487/RFC9293"/>
        </reference>
        <referencegroup anchor="BCP195" target="https://www.rfc-editor.org/info/bcp195">
          <reference anchor="RFC8996" target="https://www.rfc-editor.org/info/rfc8996">
            <front>
              <title>Deprecating TLS 1.0 and TLS 1.1</title>
              <author fullname="K. Moriarty" initials="K." surname="Moriarty"/>
              <author fullname="S. Farrell" initials="S." surname="Farrell"/>
              <date month="March" year="2021"/>
              <abstract>
                <t>This document formally deprecates Transport Layer Security (TLS) versions 1.0 (RFC 2246) and 1.1 (RFC 4346). Accordingly, those documents have been moved to Historic status. These versions lack support for current and recommended cryptographic algorithms and mechanisms, and various government and industry profiles of applications using TLS now mandate avoiding these old TLS versions. TLS version 1.2 became the recommended version for IETF protocols in 2008 (subsequently being obsoleted by TLS version 1.3 in 2018), providing sufficient time to transition away from older versions. Removing support for older versions from implementations reduces the attack surface, reduces opportunity for misconfiguration, and streamlines library and product maintenance.</t>
                <t>This document also deprecates Datagram TLS (DTLS) version 1.0 (RFC 4347) but not DTLS version 1.2, and there is no DTLS version 1.1.</t>
                <t>This document updates many RFCs that normatively refer to TLS version 1.0 or TLS version 1.1, as described herein. This document also updates the best practices for TLS usage in RFC 7525; hence, it is part of BCP 195.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="195"/>
            <seriesInfo name="RFC" value="8996"/>
            <seriesInfo name="DOI" value="10.17487/RFC8996"/>
          </reference>
          <reference anchor="RFC9325" target="https://www.rfc-editor.org/info/rfc9325">
            <front>
              <title>Recommendations for Secure Use of Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
              <author fullname="Y. Sheffer" initials="Y." surname="Sheffer"/>
              <author fullname="P. Saint-Andre" initials="P." surname="Saint-Andre"/>
              <author fullname="T. Fossati" initials="T." surname="Fossati"/>
              <date month="November" year="2022"/>
              <abstract>
                <t>Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) are used to protect data exchanged over a wide range of application protocols and can also form the basis for secure transport protocols. Over the years, the industry has witnessed several serious attacks on TLS and DTLS, including attacks on the most commonly used cipher suites and their modes of operation. This document provides the latest recommendations for ensuring the security of deployed services that use TLS and DTLS. These recommendations are applicable to the majority of use cases.</t>
                <t>RFC 7525, an earlier version of the TLS recommendations, was published when the industry was transitioning to TLS 1.2. Years later, this transition is largely complete, and TLS 1.3 is widely available. This document updates the guidance given the new environment and obsoletes RFC 7525. In addition, this document updates RFCs 5288 and 6066 in view of recent attacks.</t>
              </abstract>
            </front>
            <seriesInfo name="BCP" value="195"/>
            <seriesInfo name="RFC" value="9325"/>
            <seriesInfo name="DOI" value="10.17487/RFC9325"/>
          </reference>
        </referencegroup>
        <reference anchor="RFC5248">
          <front>
            <title>A Registry for SMTP Enhanced Mail System Status Codes</title>
            <author fullname="T. Hansen" initials="T." surname="Hansen"/>
            <author fullname="J. Klensin" initials="J." surname="Klensin"/>
            <date month="June" year="2008"/>
            <abstract>
              <t>The specification for enhanced mail system status codes, RFC 3463, establishes a new code model and lists a collection of status codes. While it anticipated that more codes would be added over time, it did not provide an explicit mechanism for registering and tracking those codes. This document specifies an IANA registry for mail system enhanced status codes, and initializes that registry with the codes so far established in published standards-track documents, as well as other codes that have become established in the industry. This document specifies an Internet Best Current Practices for the Internet Community, and requests discussion and suggestions for improvements.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="138"/>
          <seriesInfo name="RFC" value="5248"/>
          <seriesInfo name="DOI" value="10.17487/RFC5248"/>
        </reference>
        <reference anchor="RFC6347">
          <front>
            <title>Datagram Transport Layer Security Version 1.2</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="January" year="2012"/>
            <abstract>
              <t>This document specifies version 1.2 of the Datagram Transport Layer Security (DTLS) protocol. The DTLS protocol provides communications privacy for datagram protocols. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. The DTLS protocol is based on the Transport Layer Security (TLS) protocol and provides equivalent security guarantees. Datagram semantics of the underlying transport are preserved by the DTLS protocol. This document updates DTLS 1.0 to work with TLS version 1.2. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6347"/>
          <seriesInfo name="DOI" value="10.17487/RFC6347"/>
        </reference>
        <reference anchor="RFC8446">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2018"/>
            <abstract>
              <t>This document specifies version 1.3 of the Transport Layer Security (TLS) protocol. TLS allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>This document updates RFCs 5705 and 6066, and obsoletes RFCs 5077, 5246, and 6961. This document also specifies new requirements for TLS 1.2 implementations.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="8446"/>
          <seriesInfo name="DOI" value="10.17487/RFC8446"/>
        </reference>
        <reference anchor="RFC9147">
          <front>
            <title>The Datagram Transport Layer Security (DTLS) Protocol Version 1.3</title>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <author fullname="N. Modadugu" initials="N." surname="Modadugu"/>
            <date month="April" year="2022"/>
            <abstract>
              <t>This document specifies version 1.3 of the Datagram Transport Layer Security (DTLS) protocol. DTLS 1.3 allows client/server applications to communicate over the Internet in a way that is designed to prevent eavesdropping, tampering, and message forgery.</t>
              <t>The DTLS 1.3 protocol is based on the Transport Layer Security (TLS) 1.3 protocol and provides equivalent security guarantees with the exception of order protection / non-replayability. Datagram semantics of the underlying transport are preserved by the DTLS protocol.</t>
              <t>This document obsoletes RFC 6347.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9147"/>
          <seriesInfo name="DOI" value="10.17487/RFC9147"/>
        </reference>
        <reference anchor="RFC5280">
          <front>
            <title>Internet X.509 Public Key Infrastructure Certificate and Certificate Revocation List (CRL) Profile</title>
            <author fullname="D. Cooper" initials="D." surname="Cooper"/>
            <author fullname="S. Santesson" initials="S." surname="Santesson"/>
            <author fullname="S. Farrell" initials="S." surname="Farrell"/>
            <author fullname="S. Boeyen" initials="S." surname="Boeyen"/>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="W. Polk" initials="W." surname="Polk"/>
            <date month="May" year="2008"/>
            <abstract>
              <t>This memo profiles the X.509 v3 certificate and X.509 v2 certificate revocation list (CRL) for use in the Internet. An overview of this approach and model is provided as an introduction. The X.509 v3 certificate format is described in detail, with additional information regarding the format and semantics of Internet name forms. Standard certificate extensions are described and two Internet-specific extensions are defined. A set of required certificate extensions is specified. The X.509 v2 CRL format is described in detail along with standard and Internet-specific extensions. An algorithm for X.509 certification path validation is described. An ASN.1 module and examples are provided in the appendices. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5280"/>
          <seriesInfo name="DOI" value="10.17487/RFC5280"/>
        </reference>
        <reference anchor="RFC5246">
          <front>
            <title>The Transport Layer Security (TLS) Protocol Version 1.2</title>
            <author fullname="T. Dierks" initials="T." surname="Dierks"/>
            <author fullname="E. Rescorla" initials="E." surname="Rescorla"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>This document specifies Version 1.2 of the Transport Layer Security (TLS) protocol. The TLS protocol provides communications security over the Internet. The protocol allows client/server applications to communicate in a way that is designed to prevent eavesdropping, tampering, or message forgery. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5246"/>
          <seriesInfo name="DOI" value="10.17487/RFC5246"/>
        </reference>
        <reference anchor="RFC6066">
          <front>
            <title>Transport Layer Security (TLS) Extensions: Extension Definitions</title>
            <author fullname="D. Eastlake 3rd" initials="D." surname="Eastlake 3rd"/>
            <date month="January" year="2011"/>
            <abstract>
              <t>This document provides specifications for existing TLS extensions. It is a companion document for RFC 5246, "The Transport Layer Security (TLS) Protocol Version 1.2". The extensions specified are server_name, max_fragment_length, client_certificate_url, trusted_ca_keys, truncated_hmac, and status_request. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6066"/>
          <seriesInfo name="DOI" value="10.17487/RFC6066"/>
        </reference>
        <reference anchor="RFC7585">
          <front>
            <title>Dynamic Peer Discovery for RADIUS/TLS and RADIUS/DTLS Based on the Network Access Identifier (NAI)</title>
            <author fullname="S. Winter" initials="S." surname="Winter"/>
            <author fullname="M. McCauley" initials="M." surname="McCauley"/>
            <date month="October" year="2015"/>
            <abstract>
              <t>This document specifies a means to find authoritative RADIUS servers for a given realm. It is used in conjunction with either RADIUS over Transport Layer Security (RADIUS/TLS) or RADIUS over Datagram Transport Layer Security (RADIUS/DTLS).</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7585"/>
          <seriesInfo name="DOI" value="10.17487/RFC7585"/>
        </reference>
        <reference anchor="RFC4033">
          <front>
            <title>DNS Security Introduction and Requirements</title>
            <author fullname="R. Arends" initials="R." surname="Arends"/>
            <author fullname="R. Austein" initials="R." surname="Austein"/>
            <author fullname="M. Larson" initials="M." surname="Larson"/>
            <author fullname="D. Massey" initials="D." surname="Massey"/>
            <author fullname="S. Rose" initials="S." surname="Rose"/>
            <date month="March" year="2005"/>
            <abstract>
              <t>The Domain Name System Security Extensions (DNSSEC) add data origin authentication and data integrity to the Domain Name System. This document introduces these extensions and describes their capabilities and limitations. This document also discusses the services that the DNS security extensions do and do not provide. Last, this document describes the interrelationships between the documents that collectively describe DNSSEC. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="4033"/>
          <seriesInfo name="DOI" value="10.17487/RFC4033"/>
        </reference>
        <reference anchor="RFC7250">
          <front>
            <title>Using Raw Public Keys in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS)</title>
            <author fullname="P. Wouters" initials="P." role="editor" surname="Wouters"/>
            <author fullname="H. Tschofenig" initials="H." role="editor" surname="Tschofenig"/>
            <author fullname="J. Gilmore" initials="J." surname="Gilmore"/>
            <author fullname="S. Weiler" initials="S." surname="Weiler"/>
            <author fullname="T. Kivinen" initials="T." surname="Kivinen"/>
            <date month="June" year="2014"/>
            <abstract>
              <t>This document specifies a new certificate type and two TLS extensions for exchanging raw public keys in Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS). The new certificate type allows raw public keys to be used for authentication.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7250"/>
          <seriesInfo name="DOI" value="10.17487/RFC7250"/>
        </reference>
        <reference anchor="RFC5247">
          <front>
            <title>Extensible Authentication Protocol (EAP) Key Management Framework</title>
            <author fullname="B. Aboba" initials="B." surname="Aboba"/>
            <author fullname="D. Simon" initials="D." surname="Simon"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <date month="August" year="2008"/>
            <abstract>
              <t>The Extensible Authentication Protocol (EAP), defined in RFC 3748, enables extensible network access authentication. This document specifies the EAP key hierarchy and provides a framework for the transport and usage of keying material and parameters generated by EAP authentication algorithms, known as "methods". It also provides a detailed system-level security analysis, describing the conditions under which the key management guidelines described in RFC 4962 can be satisfied. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5247"/>
          <seriesInfo name="DOI" value="10.17487/RFC5247"/>
        </reference>
        <reference anchor="RFC5077">
          <front>
            <title>Transport Layer Security (TLS) Session Resumption without Server-Side State</title>
            <author fullname="J. Salowey" initials="J." surname="Salowey"/>
            <author fullname="H. Zhou" initials="H." surname="Zhou"/>
            <author fullname="P. Eronen" initials="P." surname="Eronen"/>
            <author fullname="H. Tschofenig" initials="H." surname="Tschofenig"/>
            <date month="January" year="2008"/>
            <abstract>
              <t>This document describes a mechanism that enables the Transport Layer Security (TLS) server to resume sessions and avoid keeping per-client session state. The TLS server encapsulates the session state into a ticket and forwards it to the client. The client can subsequently resume a session using the obtained ticket. This document obsoletes RFC 4507. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5077"/>
          <seriesInfo name="DOI" value="10.17487/RFC5077"/>
        </reference>
        <reference anchor="RFC7930">
          <front>
            <title>Larger Packets for RADIUS over TCP</title>
            <author fullname="S. Hartman" initials="S." surname="Hartman"/>
            <date month="August" year="2016"/>
            <abstract>
              <t>The RADIUS-over-TLS experiment described in RFC 6614 has opened RADIUS to new use cases where the 4096-octet maximum size limit of a RADIUS packet proves problematic. This specification extends the RADIUS-over-TCP experiment (RFC 6613) to permit larger RADIUS packets. This specification compliments other ongoing work to permit fragmentation of RADIUS authorization information. This document registers a new RADIUS code, an action that required IESG approval.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7930"/>
          <seriesInfo name="DOI" value="10.17487/RFC7930"/>
        </reference>
        <reference anchor="RFC5080">
          <front>
            <title>Common Remote Authentication Dial In User Service (RADIUS) Implementation Issues and Suggested Fixes</title>
            <author fullname="D. Nelson" initials="D." surname="Nelson"/>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="December" year="2007"/>
            <abstract>
              <t>This document describes common issues seen in Remote Authentication Dial In User Service (RADIUS) implementations and suggests some fixes. Where applicable, ambiguities and errors in previous RADIUS specifications are clarified. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="5080"/>
          <seriesInfo name="DOI" value="10.17487/RFC5080"/>
        </reference>
        <reference anchor="RFC6520">
          <front>
            <title>Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) Heartbeat Extension</title>
            <author fullname="R. Seggelmann" initials="R." surname="Seggelmann"/>
            <author fullname="M. Tuexen" initials="M." surname="Tuexen"/>
            <author fullname="M. Williams" initials="M." surname="Williams"/>
            <date month="February" year="2012"/>
            <abstract>
              <t>This document describes the Heartbeat Extension for the Transport Layer Security (TLS) and Datagram Transport Layer Security (DTLS) protocols.</t>
              <t>The Heartbeat Extension provides a new protocol for TLS/DTLS allowing the usage of keep-alive functionality without performing a renegotiation and a basis for path MTU (PMTU) discovery for DTLS. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6520"/>
          <seriesInfo name="DOI" value="10.17487/RFC6520"/>
        </reference>
      </references>
      <references anchor="sec-informative-references">
        <name>Informative References</name>
        <reference anchor="RFC9765">
          <front>
            <title>RADIUS/1.1: Leveraging Application-Layer Protocol Negotiation (ALPN) to Remove MD5</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="April" year="2025"/>
            <abstract>
              <t>This document defines Application-Layer Protocol Negotiation (ALPN) extensions for use with RADIUS/TLS and RADIUS/DTLS. These extensions permit the negotiation of an application protocol variant of RADIUS called "RADIUS/1.1". No changes are made to RADIUS/UDP or RADIUS/TCP. The extensions allow the negotiation of a transport profile where the RADIUS shared secret is no longer used, and all MD5-based packet authentication and attribute obfuscation methods are removed.</t>
              <t>This document updates RFCs 2865, 2866, 5176, 6613, 6614, and 7360.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9765"/>
          <seriesInfo name="DOI" value="10.17487/RFC9765"/>
        </reference>
        <reference anchor="RFC7593">
          <front>
            <title>The eduroam Architecture for Network Roaming</title>
            <author fullname="K. Wierenga" initials="K." surname="Wierenga"/>
            <author fullname="S. Winter" initials="S." surname="Winter"/>
            <author fullname="T. Wolniewicz" initials="T." surname="Wolniewicz"/>
            <date month="September" year="2015"/>
            <abstract>
              <t>This document describes the architecture of the eduroam service for federated (wireless) network access in academia. The combination of IEEE 802.1X, the Extensible Authentication Protocol (EAP), and RADIUS that is used in eduroam provides a secure, scalable, and deployable service for roaming network access. The successful deployment of eduroam over the last decade in the educational sector may serve as an example for other sectors, hence this document. In particular, the initial architectural choices and selection of standards are described, along with the changes that were prompted by operational experience.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7593"/>
          <seriesInfo name="DOI" value="10.17487/RFC7593"/>
        </reference>
        <reference anchor="RFC6614">
          <front>
            <title>Transport Layer Security (TLS) Encryption for RADIUS</title>
            <author fullname="S. Winter" initials="S." surname="Winter"/>
            <author fullname="M. McCauley" initials="M." surname="McCauley"/>
            <author fullname="S. Venaas" initials="S." surname="Venaas"/>
            <author fullname="K. Wierenga" initials="K." surname="Wierenga"/>
            <date month="May" year="2012"/>
            <abstract>
              <t>This document specifies a transport profile for RADIUS using Transport Layer Security (TLS) over TCP as the transport protocol. This enables dynamic trust relationships between RADIUS servers. [STANDARDS-TRACK]</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6614"/>
          <seriesInfo name="DOI" value="10.17487/RFC6614"/>
        </reference>
        <reference anchor="RFC6613">
          <front>
            <title>RADIUS over TCP</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="May" year="2012"/>
            <abstract>
              <t>The Remote Authentication Dial-In User Server (RADIUS) protocol has, until now, required the User Datagram Protocol (UDP) as the underlying transport layer. This document defines RADIUS over the Transmission Control Protocol (RADIUS/TCP), in order to address handling issues related to RADIUS over Transport Layer Security (RADIUS/TLS). It permits TCP to be used as a transport protocol for RADIUS only when a transport layer such as TLS or IPsec provides confidentiality and security. This document defines an Experimental Protocol for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="6613"/>
          <seriesInfo name="DOI" value="10.17487/RFC6613"/>
        </reference>
        <reference anchor="RFC7360">
          <front>
            <title>Datagram Transport Layer Security (DTLS) as a Transport Layer for RADIUS</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="September" year="2014"/>
            <abstract>
              <t>The RADIUS protocol defined in RFC 2865 has limited support for authentication and encryption of RADIUS packets. The protocol transports data in the clear, although some parts of the packets can have obfuscated content. Packets may be replayed verbatim by an attacker, and client-server authentication is based on fixed shared secrets. This document specifies how the Datagram Transport Layer Security (DTLS) protocol may be used as a fix for these problems. It also describes how implementations of this proposal can coexist with current RADIUS systems.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="7360"/>
          <seriesInfo name="DOI" value="10.17487/RFC7360"/>
        </reference>
        <reference anchor="RFC9813">
          <front>
            <title>Operational Considerations for Using TLS Pre-Shared Keys (TLS-PSKs) with RADIUS</title>
            <author fullname="A. DeKok" initials="A." surname="DeKok"/>
            <date month="July" year="2025"/>
            <abstract>
              <t>This document provides implementation and operational considerations for using TLS Pre-Shared Keys (TLS-PSKs) with RADIUS/TLS (RFC 6614) and RADIUS/DTLS (RFC 7360). The purpose of the document is to help smooth the operational transition from the use of RADIUS/UDP to RADIUS/TLS.</t>
            </abstract>
          </front>
          <seriesInfo name="BCP" value="243"/>
          <seriesInfo name="RFC" value="9813"/>
          <seriesInfo name="DOI" value="10.17487/RFC9813"/>
        </reference>
        <reference anchor="RFC2869">
          <front>
            <title>RADIUS Extensions</title>
            <author fullname="C. Rigney" initials="C." surname="Rigney"/>
            <author fullname="W. Willats" initials="W." surname="Willats"/>
            <author fullname="P. Calhoun" initials="P." surname="Calhoun"/>
            <date month="June" year="2000"/>
            <abstract>
              <t>This document describes additional attributes for carrying authentication, authorization and accounting information between a Network Access Server (NAS) and a shared Accounting Server using the Remote Authentication Dial In User Service (RADIUS) protocol described in RFC 2865 and RFC 2866. This memo provides information for the Internet community.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="2869"/>
          <seriesInfo name="DOI" value="10.17487/RFC2869"/>
        </reference>
        <reference anchor="RFC9257">
          <front>
            <title>Guidance for External Pre-Shared Key (PSK) Usage in TLS</title>
            <author fullname="R. Housley" initials="R." surname="Housley"/>
            <author fullname="J. Hoyland" initials="J." surname="Hoyland"/>
            <author fullname="M. Sethi" initials="M." surname="Sethi"/>
            <author fullname="C. A. Wood" initials="C. A." surname="Wood"/>
            <date month="July" year="2022"/>
            <abstract>
              <t>This document provides usage guidance for external Pre-Shared Keys (PSKs) in Transport Layer Security (TLS) 1.3 as defined in RFC 8446. It lists TLS security properties provided by PSKs under certain assumptions, then it demonstrates how violations of these assumptions lead to attacks. Advice for applications to help meet these assumptions is provided. This document also discusses PSK use cases and provisioning processes. Finally, it lists the privacy and security properties that are not provided by TLS 1.3 when external PSKs are used.</t>
            </abstract>
          </front>
          <seriesInfo name="RFC" value="9257"/>
          <seriesInfo name="DOI" value="10.17487/RFC9257"/>
        </reference>
        <reference anchor="I-D.ietf-tls-keylogfile">
          <front>
            <title>The SSLKEYLOGFILE Format for TLS</title>
            <author fullname="Martin Thomson" initials="M." surname="Thomson">
              <organization>Mozilla</organization>
            </author>
            <author fullname="Yaroslav Rosomakho" initials="Y." surname="Rosomakho">
              <organization>Zscaler</organization>
            </author>
            <author fullname="Hannes Tschofenig" initials="H." surname="Tschofenig">
              <organization>University of Applied Sciences Bonn-Rhein-Sieg</organization>
            </author>
            <date day="9" month="June" year="2025"/>
            <abstract>
              <t>   A format that supports logging information about the secrets used in
   a TLS connection is described.  Recording secrets to a file in
   SSLKEYLOGFILE format allows diagnostic and logging tools that use
   this file to decrypt messages exchanged by TLS endpoints.  This
   format is intended for use in systems where TLS only protects test
   data.

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

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

<section anchor="lessons_learned">
      <name>Lessons learned from deployments of the Experimental <xref target="RFC6614"/></name>
      <t>There are at least two major (world-scale) deployments of <xref target="RFC6614"/>.
This section will discuss lessens learned from these deployments, that influenced this document.</t>
      <section anchor="eduroam">
        <name>eduroam</name>
        <t>eduroam is a globally operating Wi-Fi roaming consortium exclusively for persons in Research and Education. For an extensive background on eduroam and its authentication fabric architecture, refer to <xref target="RFC7593"/>.</t>
        <t>Over time, more than a dozen out of 100+ national branches of eduroam used RADIUS/TLS in production to secure their country-to-country RADIUS proxy connections. This number is big enough to attest that the protocol does work, and scales. The number is also low enough to wonder why RADIUS/UDP continued to be used by a majority of country deployments despite its significant security issues.</t>
        <t>Operational experience reveals that the main reason is related to the choice of PKIX certificates for securing the proxy interconnections. Compared to shared secrets, certificates are more complex to handle in multiple dimensions:</t>
        <ul spacing="normal">
          <li>
            <t>Lifetime: PKIX certificates have an expiry date, and need administrator attention and expertise for their renewal</t>
          </li>
          <li>
            <t>Validation: The validation of a certificate (both client and server) requires contacting a third party to verify the revocation status. This either takes time during session setup (OCSP checks) or requires the presence of a fresh CRL on the server - this in turn requires regular update of that CRL.</t>
          </li>
          <li>
            <t>Issuance: PKIX certificates carry properties in the Subject and extensions that need to be vetted. Depending on the CA policy, a certificate request may need significant human intervention to be verified. In particular, the authorisation of a requester to operate a server for a particular NAI realm needs to be verified. This rules out public "browser-trusted" CAs; eduroam is operating a special-purpose CA for eduroam RADIUS/TLS purposes.</t>
          </li>
          <li>
            <t>Automatic failure over time: CRL refresh and certificate renewal must be attended to regularly. Failure to do so leads to failure of the authentication service. Among other reasons, employee churn with incorrectly transferred or forgotten responsibilities is a risk factor.</t>
          </li>
        </ul>
        <t>It appears that these complexities often outweigh the argument of improved security; and a fallback to RADIUS/UDP is seen as the more appealing option.</t>
        <t>It can be considered an important result of the experiment in <xref target="RFC6614"/> that providing less complex ways of operating RADIUS/TLS are required. The more thoroughly specified provisions in the current document towards TLS-PSK and raw public keys are a response to this insight.</t>
        <t>On the other hand, using RADIUS/TLS in combination with Dynamic Discovery as per <xref target="RFC7585"/> necessitates the use of PKIX certificates. So, the continued ability to operate with PKIX certificates is also important and cannot be discontinued without sacrificing vital functionality of large roaming consortia.</t>
      </section>
      <section anchor="wireless-broadband-alliances-openroaming">
        <name>Wireless Broadband Alliance's OpenRoaming</name>
        <t>OpenRoaming is a globally operating Wi-Fi roaming consortium for the general public, operated by the Wireless Broadband Alliance (WBA). With its (optional) settled usage of hotspots, the consortium requires both RADIUS authentication as well as RADIUS accounting.</t>
        <t>The consortium operational procedures were defined in the late 2010s when <xref target="RFC6614"/> and <xref target="RFC7585"/> were long available. The consortium decided to fully base itself on these two RFCs.</t>
        <t>In this architecture, using PSKs or raw public keys is not an option. The complexities around PKIX certificates as discussed in the previous section are believed to be controllable: the consortium operates its own special-purpose CA and can rely on a reliable source of truth for operator authorisation (becoming an operator requires a paid membership in WBA); expiry and revocation topics can be expected to be dealt with as high-priority because of the monetary implications in case of infrastructure failure during settled operation.</t>
      </section>
      <section anchor="participating-in-more-than-one-roaming-consortium">
        <name>Participating in more than one roaming consortium</name>
        <t>It is possible for a RADIUS/TLS (home) server to participate in more than one roaming consortium, i.e. to authenticate its users to multiple clients from distinct consortia, which present client certificates from their respective consortium's CA; and which expect the server to present a certificate from the matching CA.</t>
        <t>The eduroam consortium has chosen to cooperate with (the settlement-free parts of) OpenRoaming to allow eduroam users to log in to (settlement-free) OpenRoaming hotspots.
eduroam RADIUS/TLS servers thus may be contacted by OpenRoaming clients expecting an OpenRoaming server certificate, and by eduroam clients expecting an eduroam server certificate.
It is therefore necessary to decide on the certificate to present during TLS session establishment. To make that decision, the availability of Trusted CA Indication in the client TLS message is important.
It can be considered a result of the experiment in <xref target="RFC6614"/> that Trusted CA Indication can be an asset for inter-connectivity of multiple roaming consortia.</t>
      </section>
    </section>
    <section numbered="false" anchor="acknowledgments">
      <name>Acknowledgments</name>
      <t>Thanks to the original authors of RFC 6613, RFC 6614 and RFC 7360: Alan DeKok, Stefan Winter, Mike McCauley, Stig Venaas and Klaas Vierenga.</t>
      <t>Thanks to Arran Curdbard-Bell for text around keepalives and the Status-Server watchdog algorithm.</t>
      <t>Thanks to Alan DeKok for his constant review of this document over its whole process and his many text contributions, like text around forwarding issues between TCP and UDP based transports.</t>
    </section>
  </back>
  <!-- ##markdown-source:
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
Nd88cGHy/wH9kgKAJzkBAA==

-->

</rfc>
