oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
Loading...
Searching...
No Matches
Data Structures
TLS

Portable TLS layer using mbedTLS. More...

Data Structures

struct  ove_tls_config_t
 TLS session configuration. More...
 

Detailed Description

Portable TLS layer using mbedTLS.

Provides encrypted socket communication. The TLS layer wraps mbedTLS and delegates I/O to the oveRTOS socket API, making it portable across all backends.

Note
Requires CONFIG_OVE_NET_TLS (implies CONFIG_OVE_NET). When disabled every function is replaced by a no-op stub that returns OVE_ERR_NOT_SUPPORTED.