From c774770a1ae2c8cfddd56558c8693af4a4acd2e9 Mon Sep 17 00:00:00 2001 From: "agl@chromium.org" Date: Wed, 7 Mar 2012 22:04:10 +0000 Subject: net: allow EV indication on Windows when the local OCSP/CRL cache is stale. BUG=116984 TEST=On a Windows machine, run `certutil -urlcache * delete` on the command line. Then start Chrome and ensure that https://www.paypal.com shows a green EV indication in the URL bar. Review URL: http://codereview.chromium.org/9619007 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@125468 0039d316-1c4b-4281-b951-d872f2087c98 --- net/base/x509_certificate.h | 1 + 1 file changed, 1 insertion(+) (limited to 'net/base/x509_certificate.h') diff --git a/net/base/x509_certificate.h b/net/base/x509_certificate.h index 9e00e71..2b89c55 100644 --- a/net/base/x509_certificate.h +++ b/net/base/x509_certificate.h @@ -494,6 +494,7 @@ class NET_EXPORT X509Certificate #if defined(OS_WIN) bool CheckEV(PCCERT_CHAIN_CONTEXT chain_context, + int flags, const char* policy_oid) const; static bool IsIssuedByKnownRoot(PCCERT_CHAIN_CONTEXT chain_context); #endif -- cgit v1.1