OVMS3-idf/components/esp-tls
Chirag Atal b7cca3c414 Feature: Support for global CA store.
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.
2018-10-05 19:35:57 +05:30
..
CMakeLists.txt cmake: make main a component again 2018-09-11 09:44:12 +08:00
component.mk esp-tls: Basic structure 2018-04-06 17:13:14 +05:30
esp_tls.c Feature: Support for global CA store. 2018-10-05 19:35:57 +05:30
esp_tls.h Feature: Support for global CA store. 2018-10-05 19:35:57 +05:30