* Add certificate bundle capability to WiFiClientSecure Enable usage of the ESP32 IDF's certificate bundle for WiFiClientSecure connections. Adds the ability to load a bundle or root certificates and use them for authenticating SSL servers. Based on work from Onno-Dirkzwager, Duckle29, kubo6472, meltdown03, kinafu and others. See also: - https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-reference/protocols/esp_crt_bundle.html - https://github.com/espressif/arduino-esp32/issues/3646 - libraries/WiFiClientSecure/README.md * Fix build issues * Clean up old bundle index when NULL bundle is attached |
||
|---|---|---|
| .. | ||
| partitions | ||
| sdk | ||
| espota.exe | ||
| espota.py | ||
| esptool.py | ||
| gen_crt_bundle.py | ||
| gen_esp32part.exe | ||
| gen_esp32part.py | ||
| get.exe | ||
| get.py | ||
| platformio-build-esp32.py | ||
| platformio-build-esp32c3.py | ||
| platformio-build-esp32s2.py | ||
| platformio-build.py | ||