Home | History | Annotate | Download | only in base

Lines Matching refs:SSLConfig

12 SSLConfig::CertAndStatus::CertAndStatus() : cert_status(0) {}
14 SSLConfig::CertAndStatus::~CertAndStatus() {}
16 SSLConfig::SSLConfig()
24 SSLConfig::~SSLConfig() {
27 bool SSLConfig::IsAllowedBadCert(X509Certificate* cert) const {
102 void SSLConfigService::SetSSLConfigFlags(SSLConfig* ssl_config) {
109 void SSLConfigService::ProcessConfigUpdate(const SSLConfig& orig_config,
110 const SSLConfig& new_config) {