arduino-esp32/libraries/NetworkClientSecure/src
Me No Dev ad1de0b37c
feat(net): Switch to typedefs for WiFiClient, WiFiServer, WiFiUdp and WiFiClientSecure (#9909)
* feat(net): Deprecate old WiFi APIs

Deprecates WiFiClient, WiFiServer, WiFiUdp and WiFiClientSecure

* fix(net): add defines to WiFi.h

Defines are added to not cause deprecation warnings. Will be removed in the future

* fix(net): Use typedefs instead to help with forward declarations

Defines do not allow forward declarations
2024-06-24 10:26:22 +03:00
..
NetworkClientSecure.cpp fix: ClientSecure.available() fix for connection closed by remote socket (#9869) 2024-06-17 22:40:10 +03:00
NetworkClientSecure.h fix(ssl): Fix load stream memory leak (#9767) 2024-06-04 07:58:21 +03:00
ssl_client.cpp fix: ClientSecure.available() fix for connection closed by remote socket (#9869) 2024-06-17 22:40:10 +03:00
ssl_client.h fix(tls): do not attach bundle from runtime (#9763) 2024-06-04 07:57:47 +03:00
WiFiClientSecure.h feat(net): Switch to typedefs for WiFiClient, WiFiServer, WiFiUdp and WiFiClientSecure (#9909) 2024-06-24 10:26:22 +03:00