summaryrefslogtreecommitdiffstats
path: root/chrome_frame/test/net
diff options
context:
space:
mode:
authorrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-30 07:16:20 +0000
committerrsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2013-07-30 07:16:20 +0000
commit3a86a71669173b4f334c9a9103409051fccc728a (patch)
treeaec17ef458881b30f4788b69c98e1f5b88983e54 /chrome_frame/test/net
parentae090402890667d295ca60612c956e7d225266a8 (diff)
downloadchromium_src-3a86a71669173b4f334c9a9103409051fccc728a.zip
chromium_src-3a86a71669173b4f334c9a9103409051fccc728a.tar.gz
chromium_src-3a86a71669173b4f334c9a9103409051fccc728a.tar.bz2
Add a CertVerifier flag to enable hard fail for local (non-public) trust anchors.
If revocation checking fails when chaining to a locally trusted root, this will treat the certificate as revoked ('hard fail'). This does not affect revocation checking when chained to public CAs. BUG=258642 R=wtc TBR=robertshield Review URL: https://chromiumcodereview.appspot.com/18388005 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@214312 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome_frame/test/net')
-rw-r--r--chrome_frame/test/net/fake_external_tab.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome_frame/test/net/fake_external_tab.cc b/chrome_frame/test/net/fake_external_tab.cc
index 3b76c6f..d15bc1a 100644
--- a/chrome_frame/test/net/fake_external_tab.cc
+++ b/chrome_frame/test/net/fake_external_tab.cc
@@ -325,6 +325,7 @@ void FilterDisabledTests() {
"HTTPSRequestTest.SSLSessionCacheShardTest",
"HTTPSRequestTest.SSLv3Fallback",
"HTTPSRequestTest.TLSv1Fallback",
+ "HTTPSHardFailTest.*",
"HTTPSOCSPTest.*",
"HTTPSEVCRLSetTest.*",
"HTTPSCRLSetTest.*",