HomeSort by relevance Sort by last modified time
    Searched defs: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...]
  /external/chromium_org/net/cert/
x509_certificate_unittest.cc 266 scoped_refptr<X509Certificate> thawte_cert(X509Certificate::CreateFromBytes(
269 ASSERT_NE(static_cast<X509Certificate*>(NULL), thawte_cert); local
271 const CertPrincipal& subject = thawte_cert->subject();
282 const CertPrincipal& issuer = thawte_cert->issuer();
296 const Time& valid_start = thawte_cert->valid_start();
299 const Time& valid_expiry = thawte_cert->valid_expiry();
302 const SHA1HashValue& fingerprint = thawte_cert->fingerprint();
307 thawte_cert->GetDNSNames(&dns_names);
720 scoped_refptr<X509Certificate> thawte_cert(
736 intermediates2.push_back(thawte_cert->os_cert_handle())
    [all...]

Completed in 61 milliseconds