esp-idf/components/mbedtls/esp_crt_bundle
Marius Vikhammer f72d259622 esp_crt_bundle: fixes the "No CA Chain is set" error
When compiling esp_crt_bundle.c, it would end up with a different struct layout due
to configuration options from "mbedtls/esp_config.h" not being considered.

This lead to ca_chain potentially not being set correctly.
2020-05-21 15:19:49 +08:00
..
include
test_gen_crt_bundle
cacrt_all.pem
cmn_crt_authorities.csv
esp_crt_bundle.c esp_crt_bundle: fixes the "No CA Chain is set" error 2020-05-21 15:19:49 +08:00
gen_crt_bundle.py