1
0
Fork 0
mirror of https://github.com/warmcat/libwebsockets.git synced 2025-03-30 00:00:16 +01:00
libwebsockets/lib/tls/mbedtls/wrapper
Andy Green be32d0554e mbedtls: attempt to remove dependency on net_sockets.c
The mbedtls openssl wrapper wants to use exports from mbedtls' net_sockets.c,
but this is only supposed to work on *nix and windows.  Typically people
are using mbedtls on RTOS type platforms and to use it, net_sockets.c
needs some hacking.

Try to avoid that situation by porting the two exports we need into the
lws plat code and call from the wrapper.
2020-03-27 13:24:44 +00:00
..
include tls: lws_system per-connection client certs 2019-12-09 14:48:54 +00:00
library rtos diet: make basic auth support a config option on by default 2020-03-04 11:00:04 +00:00
platform mbedtls: attempt to remove dependency on net_sockets.c 2020-03-27 13:24:44 +00:00