Home
last modified time | relevance | path

Searched refs:cafile (Results 1 – 4 of 4) sorted by relevance

/openthread-3.7.0/tools/tcat_ble_client/ble/
Dble_stream_secure.py52 def load_cert(self, certfile='', keyfile='', cafile=''): argument
60 if cafile:
61 self.ssl_context.load_verify_locations(cafile=cafile)
/openthread-3.7.0/third_party/mbedtls/repo/tests/scripts/
Dgenerate_tls13_compat_tests.py204 '-CAfile {cafile}'.format(cafile=CERTIFICATES[self._cert_sig_algs[0]].cafile)]
322 '--x509cafile {cafile}'.format(cafile=CERTIFICATES[self._cert_sig_algs[0]].cafile)]
443 'ca_file={cafile}'.format(cafile=CERTIFICATES[self._cert_sig_algs[0]].cafile)]
/openthread-3.7.0/tools/tcat_ble_client/cli/
Dbase_commands.py159 cafile=path.join('auth', 'ca_cert.pem'),
/openthread-3.7.0/tools/tcat_ble_client/
Dbbtc.py83 cafile=os.path.join(args.cert_path, 'ca_cert.pem'),