dodo
0.0.1
A C++ library to create containerized Linux services
|
Subject AltName record. More...
#include <x509cert.hpp>
Data Fields | |
std::string | san_name |
The name. More... | |
X509Common::SANType | san_type |
The type. More... | |
Subject AltName record.
Definition at line 70 of file x509cert.hpp.
std::string dodo::network::X509Common::SAN::san_name |
The name.
Definition at line 79 of file x509cert.hpp.
Referenced by dodo::network::TLSSocket::connect(), and dodo::network::TLSSocket::TLSSocket().
X509Common::SANType dodo::network::X509Common::SAN::san_type |
The type.
Definition at line 74 of file x509cert.hpp.
Referenced by dodo::network::X509Certificate::verifySAN().