* it.
*/
if (!allow_tls13 && (conf->max_version == TLS1_3_VERSION)) {
- WARN("FORCING MAXIMUM TLS VERSION TO TLS 1.2");
- WARN("There is no standard for using this EAP method with TLS 1.3");
- WARN("Please set tls_max_version = \"1.2\"");
- WARN("FreeRADIUS only supports TLS 1.3 for special builds of wpa_supplicant and Windows");
- WARN("This limitation is likely to change in late 2021.");
- WARN("If you are using this version of FreeRADIUS after 2021, you will probably need to upgrade");
+ WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
+ WARN("!! FORCING MAXIMUM TLS VERSION TO TLS 1.2 !!");
+ WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
+ WARN("!! There is no standard for using this EAP method with TLS 1.3");
+ WARN("!! Please set tls_max_version = \"1.2\"");
+ WARN("!! FreeRADIUS only supports TLS 1.3 for special builds of wpa_supplicant and Windows");
+ WARN("!! This limitation is likely to change in late 2021.");
+ WARN("!! If you are using this version of FreeRADIUS after 2021, you will probably need to upgrade");
+ WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
if (SSL_set_max_proto_version(new_tls, TLS1_2_VERSION) == 0) {
tls_error_log(request, "Failed limiting maximum version to TLS 1.3");
if ((inst->tls_conf->max_version == TLS1_3_VERSION) ||
(inst->tls_conf->min_version == TLS1_3_VERSION)) {
- WARN("There is no standard for using EAP-FAST with TLS 1.3");
- WARN("Please set tls_max_version = \"1.2\"");
- WARN("FreeRADIUS only supports TLS 1.3 for special builds of wpa_supplicant and Windows");
- WARN("This limitation is likely to change in late 2021.");
- WARN("If you are using this version of FreeRADIUS after 2021, you will probably need to upgrade");
+ WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
+ WARN("!! There is no standard for using EAP-FAST with TLS 1.3");
+ WARN("!! Please set tls_max_version = \"1.2\"");
+ WARN("!! FreeRADIUS only supports TLS 1.3 for special builds of wpa_supplicant and Windows");
+ WARN("!! This limitation is likely to change in late 2021.");
+ WARN("!! If you are using this version of FreeRADIUS after 2021, you will probably need to upgrade");
+ WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
}
#endif
if ((inst->tls_conf->max_version == TLS1_3_VERSION) ||
(inst->tls_conf->min_version == TLS1_3_VERSION)) {
- WARN("There is no standard for using PEAP with TLS 1.3");
- WARN("Please set tls_max_version = \"1.2\"");
- WARN("FreeRADIUS only supports TLS 1.3 for special builds of wpa_supplicant and Windows");
- WARN("This limitation is likely to change in late 2021.");
- WARN("If you are using this version of FreeRADIUS after 2021, you will probably need to upgrade");
- }
+ WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
+ WARN("!! There is no standard for using PEAP with TLS 1.3");
+ WARN("!! Please set tls_max_version = \"1.2\"");
+ WARN("!! FreeRADIUS only supports TLS 1.3 for special builds of wpa_supplicant and Windows");
+ WARN("!! This limitation is likely to change in late 2021.");
+ WARN("!! If you are using this version of FreeRADIUS after 2021, you will probably need to upgrade");
+ WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
+}
#endif
return 0;
#ifdef TLS1_3_VERSION
if ((inst->tls_conf->max_version == TLS1_3_VERSION) ||
(inst->tls_conf->min_version == TLS1_3_VERSION)) {
- WARN("Most supplicants do not support EAP-TLS with TLS 1.3");
- WARN("Please set tls_max_version = \"1.2\"");
- WARN("FreeRADIUS only supports TLS 1.3 for special builds of wpa_supplicant and Windows");
- WARN("This limitation is likely to change in late 2021.");
- WARN("If you are using this version of FreeRADIUS after 2021, you will probably need to upgrade");
+ WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
+ WARN("!! Most supplicants do not support EAP-TLS with TLS 1.3");
+ WARN("!! Please set tls_max_version = \"1.2\"");
+ WARN("!! FreeRADIUS only supports TLS 1.3 for special builds of wpa_supplicant and Windows");
+ WARN("!! This limitation is likely to change in late 2021.");
+ WARN("!! If you are using this version of FreeRADIUS after 2021, you will probably need to upgrade");
+ WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
}
#endif
if ((inst->tls_conf->max_version == TLS1_3_VERSION) ||
(inst->tls_conf->min_version == TLS1_3_VERSION)) {
- WARN("There is no standard for using TTLS with TLS 1.3");
- WARN("Please set tls_max_version = \"1.2\"");
- WARN("FreeRADIUS only supports TLS 1.3 for special builds of wpa_supplicant and Windows");
- WARN("This limitation is likely to change in late 2021.");
- WARN("If you are using this version of FreeRADIUS after 2021, you will probably need to upgrade");
+ WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
+ WARN("!! There is no standard for using TTLS with TLS 1.3");
+ WARN("!! Please set tls_max_version = \"1.2\"");
+ WARN("!! FreeRADIUS only supports TLS 1.3 for special builds of wpa_supplicant and Windows");
+ WARN("!! This limitation is likely to change in late 2021.");
+ WARN("!! If you are using this version of FreeRADIUS after 2021, you will probably need to upgrade");
+ WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
}
#endif