Hi,

There is a base code for HTTPS in the Lwip master code that works with mbedTLS.
I have been in contact with Simon regarding this. Simon was very helpful but I 
was not
able to use it.

First of all the code is still in development and secondly you need lots of RAM.

At some point I think it will be released…

BR,
Noam.

From: lwip-users [mailto:lwip-users-bounces+noam=silrd....@nongnu.org] On 
Behalf Of Antoine Zen-Ruffinen
Sent: Wednesday, May 17, 2017 2:55 PM
To: Mailing list for lwIP users
Subject: Re: [lwip-users] HTTPS support in lwip

Hi Sandeep,

Not directly. HTTPS means HTTP+SSL/TLS. SSL/TSL is what bring you the 
encryption on top of TCP/IP and bellow HTTP. I think this is out of scope of 
LwIP, the LwIP source does not enable this. But you can use some SSL/TSL 
library together with lwIP to build HTTPS applications. I have used the” 
wolfSSL” library with LwIP with success to make HTTPS. They are other 
alternative such as mbed TLS, Cyclone SSL, etc.. They are plenty of example, 
just look at they support section.

Regards,

Antoine

From: lwip-users 
[mailto:lwip-users-bounces+antoine=riedonetworks....@nongnu.org] On Behalf Of 
Sandeep V.L.
Sent: 17 May 2017 10:17
To: lwip-users@nongnu.org<mailto:lwip-users@nongnu.org>
Subject: [lwip-users] HTTPS support in lwip

Hi all,

Does lwip support HTTPS?

Is there any example HTTPS webserver application available? I saw an HTTP 
webserver example.

Thanks
Sandeep
_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to