Molybden API
Loading...
Searching...
No Matches
molybden::VerifyCertArgs Struct Reference

The BrowserDelegates::onVerifyCert action arguments. More...

#include <browser_delegates.hpp>

Public Attributes

std::shared_ptr< Browserbrowser
 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< Certificateintermediate_certs
 The list of intermediate certificates in the chain of the validated certificate.
 
std::vector< CertVerificationErrorverification_errors
 The list of errors found by the default SSL certificate verifier.
 

Detailed Description

The BrowserDelegates::onVerifyCert action arguments.


The documentation for this struct was generated from the following file: