Current implementation of LwM2M engine doesn't allow users a way of overriding TLS credential load with custom function. This would be needed by an offloaded TLS stack where we don't want to use standard Zephyr functions. Let's add a load_credential function pointer to the LwM2M client context which will be called when it's available. Fixes: https://github.com/zephyrproject-rtos/zephyr/issues/17408 Signed-off-by: Michael Scott <mike@foundries.io> |
||
|---|---|---|
| .. | ||
| coap | ||
| config | ||
| dns | ||
| http | ||
| lwm2m | ||
| mqtt | ||
| openthread | ||
| sntp | ||
| sockets | ||
| socks | ||
| tls_credentials | ||
| utils | ||
| CMakeLists.txt | ||
| Kconfig | ||