Lines Matching full:certificate
42 X509* certificate = X509_STORE_CTX_get_current_cert(x509_ctx);
43 TEST_AND_RETURN_FALSE(certificate);
50 bool success = X509_digest(certificate, digest_function, out_digest, &len);
87 // which will be called after each server certificate is validated. However,
89 // callback, the certificate check will have to be done statically. Since we
91 // certificate, we hardcode Chrome OS's two known update servers here, and
140 // certificate. We store a report to UMA and just propagate the fail result.
154 LOG(WARNING) << "Failed to generate digest of X509 certificate "
168 // If there's no stored certificate, we just store the current one and return.
171 LOG(WARNING) << "Failed to store server certificate on storage key "
178 // Certificate changed, we store a report to UMA and store the most recent
179 // certificate.
182 LOG(WARNING) << "Failed to store server certificate on storage key "
185 LOG(INFO) << "Certificate changed from " << stored_digest << " to "