Home
last modified time | relevance | path

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

/hal_espressif-latest/components/mbedtls/esp_crt_bundle/
Dgen_crt_bundle.py34 ca_bundle_bin_file = 'x509_crt_bundle' variable
57 if os.path.isfile(ca_bundle_bin_file):
58 os.remove(ca_bundle_bin_file)
207 with open(ca_bundle_bin_file, 'wb') as f: