dodo  0.0.1
A C++ library to create containerized Linux services
dodo::network::X509Common::SAN Struct Reference

Subject AltName record. More...

#include <x509cert.hpp>

Collaboration diagram for dodo::network::X509Common::SAN:

Data Fields

std::string san_name
 The name. More...
 
X509Common::SANType san_type
 The type. More...
 

Detailed Description

Subject AltName record.

Definition at line 70 of file x509cert.hpp.

Field Documentation

◆ san_name

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().

◆ san_type

X509Common::SANType dodo::network::X509Common::SAN::san_type

The type.

Definition at line 74 of file x509cert.hpp.

Referenced by dodo::network::X509Certificate::verifySAN().


The documentation for this struct was generated from the following file: