I have the following in my prj.conf
# MBED TLS for Authentication
CONFIG_MBEDTLS=y
CONFIG_MBEDTLS_BUILTIN=y
But that seems to still not link the necessary files from the mbed library, and during linking, I get:'
undefined reference to `mbedtls_md_info_from_type'
undefined reference to `mbedtls_md_init'
undefined reference to `mbedtls_md_setup'
Looks like the nRF has changed the way the crypto library should be linked, but I’ve been at it the whole day trying to find the right combination and still no success.
Any help/advice is very much appreciated.