|
oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
|
RAII wrapper for TLS/SSL sessions (mbedTLS) More...


Go to the source code of this file.
Classes | |
| struct | ove::tls::Config |
| TLS session configuration. More... | |
| class | ove::tls::Session |
| RAII wrapper around an oveRTOS TLS session. More... | |
Namespaces | |
| namespace | ove |
| Top-level namespace for all oveRTOS C++ abstractions. | |
| namespace | ove::tls |
TLS session wrapper over mbedTLS. Provides handshake, send, recv, and close on top of a connected ove_socket_t. | |
RAII wrapper for TLS/SSL sessions (mbedTLS)