]> git.ipfire.org Git - thirdparty/freeradius-server.git/commitdiff
update docs to be in line with functionality
authorAlan T. DeKok <aland@freeradius.org>
Tue, 11 Oct 2022 22:57:04 +0000 (18:57 -0400)
committerAlan T. DeKok <aland@freeradius.org>
Tue, 11 Oct 2022 22:57:15 +0000 (18:57 -0400)
raddb/mods-available/eap

index 7eba82c7f41c537a54b73a4be7086da8fadbc201..7ef910f9d9762bd7633936fef8241f8547d0dd5c 100644 (file)
@@ -481,9 +481,8 @@ eap {
                #  compatibility, as clients get upgraded, and people
                #  don't upgrade their copies of FreeRADIUS.
                #
-               #  Also note that we only support TLS 1.3 for EAP-TLS.
-               #  Other versions of EAP (PEAP, TTLS, FAST) DO NOT
-               #  SUPPORT TLS 1.3.
+               #  Also note that we only support TLS 1.3 for EAP-TLS,
+               #  TTLS, and PEAP.  It is not supported for EAP-FAST.
                #
                tls_min_version = "1.2"
                tls_max_version = "1.2"