|
Squid Web Cache master
|
#include <cert_validate_message.h>
Public Member Functions | |
| void | setCert (X509 *) |
| Sets cert to the given certificate. | |
Public Attributes | |
| int | id = 0 |
| The id of the error. | |
| Security::ErrorCode | error_no = 0 |
| The OpenSSL error code. | |
| std::string | error_reason |
| A string describing the error. | |
| Security::CertPointer | cert |
| The broken certificate. | |
| int | error_depth = -1 |
| The error depth. | |
This class used to hold error information returned from cert validator helper.
Definition at line 47 of file cert_validate_message.h.
| void Ssl::CertValidationResponse::RecvdError::setCert | ( | X509 * | aCert | ) |
Definition at line 231 of file cert_validate_message.cc.
Referenced by Ssl::CertValidationMsg::tryParsingResponse().
| Security::CertPointer Ssl::CertValidationResponse::RecvdError::cert |
Definition at line 54 of file cert_validate_message.h.
| int Ssl::CertValidationResponse::RecvdError::error_depth = -1 |
Definition at line 55 of file cert_validate_message.h.
Referenced by Ssl::CertValidationMsg::tryParsingResponse().
| Security::ErrorCode Ssl::CertValidationResponse::RecvdError::error_no = 0 |
Definition at line 52 of file cert_validate_message.h.
Referenced by Ssl::CertValidationMsg::tryParsingResponse().
| std::string Ssl::CertValidationResponse::RecvdError::error_reason |
Definition at line 53 of file cert_validate_message.h.
Referenced by Ssl::CertValidationMsg::tryParsingResponse().
| int Ssl::CertValidationResponse::RecvdError::id = 0 |
Definition at line 51 of file cert_validate_message.h.
Referenced by Ssl::CertValidationResponse::getError().