lwip-devel
[Top][All Lists]
Advanced

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

[lwip-devel] [patch #9525] httpd: add Websocket support, fix lwip_strnic


From: Simon Goldschmidt
Subject: [lwip-devel] [patch #9525] httpd: add Websocket support, fix lwip_strnicmp
Date: Mon, 29 Jan 2018 04:12:14 -0500 (EST)
User-agent: Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:58.0) Gecko/20100101 Firefox/58.0

Follow-up Comment #8, patch #9525 (project lwip):

The best thing I can come up with is to just expect mbedtls is present. They
provide everything we need and we don't need to implement things twice.

The code copy from PolarSSL was at a time where that library had moved to GPL
and the copy we have was the last BSD version. With mbedtls having a
compatible license, I don't thing it's good to stay with the code copy.

The downside is of course that we make non-secure things depend on mbedtls,
but I'm willing to take that for not having to maintain more code :-)

    _______________________________________________________

Reply to this item at:

  <http://savannah.nongnu.org/patch/?9525>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.nongnu.org/




reply via email to

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