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> |
||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| getaddrinfo.c | ||
| Kconfig | ||
| socket_offload.c | ||
| sockets_internal.h | ||
| sockets_tls.c | ||
| sockets.c | ||