khoih-prog / WebSockets2_Generic

A WebSocket Server and Client library for Arduino, based on RFC6455, for writing modern Websockets applications. Now support ESP8266, ESP32 (including ESP32-S2 Saola, AI-Thinker ESP-12K, WT32_ETH01, etc.), nRF52, SAMD21, SAMD51, SAM DUE, STM32F/L/H/G/WB/MP1, Teensy, RP2040-based, etc. boards, with WiFiNINA, Teensy 4.1 NativeEthernet/QNEthernet, Ethernet W5x00 / ENC28J60 / LAN8742A / LAN8720, ESP8266 / ESP32-AT modules/shields, as well as SINRIC / Alexa / Google Home
GNU General Public License v3.0
81 stars 30 forks source link

Added ESP32 WiFiClientSecure::setCACertBundle(). #40

Closed Oozlum closed 2 years ago

Oozlum commented 2 years ago

WiFiClientSecure can now use a bundle of certificates to authenticate a server. See espressif/arduino-esp32#6106

khoih-prog commented 2 years ago

HI @Oozlum

Thanks so much for your valuable PR. I'm merging now and waiting for more PRs from yours, especially the similar WiFiClientSecure::setCACertBundle() to many other ESP32-related libraries of mine.

Best Regards,