#ifdef TLS1_3_VERSION
/*
- * Disallow TLS 1.3 for TTLS, PEAP, and FAST.
+ * Disallow TLS 1.3 for FAST.
*
* We need another magic configuration option to allow
* it.
WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
WARN("!! FORCING MAXIMUM TLS VERSION TO TLS 1.2 !!");
WARN("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
- WARN("!! There is either no standard for using this EAP method with TLS 1.3,");
- WARN("!! or FreeRADIUS does not fully support TLS 1.3 for this EAP method.");
- WARN("!!");
- WARN("!! This message can be removed by setting tls_max_version = \"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("!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!");
if (SSL_set_max_proto_version(new_tls, TLS1_2_VERSION) == 0) {