This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

[参考译文] TM4C1294NCPDT:使用 lwIP 库的安全 HTTP (HTTPS) Web 服务器应用。

Guru**** 2239510 points
请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

https://e2e.ti.com/support/microcontrollers/arm-based-microcontrollers-group/arm-based-microcontrollers/f/arm-based-microcontrollers-forum/1012597/tm4c1294ncpdt-secure-http-https-web-server-application-using-lwip-library

器件型号:TM4C1294NCPDT

您好!

我在 用于 TM4C1294EXL 的 TivaWare 中找到了一个 HTTP Web 服务器示例(enet_IO)、该示例使用 lwIP 库。 该示例适用于使用以太网的端口80上的 HTTP。

现在、我计划为同一应用实施安全 HTTP、即 HTTPS。 但我无法在网上找到任何帮助。 那么、有人能告诉我如何使用 HTTPS 确保设备的安全。

谢谢你。

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    您好!

     抱歉、我们没有基于 LwIP 堆栈的任何 HTTPS 示例。  您需要在应用程序和 TCP/IP 堆栈之间集成 TLS 安全层。 下面是一些您可以考虑的 TLS 库。 请直接咨询这些供应商以获取支持和解答问题、因为我们没有 这些第三方软件的专业知识。  

    https://www.openssl.org/

    https://www.wolfssl.com/wolfssl-lwip-support/

    https://tls.mbed.org/

  • 请注意,本文内容源自机器翻译,可能存在语法或其它翻译错误,仅供参考。如需获取准确内容,请参阅链接中的英语原文或自行翻译。

    感谢 Charles、将查看您分享的链接。