mbedTLS PSA for ESP32 #60738
Unanswered
Struggle2679
asked this question in
Q&A
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to build mbedTLS with the PSA interface enabled for the ESP32.
System:
Virtual machine running Ubuntu 23.04 with zephyr 3.4.0 rc13.
Application:
Using a hello world application and added a hash compute (
psa_hash_compute
).prj.conf:
Error:
psa_crypto.c:2230: undefined reference to `psa_driver_wrapper_hash_compute'
After looking in the cmake files I see
MBEDTLS_USE_PSA_CRYPTO
has to be enabled in order to build the needed backend. This is set in the config-tls-generic.h if I am correct so far? If I alter the cmake file and remove the if statement the sources will be build and the application is working as exepted.Is this a bug or did I make a mistake?
Beta Was this translation helpful? Give feedback.
All reactions