Hello,
I am having nRF9160 with modem FW = 1.3.6 and nrf sdk version 2.7.0
I am using MBEDTLS library for generating self-signed & CSR certificates with EC-Key and RSA key. I am adding following configs in my prj.conf file
Hello,
I am having nRF9160 with modem FW = 1.3.6 and nrf sdk version 2.7.0
I am using MBEDTLS library for generating self-signed & CSR certificates with EC-Key and RSA key. I am adding following configs in my prj.conf file
Hello Dejan,
I went over to try the change you suggest but surprisingly found that in I am not seeing MBEDTLS_X509_CRT_WRITE_C config in kconfig.tls file.
The nrf version we are using is v2.7.0.
Can you please suggest the link you shared refers to which nrf version
- Below is the nrf-prefixed config from build directory:
./modules/nrf/subsys/nrf_security/src/include/generated/nrf-psa-crypto-want-config.h
./modules/nrf/subsys/nrf_security/src/include/generated/nrf-config.h
./modules/nrf/subsys/nrf_security/src/include/generated/nrf-psa-crypto-config.h
./tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/include/generated/nrf-psa-crypto-want-config.h
./tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/include/generated/nrf-config.h
./tfm/secure_fw/partitions/crypto/mbedcrypto/nrf_security_src/include/generated/nrf-psa-crypto-config.h
./tfm/api_ns/platform/common/core/common/nrf-pinctrl.h
Thanks,
Akshay
Hi Akshay,
Here is a correct link to Kconfig file in NCS v2.7.0
github.com/.../Kconfig.tls
AR Jadhav said:I went over to try the change you suggest but surprisingly found that in I am not seeing MBEDTLS_X509_CRT_WRITE_C config in kconfig.tls file.
You are correct. Thank you for pointing this out. I double-checked in NCS v2.7.0 and could not find specific Kconfig as well. There will be PR for fixing this. Until then, you could try to add it manually for testing.
Best regards,
Dejan
Thanks for the update Dejan.
So how this fix will be? A patch on same version v2.7.0 or you will be suggesting a closer version to current version which has this fix?
Hi,
I will provide more information about the fix PR when it becomes available. I expect to get back to you during next week.
Best regards,
Dejan
Hi,
Please find PR below.
github.com/.../
Best regards,
Dejan