7ad2e604bb
Introduce TLS socket options, which allow to configure session caching on a socket. The cache can be enabled on a socket with TLS_SESSION_CACHE option. Once cache is enabled on a socket, the session will be stored for re-use after a sucessfull handshake. If a socket is attempting to connect to a host for which session is stored, the session will be resumed and mbed TLS will attempt to use a simplified handshake procedure. The server-side management of sessions is fully controlled by mbed TLS after session caching is enabled on a socket. The other TLS_SESSION_CACHE_PURGE option allows to clear all of the cache entries, releasing the memory allocated for sessions. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no> |
||
---|---|---|
.. | ||
ip | ||
l2 | ||
lib | ||
pkt_filter | ||
CMakeLists.txt | ||
Kconfig | ||
Kconfig.hostname | ||
Kconfig.template.log_config.default.net | ||
Kconfig.template.log_config.net | ||
buf.c | ||
hostname.c |