arduino-esp32/libraries/WiFiClientSecure/src
Clemens Kirchgatterer c282cd8f5f
Remove temp buffer in WiFiClientSecure::lastError (#4822)
The temp buffer serves no purpose here. Also mbedtls_strerror can be called with size == 0 safely.
2021-02-18 11:44:44 +02:00
..
ssl_client.cpp Add WiFiClientSecure::setInsecure() to equalize API with ESP8266 (#4648) 2020-12-21 01:09:37 +02:00
ssl_client.h Add WiFiClientSecure::setInsecure() to equalize API with ESP8266 (#4648) 2020-12-21 01:09:37 +02:00
WiFiClientSecure.cpp Remove temp buffer in WiFiClientSecure::lastError (#4822) 2021-02-18 11:44:44 +02:00
WiFiClientSecure.h Add WiFiClientSecure::setInsecure() to equalize API with ESP8266 (#4648) 2020-12-21 01:09:37 +02:00