|
Squid Web Cache master
|
#include <cert_validate_message.h>
Public Attributes | |
| Security::SessionPointer | ssl |
| Security::CertErrors * | errors = nullptr |
| The list of errors detected. | |
| std::string | domainName |
| The server name. | |
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.
| std::string Ssl::CertValidationRequest::domainName |
Definition at line 31 of file cert_validate_message.h.
Referenced by Ssl::CertValidationMsg::composeRequest(), and Security::PeerConnector::sslFinalized().
| 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().
| 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().