dodo  0.0.1
A C++ library to create containerized Linux services
tlscontext.hpp File Reference
#include <iostream>
#include <openssl/bio.h>
#include <openssl/err.h>
#include <openssl/ossl_typ.h>
#include <openssl/ssl.h>
#include <string>
#include "common/exception.hpp"
#include "common/systemerror.hpp"
Include dependency graph for tlscontext.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::TLSContext
 TLS security context. 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::TLSContext class.

Definition in file tlscontext.hpp.