From: Alan T. DeKok Date: Tue, 11 Oct 2022 22:57:04 +0000 (-0400) Subject: update docs to be in line with functionality X-Git-Tag: release_3_0_27~222 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ad6ac4ae35172045cd3e8a333da4d834fc9c57d7;p=thirdparty%2Ffreeradius-server.git update docs to be in line with functionality --- diff --git a/raddb/mods-available/eap b/raddb/mods-available/eap index 7eba82c7f4..7ef910f9d9 100644 --- a/raddb/mods-available/eap +++ b/raddb/mods-available/eap @@ -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"