Hello,
I am currently using nordic connect sdk version v3.0.2 which seems to be the latest release on github. I am using https client example. As per the requirements we would like to evaluate use of TLS 1.3. The project is being built for nrf5340/cpuapp/ns with TFM. It looks like when NRF_SECURITY configuration is enabled by default due to use of TFM. And under the hood it looks like this NRF_SECURITY config generates a default mbedtls configuration header(nrf-config.h) that overrides any MBEDTLS configuration specified at app level. This means even though we enable CONFIG_MBEDTLS_TLS_VERSION_1_3 the protocol is not enabled for the example.
Can you please provide information on how to evaluate tls 1.3 with this platform as it is important for our customer to evaluate this platform.
Best Regards,
Arjun