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

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

Reply via email to