nRF Connect SDK API 0.1.0
Loading...
Searching...
No Matches
slm_native_tls.h File Reference

Utility functions for serial LTE modem native TLS socket. More...

#include <zephyr/net/tls_credentials.h>
#include "slm_trap_macros.h"

Go to the source code of this file.

Functions

int slm_native_tls_store_credential (sec_tag_t sec_tag, uint16_t type, const void *data, size_t len)
 Store credential to Zephyr settings storage.
 
int slm_native_tls_list_credentials (void)
 List credential sec_tags and types from Zephyr settings storage.
 
int slm_native_tls_load_credentials (sec_tag_t sec_tag)
 Load credentials from Zephyr settings storage to TLS credentials storage for Mbed TLS.
 
int slm_native_tls_delete_credential (sec_tag_t sec_tag, uint16_t type)
 Delete credential from Zephyr settings storage.
 

Detailed Description

Utility functions for serial LTE modem native TLS socket.