zephyr/subsys/net/lib/websocket
Sjors Hettinga c51cf4f08d net: websocket: Make sure the mbedtls_sha1 function is build in
In the header the websocket protocol needs a SHA1 hash. This is
implemented using the mbedtls_sha1 function. Select the option
MBEDTLS_MAC_SHA1_ENABLED from the Kconfig of websocket to ensure this
function is build in.

Signed-off-by: Sjors Hettinga <s.a.hettinga@gmail.com>
2023-02-24 18:12:14 +01:00
..
CMakeLists.txt net: websocket: client: Simple API for Websocket client 2019-10-04 16:38:34 +03:00
Kconfig net: websocket: Make sure the mbedtls_sha1 function is build in 2023-02-24 18:12:14 +01:00
websocket.c net: websockets: Fix websocket close procedure 2023-02-03 10:37:57 -08:00
websocket_internal.h net: websocket: new receiving algorithm 2022-12-20 17:05:12 +00:00