arduino-esp32/libraries/WiFiClientSecure/src
Clemens Kirchgatterer 560c0f45f5
Fix dropped SSL connection when buffer gets full. (#4820)
mbedTLS requires repeated calls to mbedtls_ssl_write() whenever it returns MBEDTLS_ERR_SSL_WANT_READ or MBEDTLS_ERR_SSL_WANT_WRITE. this happens when the client sends data faster then the server or the connection can handle.
2021-02-22 19:34:56 +02:00
..
ssl_client.cpp Fix dropped SSL connection when buffer gets full. (#4820) 2021-02-22 19:34:56 +02:00
ssl_client.h Add WiFiClientSecure::setInsecure() to equalize API with ESP8266 (#4648) 2020-12-21 01:09:37 +02:00
WiFiClientSecure.cpp Update licenses 2021-02-18 12:14:35 +02:00
WiFiClientSecure.h Update licenses 2021-02-18 12:14:35 +02:00