zephyr/subsys/net/lib/sockets
Robert Lubos 683628ab73 net: tls: Do not assume PSK id is NULL terminated
Current TLS socket implementation assumed that PSK ID stored in
credential manager is NULL terminated. It's actually better to store
only the string content, as the string length is stored as well. This
approach is less confusing, when a user is not operating on C strings
but on a non-NULL terminated byte array.

Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>
2018-10-22 10:32:07 +03:00
..
CMakeLists.txt net: sockets: Add a socket offload module 2018-09-11 18:42:34 +03:00
getaddrinfo.c net: lib: Convert socket library to use log level 2018-10-04 14:13:57 +03:00
Kconfig net: Make Kconfig template variables prettier 2018-10-05 09:01:37 -04:00
socket_offload.c net: sockets: Get socket offload to build after net logging overhaul. 2018-10-11 15:51:57 +03:00
sockets_internal.h net: socket: Extract flag related functions to internal header file 2018-08-13 15:24:34 +03:00
sockets_tls.c net: tls: Do not assume PSK id is NULL terminated 2018-10-22 10:32:07 +03:00
sockets.c libc: minimal: Make fcntl.h be at top level, not sys/fcntl.h 2018-10-09 15:44:59 -04:00