dodo
0.0.1
A C++ library to create containerized Linux services
|
#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"
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. | |
Defines the dodo::network::TLSContext class.
Definition in file tlscontext.hpp.