#include <cert_validate_message.h>
Public Attributes | |
Security::SessionPointer | ssl |
Security::CertErrors * | errors = nullptr |
The list of errors detected. More... | |
std::string | domainName |
The server name. More... | |
Detailed Description
This class is used to hold the required information to build a request message for the certificate validator helper
Definition at line 26 of file cert_validate_message.h.
Member Data Documentation
◆ domainName
std::string Ssl::CertValidationRequest::domainName |
Definition at line 31 of file cert_validate_message.h.
Referenced by Ssl::CertValidationMsg::composeRequest(), and Security::PeerConnector::sslFinalized().
◆ errors
Security::CertErrors* Ssl::CertValidationRequest::errors = nullptr |
Definition at line 30 of file cert_validate_message.h.
Referenced by Ssl::CertValidationMsg::composeRequest(), and Security::PeerConnector::sslFinalized().
◆ ssl
Security::SessionPointer Ssl::CertValidationRequest::ssl |
Definition at line 29 of file cert_validate_message.h.
Referenced by Ssl::CertValidationMsg::composeRequest(), Security::PeerConnector::sslFinalized(), and Ssl::CertValidationHelper::Submit().
The documentation for this class was generated from the following file:
- src/ssl/cert_validate_message.h