summaryrefslogtreecommitdiffstats
path: root/net/net.gyp
diff options
context:
space:
mode:
authorwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-20 23:39:29 +0000
committerwtc@chromium.org <wtc@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2009-11-20 23:39:29 +0000
commita710ad60ce70dafd00bb7a140cb9ee2d5be87acb (patch)
treef81aa8a2a68919ef911b807d4d905ed394bdf69f /net/net.gyp
parent70aea9a5998558d4e356b7ffdba7af25fc9dde95 (diff)
downloadchromium_src-a710ad60ce70dafd00bb7a140cb9ee2d5be87acb.zip
chromium_src-a710ad60ce70dafd00bb7a140cb9ee2d5be87acb.tar.gz
chromium_src-a710ad60ce70dafd00bb7a140cb9ee2d5be87acb.tar.bz2
Work around the NSS bugs in the AIA certificate fetch code by retrying
CERT_PKIXVerifyCert without cert_pi_useAIACertFetch. Add a unit test with a certificate that gives cert_pi_useAIACertFetch trouble. Remove workarounds for old versions of NSS. Map the NSPR error PR_DIRECTORY_LOOKUP_ERROR to ERR_NAME_NOT_RESOLVED. Move the certificate data to a new header x509_certificate_unittest.h to make x509_certificate_unittest.cc less crowded. R=eroman BUG=27497 TEST=new unit test Review URL: http://codereview.chromium.org/418001 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@32712 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/net.gyp')
-rw-r--r--net/net.gyp1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/net.gyp b/net/net.gyp
index fa0ea22..3b1cfd9 100644
--- a/net/net.gyp
+++ b/net/net.gyp
@@ -596,6 +596,7 @@
'base/ssl_config_service_win_unittest.cc',
'base/strict_transport_security_state_unittest.cc',
'base/telnet_server_unittest.cc',
+ 'base/test_certificate_data.h',
'base/test_completion_callback_unittest.cc',
'base/wininet_util_unittest.cc',
'base/x509_certificate_unittest.cc',