Searched refs:ca_cert_path (Results 1 – 8 of 8) sorted by relevance
/external/chromium-trace/catapult/telemetry/third_party/webpagereplay/ |
D | sslproxy_test.py | 32 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 …]
|
D | certutils_test.py | 77 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 …]
|
D | certutils.py | 192 ca_cert_path = root_path + '-cert.pem' 202 with open(ca_cert_path, 'w') as f:
|
D | sslproxy.py | 45 new_context.use_privatekey_file(handler.server.ca_cert_path)
|
D | httpproxy.py | 378 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/ |
D | platform_backend.py | 251 def InstallTestCa(self, ca_cert_path): argument
|
D | network_controller_backend_unittest.py | 38 def InstallTestCa(self, ca_cert_path): argument 39 del ca_cert_path # Unused argument.
|
D | android_platform_backend.py | 513 def InstallTestCa(self, ca_cert_path): argument 526 self._device.adb.GetDeviceSerial(), None, ca_cert_path)
|