diff options
author | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 22:04:10 +0000 |
---|---|---|
committer | agl@chromium.org <agl@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2012-03-07 22:04:10 +0000 |
commit | c774770a1ae2c8cfddd56558c8693af4a4acd2e9 (patch) | |
tree | 75cb123dc12ea327933b0acee5231e6f2f00cba1 /net/base/x509_certificate.h | |
parent | 7a17bac000eb7083dcc059f8dc4f2ee38058a759 (diff) | |
download | chromium_src-c774770a1ae2c8cfddd56558c8693af4a4acd2e9.zip chromium_src-c774770a1ae2c8cfddd56558c8693af4a4acd2e9.tar.gz chromium_src-c774770a1ae2c8cfddd56558c8693af4a4acd2e9.tar.bz2 |
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
Diffstat (limited to 'net/base/x509_certificate.h')
-rw-r--r-- | net/base/x509_certificate.h | 1 |
1 files changed, 1 insertions, 0 deletions
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 |