I was using MBED TLS crypto library for various cryptographic stuff and hashing. It was working fine with SDK 1.2.
I tried to port my code to latest SDK 1.3 and I am having errors if I set CONFIG_NORDIC_SECURITY_BACKEND=y
The project does not loads and I get error:
CMake Error at SDK_PATH/nrflib/nrf/nrf_security/src/mbedtls/shared/CMakeList.txt:9 (get_target_property);
get_target_property() called with non-existent targetr "platform_cc310"
CMake Error at SDK_PATH/nrflib/nrf/nrf_security/src/mbedtls/oberon/CMakeList.txt:9 (get_target_property);
get_target_property() called with non-existent targetr "platform_cc310"
I got the same result if I set CONFIG_NORDIC_SECURITY_BACKEND=y in https_client project