diff options
author | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-16 00:52:12 +0000 |
---|---|---|
committer | rsleevi@chromium.org <rsleevi@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-12-16 00:52:12 +0000 |
commit | cded31b2222c66ffdb2c6292efd78f729e335c91 (patch) | |
tree | 58da8007323d736797909d7f5b273a801b60ecb4 /net/test | |
parent | 272ac32f59df01ce98fe6e422a6130cf4a6a1c43 (diff) | |
download | chromium_src-cded31b2222c66ffdb2c6292efd78f729e335c91.zip chromium_src-cded31b2222c66ffdb2c6292efd78f729e335c91.tar.gz chromium_src-cded31b2222c66ffdb2c6292efd78f729e335c91.tar.bz2 |
Regenerate the root certificate and end-entity certificates used for various tests in net_unittests, now that Windows can temporarily trust certificates for the duration of tests.
In addition, add unittests for net::TestRootCerts, which depend on the certs being tested not being trusted by the system beforehand.
BUG=8470, 5552
TEST=TestRootCertsTest.*
Review URL: http://codereview.chromium.org/5535006
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@69356 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'net/test')
-rw-r--r-- | net/test/test_server.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/test/test_server.cc b/net/test/test_server.cc index 9722dc1..ec8c687 100644 --- a/net/test/test_server.cc +++ b/net/test/test_server.cc @@ -307,7 +307,7 @@ bool TestServer::SetPythonPath() { } FilePath TestServer::GetRootCertificatePath() { - return certificates_dir_.AppendASCII("root_ca_cert.crt"); + return certificates_dir_.AppendASCII("root_ca_cert.pem"); } bool TestServer::LoadTestRootCert() { |