Re: [lwip-users] TLS over TCP on LwIP

2016-10-28 Thread Sergio R. Caprile
I suggest you check here and on the developers list, there's been a thread on using those libraries some time ago ___ lwip-users mailing list lwip-users@nongnu.org https://lists.nongnu.org/mailman/listinfo/lwip-users

[lwip-users] TLS over TCP on LwIP

2016-10-27 Thread Frédéric Grandjean
Dear LwIP members, In an application we've just developed with LwIP, comes now the request to add encryption/authentication. I'm absolutely no expert on this topic and looking for advises on how to proceed (and especially how to start!). We are running an application with TCP and UDP (I mean

Re: [lwip-users] TLS over TCP on LwIP

2016-10-27 Thread Jan Menzel
Hi Fred! MBedTLS is straight forward to integrate suppose you find a configuration that matches your ram/flash constraints. Its interface to the network layer is in net.c and comes with a version that uses socket api. IIRC you'll have to make some minor modification there to get the

[lwip-users] TLS over TCP on LwIP

2016-10-27 Thread Frédéric Grandjean
Dear LwIP members, In an application we've just developed with LwIP, comes now the request to add encryption/authentication. I'm absolutely no expert on this topic and looking for advises on how to proceed (and especially how to start!). We are running an application with TCP and UDP (I mean