Hello,
Is the MBEDTLS_USE_PSA_CRYPTO functionality supported in nRF SDK 1.6.0 (nRF9160)? Setting this value in Kconfig doesn't seem to propagate to nrf-config.h.
If I try to add kconfig_mbedtls_config("MBEDTLS_USE_PSA_CRYPTO") to kconfig_psa_configure.cmake, there is a linking issue:
build/modules/nrfxlib/nrfxlib/nrf_security/include/mbedtls_copied/mbedtls/psa_util.h:91: undefined reference to `PSA_ALG_AEAD_WITH_SHORTENED_TAG'
Thanks!