|
dodo
0.0.1
A C++ library to create containerized Linux services
|
#include <cstring>#include <iostream>#include <openssl/pkcs12.h>#include <openssl/ssl.h>#include <openssl/x509_vfy.h>#include <openssl/x509v3.h>#include "common/datacrypt.hpp"#include "common/exception.hpp"#include "common/util.hpp"#include "network/tlscontext.hpp"#include "network/x509cert.hpp"
Go to the source code of this file.
Namespaces | |
| dodo | |
| A C++ platform interface to lean Linux services tailored for containerized deployment. | |
| dodo::network | |
| Interface for network communication. | |
Implements the dodo::network::TLSContext class.
Definition in file tlscontext.cpp.