Home | History | Annotate | Download | only in base

Lines Matching defs:thawte_cert

312   scoped_refptr<X509Certificate> thawte_cert(X509Certificate::CreateFromBytes(
315 ASSERT_NE(static_cast<X509Certificate*>(NULL), thawte_cert);
317 const CertPrincipal& subject = thawte_cert->subject();
328 const CertPrincipal& issuer = thawte_cert->issuer();
342 const Time& valid_start = thawte_cert->valid_start();
345 const Time& valid_expiry = thawte_cert->valid_expiry();
348 const SHA1Fingerprint& fingerprint = thawte_cert->fingerprint();
353 thawte_cert->GetDNSNames(&dns_names);
362 EXPECT_EQ(OK, thawte_cert->Verify("www.thawte.com", flags, &verify_result));
367 EXPECT_EQ(OK, thawte_cert->Verify("www.thawte.com", flags, &verify_result));
751 scoped_refptr<X509Certificate> thawte_cert(
775 intermediates2.push_back(thawte_cert->os_cert_handle());
787 thawte_cert->os_cert_handle()));
793 intermediates2.push_back(thawte_cert->os_cert_handle());