wpa_supplicant: disable TLS-1.2 for now (fixes #8332)

This commit is contained in:
Vladimír Čunát 2015-06-22 17:33:06 +02:00
parent 4f4c573f9b
commit 783af9a960

View File

@ -36,7 +36,7 @@ stdenv.mkDerivation rec {
CONFIG_IEEE80211W=y
CONFIG_TLS=openssl
CONFIG_TLSV11=y
CONFIG_TLSV12=y
#CONFIG_TLSV12=y see #8332
CONFIG_IEEE80211R=y
CONFIG_DEBUG_SYSLOG=y
#CONFIG_PRIVSEP=y