Skip to content

Releases: Azure/azure-c-shared-utility

LTS_07_2020_Ref02

09 Dec 23:00
85fe897
Compare
Choose a tag to compare

This release contains a security fix affecting applications using c-utility in conjunction with OpenSSL or WolfSSL.

LTS_02_2020_Ref02

09 Dec 23:03
2cf8776
Compare
Choose a tag to compare

This release contains a security fix affecting applications using c-utility in conjunction with OpenSSL or WolfSSL.

2020-12-09

09 Dec 22:59
6f7bbcd
Compare
Choose a tag to compare

This release contains a security fix affecting applications using c-utility in conjunction with OpenSSL or WolfSSL.

Archive xio-state branch

29 Oct 04:43
Compare
Choose a tag to compare
Pre-release

Preserves the unmerged open PR work #163 New porting process with new library code.

Release 2017-04-21

24 Apr 16:19
Compare
Choose a tag to compare

Release Notes

  • Enabled use of system default for keep-alive and replaced erroneous C++ references with C pointer types
  • Renamed Base64_Encode to Base64_Encoder
  • Add option to disable Cpp Unit tests
  • Updated tlsio_ssl_esp8266 with fixes for reconnect and updated unit tests and doc
  • Upgraded to ESP8266 RTOS SDK 1.5, bug fix for ssl connection issue
  • Added unit tests for tlsio_esp8266
  • Ported C shared utility for esp8266

Bug Fixes

  • Fixed platform_win32 to work with WinCE
  • Small fix on test contamination in tlsio_esp8266_ut
  • Fixed to be able to compile production code with /TP
  • Updated MAX_RETRY and fcntl F_SETFL

Azure C Shared Utility

20 Jan 19:10
8aa62c3
Compare
Choose a tag to compare

Release Notes:

  1. Adds CMake Version to project
  2. Fixes #41
  3. Makes project compile cleanly with clang
  4. Improves connection string parser
  5. Adds OSX support
  6. Adds Tizen RT support
  7. Adds tlsio to mbedtls
  8. Replaces chars so users can compile with non-ASCII code pages
  9. Adds ability to use httpapi_compact.c on any platform
  10. Adds UTF-8 Encoding
  11. Adds ability to build library as DLL
  12. Adds run_e2e_tests option to CMake
  13. Fixes a tls issue in openssl
  14. Enables mocking of connection parser APIs
  15. Changes skip_unittests flag to run_unittests and defaults to not building tests
  16. Fixes nuget building and adds nuget project generation support for umock_c e2e tests
  17. Includes the connection_string_parser in the library