dodo  0.0.1
A C++ library to create containerized Linux services
x509cert.hpp File Reference
#include <list>
#include <map>
#include <openssl/ssl.h>
#include <openssl/x509v3.h>
#include <string>
Include dependency graph for x509cert.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::X509Certificate
 X509 public key certificate (PKC) interface. More...
 
class  dodo::network::X509CertificateSigningRequest
 X509 Certificate signing request (CSR) interface. More...
 
class  dodo::network::X509Common
 Interface common to X509 documents. More...
 
struct  dodo::network::X509Common::Identity
 Attributes that together constitute a X509 identity. More...
 
struct  dodo::network::X509Common::SAN
 Subject AltName record. 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::SSLSocket class.

Definition in file x509cert.hpp.