Hi,
I am trying to connect the AWS_IOT library to a thread netork but find it really hard to get the TLS sockets working.
I have connectivity for normal TCP and MQTT as well as the NTP protocol.
But when I try to use secure tls sockets I get all kinds of clashes between the openthread MBEDTLS, the nrf_security variant and the normal MBED_TLS variant.
There are hardcoded filenames for nrf-config.h that clashes with the config-tls-generic.h, and when I fix that then there are multiple definitions of the `struct mbedtls_md_info_t` causing compile errors.
I have tested a lot of combinations of various configuration options but so far it seems like a wet soap, just slipping out of my grasp all the time.
Can you get me started in the right direction? even a sample och echo TCP over thread that uses TLS would be a blast.