Lines Matching refs:cert
200 DVLOG(3) << "skipping cert verify";
561 LOG(WARNING) << "Client cert found without private key";
575 ssl_info->cert = server_cert_;
763 // doesn't require a client cert), we need to invalidate the SSL session
766 // cert again.
868 // Eventually, we should cache the cert verification results so that we don't
870 // Alternatively, we could use the cert's status that we stored along with
871 // the cert in the allowed_bad_certs vector.
888 crypto::ScopedOpenSSL<X509, X509_free> cert
889 if (!cert.get()) {
903 cert.get(), X509Certificate::SOURCE_FROM_NETWORK, intermediates);