Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Dgen_crt_bundle.py60 def add_from_path(self, crts_path): argument
63 for file_path in os.listdir(crts_path):
64 found |= self.add_from_file(os.path.join(crts_path, file_path))
67 raise InputError('No valid x509 certificates found in %s' % crts_path)
143 def add_with_filter(self, crts_path, filter_path): argument
154 status('Parsing certificates from %s' % crts_path)
156 with open(crts_path, 'r', encoding='utf-8') as f: