]> git.ipfire.org Git - thirdparty/kea.git/commitdiff
[#4285] Added RADIUS RFCs
authorFrancis Dupont <fdupont@isc.org>
Mon, 9 Feb 2026 21:50:21 +0000 (22:50 +0100)
committerFrancis Dupont <fdupont@isc.org>
Mon, 9 Feb 2026 22:09:03 +0000 (23:09 +0100)
changelog_unreleased/4285-radius-rfcs-missing-from-the-doc [new file with mode: 0644]
doc/sphinx/arm/ext-radius.rst

diff --git a/changelog_unreleased/4285-radius-rfcs-missing-from-the-doc b/changelog_unreleased/4285-radius-rfcs-missing-from-the-doc
new file mode 100644 (file)
index 0000000..f450a9b
--- /dev/null
@@ -0,0 +1,4 @@
+[doc]          fdupont
+       Added supported RADIUS standards to the RADIUS hook library
+       documentation in the ARM.
+       (Gitlab #4285)
index 7e6d850a40b1bae0d6326f09ea48ed4d4beef936..af332b50d02ca160b5bceea283b0fc1ec6a2086b 100644 (file)
@@ -747,3 +747,26 @@ RADIUS dictionary. There are differences:
       - Experimentally, only the **first** attribute on the wire from an Access-Accept message is considered.
 
       - Experimentally, only the **last** attribute on the wire from an Access-Accept message is considered.
+
+.. _radius-supported-standards:
+
+Supported RADIUS Standards
+--------------------------
+
+The Remote Authentication Dial In User Service (RADIUS) protocol is specified
+in `RFC 2865 <https://datatracker.ietf.org/doc/html/rfc2865>`__.
+
+The RADIUS Accounting is specified in
+`RFC 2866 <https://datatracker.ietf.org/doc/html/rfc2866>`__.
+
+The Message-Authenticator attribute is specified in the EAP extension in
+`RFC 3579 <https://datatracker.ietf.org/doc/html/rfc3579>`__.
+
+The Status-Server message is specified in
+`RFC 5997 <https://www.rfc-editor.org/rfc/rfc5997.html>`__.
+
+The TCP transport (not supported by heavily referenced for TLS) is specified
+in `RFC 6613 <https://datatracker.ietf.org/doc/html/rfc6613>`__.
+
+The TLS transport (as known as RADIUS/TLS or ``radsec``) is specified in
+`RFC 6614 <https://datatracker.ietf.org/doc/html/rfc6614>`__.