dodo  0.0.1
A C++ library to create containerized Linux services
tlssocket.hpp File Reference
#include <openssl/ssl.h>
#include "network/socket.hpp"
#include "network/socketparams.hpp"
#include "network/tlscontext.hpp"
#include "network/x509cert.hpp"
Include dependency graph for tlssocket.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  dodo::network::TLSSocket
 Socket for TLS encrypted traffic between trusted endpoints. More...
 

Namespaces

 dodo
 A C++ platform interface to lean Linux services tailored for containerized deployment.
 
 dodo::network
 Interface for network communication.
 

Detailed Description

Defines the dodo::network::TLSSocket class.

Definition in file tlssocket.hpp.