zephyr/subsys/net/lib/sockets
Robert Lubos 47f908872d net: tls: Implement poll with support for mbedTLS pending data
Implement socket poll function for TLS socket. In addition to regular
poll checks, we have to check if there is some decrypted data pending on
mbedTLS.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2018-07-13 15:03:45 -04:00
..
CMakeLists.txt net: socket: Add switch to enable TLS socket option support 2018-07-13 15:03:45 -04:00
getaddrinfo.c
Kconfig net: tls: Add TLS context allocation/deallocation 2018-07-13 15:03:45 -04:00
sockets_tls.c net: tls: Implement poll with support for mbedTLS pending data 2018-07-13 15:03:45 -04:00
sockets.c