#include <cert_validate_message.h>
Public Member Functions | |
void | setCert (X509 *) |
Sets cert to the given certificate. More... | |
Public Attributes | |
int | id = 0 |
The id of the error. More... | |
Security::ErrorCode | error_no = 0 |
The OpenSSL error code. More... | |
std::string | error_reason |
A string describing the error. More... | |
Security::CertPointer | cert |
The broken certificate. More... | |
int | error_depth = -1 |
The error depth. More... | |
Detailed Description
This class used to hold error information returned from cert validator helper.
Definition at line 47 of file cert_validate_message.h.
Member Function Documentation
◆ setCert()
void Ssl::CertValidationResponse::RecvdError::setCert | ( | X509 * | aCert | ) |
Definition at line 231 of file cert_validate_message.cc.
Referenced by Ssl::CertValidationMsg::tryParsingResponse().
Member Data Documentation
◆ cert
Security::CertPointer Ssl::CertValidationResponse::RecvdError::cert |
Definition at line 54 of file cert_validate_message.h.
◆ error_depth
int Ssl::CertValidationResponse::RecvdError::error_depth = -1 |
Definition at line 55 of file cert_validate_message.h.
Referenced by Ssl::CertValidationMsg::tryParsingResponse().
◆ error_no
Security::ErrorCode Ssl::CertValidationResponse::RecvdError::error_no = 0 |
Definition at line 52 of file cert_validate_message.h.
Referenced by Ssl::CertValidationMsg::tryParsingResponse().
◆ error_reason
std::string Ssl::CertValidationResponse::RecvdError::error_reason |
Definition at line 53 of file cert_validate_message.h.
Referenced by Ssl::CertValidationMsg::tryParsingResponse().
◆ id
int Ssl::CertValidationResponse::RecvdError::id = 0 |
Definition at line 51 of file cert_validate_message.h.
Referenced by Ssl::CertValidationResponse::getError().
The documentation for this class was generated from the following files:
- src/ssl/cert_validate_message.h
- src/ssl/cert_validate_message.cc