]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
Update links in the howto for EAP
authorArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 15 May 2024 19:33:55 +0000 (13:33 -0600)
committerArran Cudbard-Bell <a.cudbardb@freeradius.org>
Wed, 15 May 2024 20:12:15 +0000 (14:12 -0600)
doc/antora/modules/howto/pages/modules/eap/index.adoc

index 07aae4277771c6ed2b97655c3a3e246ad66f90e0..34606c3c724adfa71dd247db5877eff37d7ad546 100644 (file)
@@ -65,12 +65,22 @@ References:
 
 The Implementation of EAP over RADIUS is based on the following RFCs
 
-* `rfc2869` - RADIUS Extensions
-* `rfc2284` - PPP Extensible Authentication Protocol (EAP)
-* `rfc2716` - PPP EAP TLS Authentication Protocol
 
-Following links help to understand HOW EAP works
-http://www.ieee802.org/1/mirror/8021/docs2000/ieee_plenary.PDF
+* https://datatracker.ietf.org/doc/html/rfc3579:"RFC3579" - RADIUS (Remote Authentication Dial In User Service) Support For Extensible Authentication Protocol (EAP)
+* https://datatracker.ietf.org/doc/html/rfc3748:"RFC3748" - Extensible Authentication Protocol (EAP)
+* https://datatracker.ietf.org/doc/html/rfc5216:"RFC5216" - The EAP-TLS Authentication Protocol
+* https://datatracker.ietf.org/doc/html/draft-josefsson-pppext-eap-tls-eap-06.txt:"draft-josefsson-pppext-eap-tls-eap-06" - Protected EAP Protocol (PEAP)
+* https://datatracker.ietf.org/doc/html/rfc5281:"RFC5281" - Extensible Authentication Protocol Tunneled Transport Layer Security Authentication Methods
+* https://datatracker.ietf.org/doc/html/rfc5247:"RFC5247" - Extensible Authentication Protocol (EAP) Key Management Framework
+* https://datatracker.ietf.org/doc/html/rfc4187:"RFC4187" - Extensible Authentication Protocol Method for Global System for Mobile Communications (GSM) Subscriber Identity Modules (EAP-SIM)
+* https://datatracker.ietf.org/doc/html/rfc4186:"RFC4186" - Extensible Authentication Protocol Method for 3rd Generation Authentication and Key Agreement (EAP-AKA)
+* https://datatracker.ietf.org/doc/html/rfc5448:"RFC5448" - Improved Extensible Authentication Protocol Method for 3rd Generation Authentication and Key Agreement (EAP-AKA')
+* https://datatracker.ietf.org/doc/html/rfc4851:"RFC4851" - The Flexible Authentication via Secure Tunneling Extensible Authentication Protocol Method (EAP-FAST)
+* https://datatracker.ietf.org/doc/html/rfc8446:"RFC8446" - The Transport Layer Security (TLS) Protocol Version 1.3
+
+
+The following IEEE standards are also relevant:
+* https://standards.ieee.org/ieee/802.1X/7345/:"IEEE 802.1X" - Port-Based Network Access Control
 
 == EAP Code Organization