Searched refs:cert_and_status (Results 1 – 3 of 3) sorted by relevance
99 net::SSLConfig::CertAndStatus cert_and_status; in SecureAndAuthenticate() local100 cert_and_status.cert_status = net::CERT_STATUS_AUTHORITY_INVALID; in SecureAndAuthenticate()101 cert_and_status.der_cert = remote_cert_; in SecureAndAuthenticate()110 ssl_config.allowed_bad_certs.push_back(cert_and_status); in SecureAndAuthenticate()
344 SSLConfig::CertAndStatus cert_and_status; in Initialize() local345 cert_and_status.cert_status = CERT_STATUS_AUTHORITY_INVALID; in Initialize()346 cert_and_status.der_cert = cert_der; in Initialize()347 ssl_config.allowed_bad_certs.push_back(cert_and_status); in Initialize()
132 net::SSLConfig::CertAndStatus cert_and_status; in CreateSslSocket() local133 cert_and_status.cert_status = net::CERT_STATUS_AUTHORITY_INVALID; in CreateSslSocket()134 cert_and_status.der_cert = peer_cert_; in CreateSslSocket()135 ssl_config.allowed_bad_certs.push_back(cert_and_status); in CreateSslSocket()