Releases: mobizt/ESP_SSLClient
Releases · mobizt/ESP_SSLClient
v2.0.9
August 9, 2023
v2.0.9 stable release
Updates:
- Fix preprocessor directives.
- Fix custom config file link.
- Remove AVR support.
v2.0.8
August 8, 2023
v2.0.8 stable release
Updates:
- Add support Arduino UNO R4 WiFi.
- Fix strdup issue in Renesas devices.
v2.0.7
August 6, 2023
v2.0.7 stable release
Updates:
- Fix compilation error in v2.0.6.
- Update examples.
v2.0.6
August 6, 2023
v2.0.6 stable release
Updates:
- Make the library portable which can be placed and include on any folder.
v2.0.5
August 5, 2023
v2.0.5 stable release
Updates:
- Fix null pointer exception when connected() was called when basic client was not yet initialized.
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.