arduino-esp32/libraries/WiFiClientSecure/examples
Tomáš Pilný 23f653ad8d
General examples updates (#7727)
* Remove inline code comments for the struct description

* Renamed ESPNow examples

* Changed example from C++ class to C struct

* Updated MultiHomedServers

* Updated BT Serial examples

* Added short overview of exaples - missing Enterprise

* Added draft of Enterprise header note

* Fixed note in README

* Fixed compilation error

* Changed FunctionalInterrupt example

* Fixes

* Returned FunctionalInterrupts to original state + added modified version as new example
2023-02-15 15:54:25 +02:00
..
WiFiClientInsecure Add WiFiClientSecure::setInsecure() to equalize API with ESP8266 (#4648) 2020-12-21 01:09:37 +02:00
WiFiClientPSK WiFiClientSecure: add support for PSK (pre-shared key) ciphers (#2133) 2018-12-03 16:17:55 +01:00
WiFiClientSecure WiFiClientSecure fix flipped cert/key in comment (#5065) 2021-04-17 02:07:41 +03:00
WiFiClientSecureEnterprise General examples updates (#7727) 2023-02-15 15:54:25 +02:00
WiFiClientShowPeerCredentials Add the ability to get the peer certificate of an SSL connection; useful for IoT when the root/cert trust chain has a shorter lifecylce than the device itself. Includes example 2021-10-08 14:20:43 +02:00