Skip to content

Releases: govorox/SSLClient

1.3.2

30 Jul 20:51
113ad98
Compare
Choose a tag to compare

fix: update cert to correct root cert #102

closes #101

1.3.1

24 Jul 08:15
e0825eb
Compare
Choose a tag to compare

What's Changed

  • Hotfix - 95 release 130 fails to compile on arduino esp32 v3 by @RobertByrnes in #100

Full Changelog: 1.3.0...1.3.1

closes #89
closes #95
closes #96
closes #99

1.3.0

18 Jul 20:26
5a6a6bb
Compare
Choose a tag to compare
  • Feature flag for compatibility with MbedTLS v3.x.x - Automated by MBEDTLS_VERSION_MAJOR.
  • Add Flag MBEDTLS_BACKPORT to allow override MBEDTLS_VERSION_MAJOR >= 3.
  • Add workaround for W5500 Ethernet failing due to client returning -1 when no error - switch on flag W5500_WORKAROUND.
  • close #44 close #85.
  • Improve documentation.
  • Add GitHub Actions workflow to ensure PlatformIO examples compile.
  • Update GitHub Actions workflow to run tests multiple times with feature flags set.
  • Add GitHub Actions workflow to ensure Arduino IDE compile.
  • Fix Arduino IDE examples to compile when using arduino-esp32 @2.0.17 - This is still broken
    for @3.0.2 There is a breaking change in arduino-esp32 from v3.0.0 which is causing ambiguous reference errors to byte.

1.2.0

01 May 22:10
4a6b74b
Compare
Choose a tag to compare

This release includes:

Bugfix incorrect return value check in start_ssl_client. closes #72
Timeout in client_net_revc_timeout. closes #59
Add support for certificate bundles. closes #20
Add support for negotiating ALPN protocols. closes #33
Fix record expansion bug. Closes #71 #63 #62 #68