arduino-esp32/libraries/WiFiClientSecure/src
Dirk-Willem van Gulik d79a1f3d10
Add an aditional (void *) arg to the RMT callback (much like Ticker() et.al.). (#3345)
* Add an aditional (void *) arg to the RMT callback - to allow more flexible handling of the callback (e.g. by passing a private struct or a class pointer). Same pattern as used by the Ticker() and many others. Example updated & new example with a trapoline added.

* Fix example for new API

* Fix lint warnings

* Add a second missed example.

* Correct timeout & improve socket error handling.
2020-10-14 14:41:50 +03:00
..
ssl_client.cpp Add an aditional (void *) arg to the RMT callback (much like Ticker() et.al.). (#3345) 2020-10-14 14:41:50 +03:00
ssl_client.h Add proper timeout handling to WiFiClientSecure 2019-04-15 17:19:49 +02:00
WiFiClientSecure.cpp Fix to allow more than one certificate to be loaded (espressif#3248). (#4056) 2020-09-30 15:19:41 +03:00
WiFiClientSecure.h Fix HTTP Client with SSL (#3216) 2019-09-16 19:14:32 +03:00