Skip to content

Commit 979fcc0

Browse files
ceolindanieldegrasse
authored andcommitted
hostap: Set enterprise crypto insecure
Set enterprise crypto insecure because certifcate validation is disabled. Signed-off-by: Flavio Ceolin <[email protected]>
1 parent 674fd09 commit 979fcc0

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

modules/hostap/Kconfig

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -198,7 +198,12 @@ config WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
198198
select MBEDTLS_SERVER_NAME_INDICATION if MBEDTLS_BUILTIN
199199
select MBEDTLS_X509_CRL_PARSE_C
200200
select MBEDTLS_TLS_VERSION_1_2
201+
select NOT_SECURE
201202
depends on !WIFI_NM_WPA_SUPPLICANT_CRYPTO_NONE
203+
help
204+
Enable Enterprise Crypto support for WiFi. This feature
205+
is considered NOT SECURE due the lack of certificate
206+
validation.
202207

203208
if WIFI_NM_WPA_SUPPLICANT_CRYPTO_ENTERPRISE
204209
config EAP_TLS

0 commit comments

Comments
 (0)