I want to add TLS support to my project. I am using mbedTLS and LWIP. As I am new to both, I want to know can I directly use the mbedTLS APIs as it is with LWIP or I will need some changes. What changes will be required for like bind, connect, send and receive APIs of the mbedTLS for LWIP compatibility. If any sample code for using both this is available then that can also do. Can anybody please help me with this?
Thanks in advance.