Molybden API
|
The BrowserDelegates::onVerifyCert action arguments. More...
#include <browser_delegates.hpp>
Public Attributes | |
std::shared_ptr< Browser > | browser |
The browser instance initiated this callback. | |
std::string | host |
The host name of the SSL server that requests the certificate verification. | |
Certificate | certificate |
The certificate that is requested to be verified. | |
std::vector< Certificate > | intermediate_certs |
The list of intermediate certificates in the chain of the validated certificate. | |
std::vector< CertVerificationError > | verification_errors |
The list of errors found by the default SSL certificate verifier. | |
The BrowserDelegates::onVerifyCert action arguments.