Skip to content

Releases: mobizt/ESP_SSLClient

v2.0.9

09 Aug 05:23
Compare
Choose a tag to compare

August 9, 2023

v2.0.9 stable release

Updates:

  • Fix preprocessor directives.
  • Fix custom config file link.
  • Remove AVR support.

v2.0.8

08 Aug 05:31
Compare
Choose a tag to compare

August 8, 2023

v2.0.8 stable release

Updates:

  • Add support Arduino UNO R4 WiFi.
  • Fix strdup issue in Renesas devices.

v2.0.7

06 Aug 14:39
Compare
Choose a tag to compare

August 6, 2023

v2.0.7 stable release

Updates:

  • Fix compilation error in v2.0.6.
  • Update examples.

v2.0.6

06 Aug 01:14
Compare
Choose a tag to compare

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

05 Aug 11:23
Compare
Choose a tag to compare

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

03 Aug 19:52
Compare
Choose a tag to compare

August 4, 2023

v2.0.4 stable release

Updates:

  • Fix possible null pointer exception error.

v2.0.3

02 Aug 16:35
Compare
Choose a tag to compare

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

02 Aug 09:34
Compare
Choose a tag to compare

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

01 Aug 15:43
Compare
Choose a tag to compare

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

12 Feb 09:08
Compare
Choose a tag to compare

February 12, 2023

v1.1.4 stable release

Updates:

  • Add connection upgradable macro.