Releases: Azure/azure-c-shared-utility
Releases · Azure/azure-c-shared-utility
LTS_07_2020_Ref02
This release contains a security fix affecting applications using c-utility in conjunction with OpenSSL or WolfSSL.
- TLS hostname validation fix for OpenSSL and WolfSSL. CVE-2020-17002
LTS_02_2020_Ref02
This release contains a security fix affecting applications using c-utility in conjunction with OpenSSL or WolfSSL.
- TLS hostname validation fix for OpenSSL and WolfSSL. CVE-2020-17002
2020-12-09
This release contains a security fix affecting applications using c-utility in conjunction with OpenSSL or WolfSSL.
- TLS hostname validation fix for OpenSSL and WolfSSL. CVE-2020-17002
Archive xio-state branch
Preserves the unmerged open PR work #163 New porting process with new library code.
Release 2017-04-21
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
Release Notes:
- Adds CMake Version to project
- Fixes #41
- Makes project compile cleanly with clang
- Improves connection string parser
- Adds OSX support
- Adds Tizen RT support
- Adds tlsio to mbedtls
- Replaces chars so users can compile with non-ASCII code pages
- Adds ability to use httpapi_compact.c on any platform
- Adds UTF-8 Encoding
- Adds ability to build library as DLL
- Adds run_e2e_tests option to CMake
- Fixes a tls issue in openssl
- Enables mocking of connection parser APIs
- Changes skip_unittests flag to run_unittests and defaults to not building tests
- Fixes nuget building and adds nuget project generation support for umock_c e2e tests
- Includes the connection_string_parser in the library