Commit Graph

10 Commits

Author SHA1 Message Date
Pabasara Perera
c0ae3dcaca
Fix tls handshaking issue (#20721)
* Fix tls handshaking issue

* fixed time comparison issue

* removed multiplication from loop
2024-02-15 10:40:04 +01:00
s-hadinger
ce0a0d05a9
MQTT now uses Tasmota's DNS resolver instead of LWIP (#17387) 2022-12-13 21:46:20 +01:00
gemu2015
f3b5201c67 fix esp8266 email 2022-01-14 10:00:32 +01:00
Stephan Hadinger
23e562a058 TLS make ALPN configurable 2021-11-10 18:45:50 +01:00
Theo Arends
2e87681612 BearSSL: support connect() without timeout on ESP32
BearSSL: support connect() without timeout on ESP32 (#13435)
2021-10-23 18:08:49 +02:00
Stephan Hadinger
1aa017a095 Roll back from #13435 2021-10-23 17:46:52 +02:00
Lech Perczak
b5730a9be9 BearSSL: support connect() without timeout on ESP32
Arduino-ESP32 supports both versions of 'connect' method, with and
without timeout argument. Since most users of
WiFiClientSecure_light class use version without this argument -
for example - Telegram, export both on ESP32 to fix build failure
with USE_TELEGRAM enabled on ESP32.

Fixes: 3d5c68b850 ("Berry class ``webclient`` for HTTP/HTTPS requests")
Signed-off-by: Lech Perczak <lech.perczak@gmail.com>
2021-10-21 23:29:47 +02:00
Stephan Hadinger
1a96a39d3a TLS dual mode 2021-10-09 09:49:00 +02:00
Stephan Hadinger
3d5c68b850 Berry class `webclient` for HTTP/HTTPS requests 2021-09-02 21:58:08 +02:00
Stephan Hadinger
63c7e5f7bf Introduced tasmota_options.h for libs 2021-05-04 19:28:51 +02:00