Simon,

This is what I have inferred from what you suggested. Please correct me if I
am wrong:

You wrote:
> If you want to see how it's done, get the latest git master's src
and contrib repositories and build the unix example port  with "mbedtls"
next to the contrib folder and you should get TLS support (mbedTLS code
is *not* included with lwIP).

This would still require changing net_sockets.c of mbedTLS library to use
LwIP socket functions (like lwip_socket(), lwip_bind(), etc), right? Because
by default it uses socket APIs from my Linux stack.

And, if I try to do this, I need to use LwIP library to build mbedTLS
library to point to the definitions of all these LwIP socket functions. Is
it possible to combine these two libraries?

- Shruthi



--
View this message in context: 
http://lwip.100.n7.nabble.com/Building-mbedtls-using-LWIP-library-tp29319p29387.html
Sent from the lwip-users mailing list archive at Nabble.com.

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to