libwebsockets/lib/tls/mbedtls
Andy Green c5f6d180dd mbedtls: handle NET_SEND_FAILED
Under the condition the associated client went away (turn off WLAN at the
client), we can spin forever mistaking NET_SEND_FAILED for WANT_WRITE,
which was also true.  This makes sure we understand that was fatal
immediately.
2017-12-01 11:37:35 +08:00
..
wrapper mbedtls: handle NET_SEND_FAILED 2017-12-01 11:37:35 +08:00
client.c mbedtls: client cert workaround 2017-11-26 19:16:17 +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
server.c mbedtls: improve SNI for client certs 2017-12-01 11:37:35 +08:00
ssl.c add selfsigned cert generation api 2017-11-26 19:17:11 +08:00