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: address@hidden
Subject: Re: [lwip-users] HTTPS support in lwip
Date: Tue, 6 Aug 2019 22:20:10 +0200
User-agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.8.0

Am 05.08.2019 um 15:52 schrieb Siva Munnaluri:
We want to develop secure embedded WebServer in one of our product. Our
product is based on STM32F7 controller and we are using Atollic Truestudio
as IDE.
Our current product firmware is without RTOS.

Can you please share any sample Secure Server example code(without using any
RTOS) with lwip and mbed tls which can run on STM32F7 conttoller.

I've finally took the time to write an example:

http://git.savannah.nongnu.org/cgit/lwip.git/tree/contrib/examples/httpd/https_example/https_example.c

However, note that this is *not* meant for production environment:
Private keys should be kept in secure elements, not read from files.

Regards,
Simon



reply via email to

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