Home | History | Annotate | Download | only in socket

Lines Matching refs:cert

434   ssl_info->cert = server_cert_;
533 scoped_refptr<X509Certificate> cert = X509Certificate::CreateFromHandle(
536 cert_request_info->client_certs.push_back(cert);
1163 // Eventually, we should cache the cert verification results so that we don't
1165 // Alternatively, we could use the cert's status that we stored along with
1166 // the cert in the allowed_bad_certs vector.
1495 LOG(ERROR) << "QueryContextAttributes (remote cert) failed: " << status;