Releases: mobizt/ESP_SSLClient
Releases · mobizt/ESP_SSLClient
v2.0.4
August 4, 2023
v2.0.4 stable release
Updates:
- Fix possible null pointer exception error.
v2.0.3
August 3, 2023
v2.0.3 stable release
Updates:
- Fix X.509 verification time in Reaspery Pi Pico.
- Fix macro definitions.
- Add support auto verification time setup with system time.
- Add examples for Certificate verificatiob, Ethernet and GSM clients
v2.0.1
August 2, 2023
v2.0.1 stable release
Updates:
- Add support other Arduino devices included Atmel's SAMD/AVR, Raspbery Pi RP2040, STM32 and Teensy.
- Update examples.
v2.0.0
August 1, 2023
v2.0.0 stable release
Updates:
- Use BearSSL engine library instead of mbedTLS for stability and speed.
For ESP8266, embeded Core SDK BearSSL will be used.
For other Arduino devicesม built-in BearSSL will be used.
- Compatible with WiFiClientSecure ESP8266 functions.
v1.1.4
February 12, 2023
v1.1.4 stable release
Updates:
- Add connection upgradable macro.
v1.1.3
January 21, 2023
v1.1.3 stable release
Updates:
- Fix compile error for ESP32.
- Update for function compatibility.
v1.1.2
January 3, 2023
v1.1.1 stable release
Updates:
- Add RP2040 Pico build target.
v1.1.1
January 3, 2023
v1.1.1 stable release
Updates:
- Add RP2040 Pico build target.
v1.1.0
January 2, 2023
v1.1.0 stable release
Updates:
- Updates for ESP8266 Client.
- Add support RP2040 devices.
v1.0.5
December 24, 2022
v1.0.5 stable release
Updates: