oveRTOS C++ API
C++20 RAII wrappers for the oveRTOS C API
Loading...
Searching...
No Matches
Classes | Namespaces
net_tls.hpp File Reference

RAII wrapper for TLS/SSL sessions (mbedTLS) More...

#include <ove/net_tls.h>
#include <ove/net.hpp>
#include <ove/types.hpp>
#include <ove/error.hpp>
Include dependency graph for net_tls.hpp:
This graph shows which files directly or indirectly include this file:

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.
 

Detailed Description

RAII wrapper for TLS/SSL sessions (mbedTLS)