|
oveRTOS C API
Embedded RTOS framework — build system, configuration, and portable C API
|
Portable TLS layer using mbedTLS. More...
Data Structures | |
| struct | ove_tls_config_t |
| TLS session configuration. More... | |
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.
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.