lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [lwip-users] HTTPS support in lwip


From: Antoine Zen-Ruffinen
Subject: Re: [lwip-users] HTTPS support in lwip
Date: Wed, 17 May 2017 11:55:27 +0000

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+address@hidden On Behalf Of Sandeep V.L.
Sent: 17 May 2017 10:17
To: address@hidden
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


reply via email to

[Prev in Thread] Current Thread [Next in Thread]