azure-c-shared-utility

Azure C SDKs common code

OTHER License

Stars
110
Committers
109

Bot releases are hidden (Show)

azure-c-shared-utility - LTS_02_2020_Ref02 Latest Release

Published by CIPop almost 4 years ago

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

azure-c-shared-utility - LTS_07_2020_Ref02

Published by CIPop almost 4 years ago

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

azure-c-shared-utility - 2020-12-09

Published by CIPop almost 4 years ago

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

azure-c-shared-utility - Archive xio-state branch

Published by momuno almost 4 years ago

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

azure-c-shared-utility - Release 2017-04-21

Published by ewertons over 7 years ago

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 - Azure C Shared Utility

Published by andrew-buckley over 7 years ago

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