Home
last modified time | relevance | path

Searched refs:ca_cert_path (Results 1 – 8 of 8) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/
Dsslproxy_test.py32 def __init__(self, ca_cert_path, verify_cb, port, host_name='foo.com', argument
36 self.ca_cert_path = ca_cert_path
45 context.use_certificate_file(self.ca_cert_path)
46 context.load_verify_locations(self.ca_cert_path)
99 def __init__(self, ca_cert_path, use_error_handler=False, port=0, argument
101 self.ca_cert_path = ca_cert_path
102 with open(ca_cert_path, 'r') as ca_file:
139 self.ca_cert_path = self._temp_dir + 'testCA.pem'
146 cert_path=self.ca_cert_path)
148 cert_path=self.ca_cert_path)
[all …]
Dcertutils_test.py77 ca_cert_path = os.path.join(self._temp_dir, 'rootCA.pem')
80 cert_path=ca_cert_path)
82 with Server(ca_cert_path) as server:
93 ca_cert_path = base_path + '.pem'
98 self.assertFalse(os.path.exists(ca_cert_path))
103 certutils.write_dummy_ca_cert(c, k, ca_cert_path)
105 self._check_cert_file(ca_cert_path, c, k)
111 ca_cert_path = os.path.join(self._temp_dir, 'testCA.pem')
114 *certutils.generate_dummy_ca_cert(issuer), cert_path=ca_cert_path)
116 with open(ca_cert_path, 'r') as root_file:
[all …]
Dcertutils.py192 ca_cert_path = root_path + '-cert.pem'
202 with open(ca_cert_path, 'w') as f:
Dsslproxy.py45 new_context.use_privatekey_file(handler.server.ca_cert_path)
Dhttpproxy.py378 self.ca_cert_path = https_root_ca_cert_path
382 with open(self.ca_cert_path, 'r') as cert_file:
/external/chromium-trace/catapult/telemetry/telemetry/internal/platform/
Dplatform_backend.py251 def InstallTestCa(self, ca_cert_path): argument
Dnetwork_controller_backend_unittest.py38 def InstallTestCa(self, ca_cert_path): argument
39 del ca_cert_path # Unused argument.
Dandroid_platform_backend.py513 def InstallTestCa(self, ca_cert_path): argument
526 self._device.adb.GetDeviceSerial(), None, ca_cert_path)