HomeSort by relevance Sort by last modified time
    Searched refs:thawte_cert (Results 1 - 2 of 2) sorted by null

  /external/chromium/net/base/
x509_certificate_unittest.cc 312 scoped_refptr<X509Certificate> thawte_cert(X509Certificate::CreateFromBytes(
315 ASSERT_NE(static_cast<X509Certificate*>(NULL), thawte_cert); local
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))
    [all...]
cert_database_nss_unittest.cc 453 scoped_refptr<X509Certificate> thawte_cert(cert_list[1]);
455 EXPECT_EQ("Thawte SGC CA", thawte_cert->subject().common_name);

Completed in 45 milliseconds