Why wpa_supplicant disable TLSv1.2 by default?
Posted: Sun May 17, 2020 2:36 am
In current master tree, wpa_supplicant: Disable TLSv1.2 by default.
The commit log says "Some Enterprise Authentication Servers do not support TLS v1.2".
Does it really cause problem if ESP32 enable TLSv1.2 but Enterprise Authentication Servers do not support TLS v1.2?
I thought the TLS version is negotiated between two ends so why disable TLSv1.2 on ESP32 helps?
Disable TLSv1.2 by default also means it won't work if the FreeRADIUS only support TLSv1.2.
Can someone clarify this -- what is the real issue when TLS v1.2 enabled on ESP32?
The commit log says "Some Enterprise Authentication Servers do not support TLS v1.2".
Does it really cause problem if ESP32 enable TLSv1.2 but Enterprise Authentication Servers do not support TLS v1.2?
I thought the TLS version is negotiated between two ends so why disable TLSv1.2 on ESP32 helps?
Disable TLSv1.2 by default also means it won't work if the FreeRADIUS only support TLSv1.2.
Can someone clarify this -- what is the real issue when TLS v1.2 enabled on ESP32?