OVMS3-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 esp_tls: change argument pointer type to (void *) for esp_crt_bundle_attach 2020-03-11 15:54:05 +05:30
test_gen_crt_bundle Add ESP certificate bundle feature 2020-03-04 10:51:43 +08:00
cacrt_all.pem Add ESP certificate bundle feature 2020-03-04 10:51:43 +08:00
cmn_crt_authorities.csv Add ESP certificate bundle feature 2020-03-04 10:51:43 +08:00
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 Add ESP certificate bundle feature 2020-03-04 10:51:43 +08:00