|
Squid Web Cache master
|
#include <cert_validate_message.h>
Classes | |
| class | RecvdError |
Public Types | |
| typedef RefCount< CertValidationResponse > | Pointer |
| typedef std::vector< RecvdError > | RecvdErrors |
Public Member Functions | |
| CertValidationResponse (const Security::SessionPointer &aSession) | |
| RecvdError & | getError (int errorId) |
Static Public Member Functions | |
| static uint64_t | MemoryUsedByResponse (const CertValidationResponse::Pointer &) |
Public Attributes | |
| RecvdErrors | errors |
| The list of parsed errors. | |
| Helper::ResultCode | resultCode = Helper::Unknown |
| The helper result code. | |
| Security::SessionPointer | ssl |
This class is used to store information found in certificate validation response messages read from certificate validator helper
Definition at line 38 of file cert_validate_message.h.
Definition at line 41 of file cert_validate_message.h.
| typedef std::vector<RecvdError> Ssl::CertValidationResponse::RecvdErrors |
Definition at line 58 of file cert_validate_message.h.
|
inlineexplicit |
Definition at line 59 of file cert_validate_message.h.
| Ssl::CertValidationResponse::RecvdError & Ssl::CertValidationResponse::getError | ( | int | errorId | ) |
Search in errors list for the error item with id=errorId. If none found a new RecvdError item added with the given id;
Definition at line 217 of file cert_validate_message.cc.
References Ssl::CertValidationResponse::RecvdError::id.
Referenced by Ssl::CertValidationMsg::tryParsingResponse().
|
static |
Definition at line 210 of file cert_validate_message.cc.
| RecvdErrors Ssl::CertValidationResponse::errors |
Definition at line 66 of file cert_validate_message.h.
Referenced by Security::PeerConnector::sslCrtvdCheckForErrors(), and Ssl::CertValidationMsg::tryParsingResponse().
| Helper::ResultCode Ssl::CertValidationResponse::resultCode = Helper::Unknown |
Definition at line 67 of file cert_validate_message.h.
| Security::SessionPointer Ssl::CertValidationResponse::ssl |
Definition at line 68 of file cert_validate_message.h.
Referenced by Ssl::CertValidationMsg::tryParsingResponse().