libwebsockets/lib/tls/mbedtls
Andy Green 91a821c793 esp32: align with esp-idf changes
LWIP_SOCKET_OFFSET is now nonzero, which I handled a while back.

But the C api support for it is broken in esp-idf.

select() takes unmodified fds, but FD_SET / FD_ISSET etc must have the
offset subtracted on their args.

With this we are working on current HEAD esp-idf.
2017-12-01 11:37:36 +08:00
..
wrapper mbedtls: handle NET_SEND_FAILED 2017-12-01 11:37:35 +08:00
lws-genhash.c lws_genhash: add HMAC 2017-11-10 16:56:44 +08:00
lws-genrsa.c lws-genrsa: add resuable backend-independent rsa decrypt in tls/ and migrate sshd to it 2017-11-10 16:56:44 +08:00
mbedtls-client.c gcov: add in cmake and adapt defaults 2017-12-01 11:37:35 +08:00
mbedtls-server.c gcov: add in cmake and adapt defaults 2017-12-01 11:37:35 +08:00
ssl.c esp32: align with esp-idf changes 2017-12-01 11:37:36 +08:00