b7cca3c414
Added a new API esp_tls_set_global_ca_store(esp_tls_cfg_t *cfg) which creates a global_cacert which can be used by multiple connections by setting the use_global_ca_store variable to true in their respective structure of esp_tls_cfg_t. Also changed the cacert in the structure of esp_tls_t to a pointer. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
component.mk | ||
esp_tls.c | ||
esp_tls.h |