oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
Loading...
Searching...
No Matches
Classes
ove::tls Namespace Reference

TLS session wrapper over mbedTLS. Provides handshake, send, recv, and close on top of a connected ove_socket_t. More...

Classes

struct  Config
 TLS session configuration. More...
 
class  Session
 RAII wrapper around an oveRTOS TLS session. More...
 

Detailed Description

TLS session wrapper over mbedTLS. Provides handshake, send, recv, and close on top of a connected ove_socket_t.

Available when CONFIG_OVE_NET_TLS is enabled.