Skip to content

Commit 7ea4458

Browse files
valeriosettifabiobaltieri
authored andcommitted
samples: net: wifi: shell: remove legacy Mbed TLS crypto
Remove usage of legacy Mbed TLS crypto APIs from sample overlays. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
1 parent 428ec7c commit 7ea4458

File tree

2 files changed

+0
-6
lines changed

2 files changed

+0
-6
lines changed

‎samples/net/wifi/shell/nxp/overlay_hostap_hosted_mcu.conf‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ CONFIG_MBEDTLS=y
2121
CONFIG_MBEDTLS_BUILTIN=y
2222
CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y
2323
CONFIG_MBEDTLS_USER_CONFIG_FILE="wpa_supp_dcp_mbedtls_config.h"
24-
CONFIG_ENTROPY_GENERATOR=y
25-
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
26-
CONFIG_MBEDTLS_ENTROPY_C=y
2724
CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=8192
2825

2926
# TLSv1.3

‎samples/net/wifi/shell/nxp/overlay_hostap_rw612.conf‎

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,6 @@ CONFIG_MBEDTLS=y
2121
CONFIG_MBEDTLS_BUILTIN=y
2222
CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y
2323
CONFIG_MBEDTLS_USER_CONFIG_FILE="wpa_supp_els_pkc_mbedtls_config.h"
24-
CONFIG_ENTROPY_GENERATOR=y
25-
CONFIG_MBEDTLS_PSA_CRYPTO_C=y
26-
CONFIG_MBEDTLS_ENTROPY_C=y
2724
CONFIG_MBEDTLS_SSL_MAX_CONTENT_LEN=8192
2825

2926
# mbedtls heap for enterprise case

0 commit comments

Comments
 (0)