samples: net: wifi: shell: remove legacy Mbed TLS crypto#102716
samples: net: wifi: shell: remove legacy Mbed TLS crypto#102716fabiobaltieri merged 1 commit intozephyrproject-rtos:mainfrom
Conversation
Remove usage of legacy Mbed TLS crypto APIs from sample overlays. Signed-off-by: Valerio Setti <vsetti@baylibre.com>
a8f39db to
33b1e1b
Compare
|
|
Hi @valeriosetti |
| @@ -21,9 +21,6 @@ CONFIG_MBEDTLS=y | |||
| CONFIG_MBEDTLS_BUILTIN=y | |||
| CONFIG_MBEDTLS_USER_CONFIG_ENABLE=y | |||
| CONFIG_MBEDTLS_USER_CONFIG_FILE="wpa_supp_els_pkc_mbedtls_config.h" | |||
There was a problem hiding this comment.
We use wpa_supp_els_pkc_mbedtls_config.h as CONFIG_MBEDTLS_USER_CONFIG_FILE, the file locates in
https://github.com/zephyrproject-rtos/hal_nxp/blob/master/mcux/middleware/wifi_nxp/incl/port/mbedtls/wpa_supp_els_pkc_mbedtls_config.h.
Do we need also update this file to remove legacy Mbed TLS crypto?
There was a problem hiding this comment.
Likely yes. You can check the current state of crypto_config.h for available build symbols.
There was a problem hiding this comment.
The available build symbols, you mean the configs without //?
There was a problem hiding this comment.
Acutally also the ones commented out are known to the tf-psa-crypto library, so those are fine
I don't think so. Hers's why:
|
|
Add a label here, need more test before this can be merged. |
|
Hi @jukkar please review |
7ea4458
into
zephyrproject-rtos:main



Addresses on item from the todo list in #102005