azure-iot-sdk-c

A C99 SDK for connecting devices to Microsoft Azure IoT services

OTHER License

Stars
587
Committers
162

Bot releases are hidden (Show)

azure-iot-sdk-c - LTS_08_2024 Latest Release

Published by ewertons 2 months ago

Long-term support (LTS) release for Azure IoT C SDK, published on 2024-08-12.
For details about LTS branches, please see our documentation.

vcpkg:

  • Port: azure-iot-sdk-c
  • Version: 2024-08-12 (pending)

C Device SDK:

  • Code version: 1.13.0
  • Update uamqp to consume fix for possible double-free in link.c/link_transfer_async
  • Fixed safemath header conflict when cross compiling
  • Fixed file upload openssl options with x509 authentication
  • Update uamqp to get link credit reset fixes
  • Fixed possible UAF in readApplicationPropertiesFromuAMQPMessage (AMQP transport)
  • Added guard against crash in amqp messenger/mq
  • Delayed republish on MQTT reconnect
  • Added guard to avoid double-free in amqp messaging module
  • Fixed link list delete in remove_timed_out_events (Telemetry over AMQP transport)
  • Added %s NULL check to logging statements
  • Float upload to blob errors in convenience layer (gh issue #2569)

uAMQP:

  • Avoid double-free if session_send_transfer fails and internally destroys the async operation (in link_transfer_async)
  • Fixed safemath SIZE_MAX header conflict when cross compiling
  • Reset link credit on last transfer legally received
  • Fixed possible double free during decoding in amqpvalue
  • Fixed argument being freed in message_set_body_amqp_value

C Shared Utility:

  • Indicate error in tlsio schannel if list operation fails
  • Fix memory leak in tlsio_schannel (update first_pending_io properly in loop)
  • Handle max WebSocket packet size (uws_client.c)
  • Set freed pointers as NULL in several modules
azure-iot-sdk-c - LTS_03_2024_Ref02

Published by ewertons 4 months ago

Refresh for long-term support (LTS) release for Azure IoT C SDK, published on 2024-03-04.
For details about LTS branches, please see our documentation.

vcpkg:

C Device SDK:

  • Code version: 1.12.1
  • Fixed upload to blob error capturing and callback in convenience layer
  • Fixed link list delete in remove_timed_out_events (telemetry/AMQP)
  • Avoid double-free in amqp messaging module (#2599)
  • Fix possible UAF in readApplicationPropertiesFromuAMQPMessage (telemetry/AMQP) (#2618)

C-Utility

  • Indicate error in tlsio schannel if list operation fails
  • Update first_pending_io, schannel fix (Azure/azure-c-shared-utility#663)

uAMQP:

  • Fixed argument being freed in message_set_body_amqp_value (https://github.com/Azure/azure-uamqp-c/issues/460)
  • Fixed possible double free during decoding in amqpvalue (azure/azure-uamqp-c#463)
  • Reset link credit on last transfer legally received (azure/azure-uamqp-c#465)
azure-iot-sdk-c - LTS_03_2024

Published by ewertons 8 months ago

Long-term support (LTS) release for Azure IoT C SDK, published on 2024-03-04.
For details about LTS branches, please see our documentation.

vcpkg:

  • Port: azure-iot-sdk-c
  • Version: 2024-03-04 (pending)

C Device SDK:

  • Code version: 1.12.0
  • Added memory checks for C SDK (#2583)
  • Update DPS API version to 2021-06-01 (#2584)
  • Update malloc checks on submodules (#2573)
  • Add malloc size checks (#2568)
  • Fix potential size_t overflow in twin serializer (#2567)
  • Fix potential Int wraparound in CopyPayloadToString (#2565)
  • Update uamqp (get double-free fixes) (#2563)
  • Fix IoTHubClient_LL_UploadToBlob_NotifyCompletion to use empty string when responseMessage is NULL (gh2554) (#2555)
  • Add extern "C" to iothub_client_properties.h (#2548)
  • Document that azure-iot-sdk-c does not currently support HTTPS proxy, only HTTP (#2546)
  • Updated doxygen for Retry Policy (#2542)
  • xcode fix prototype warnings (#2527)
  • Fix DUP flag in re-sent telemetry over MQTT protocol (#2519)

uAMQP:

  • Fix potential null pointer dereference (#455)
  • Fix potential double free in link.c (#456)
  • Added AMQP malloc checks (#453)
  • Use safe math in message.c (#452)
  • Check for minimum size of amqpvalue_get_encoded_size in sasl_frame_codec_encode_frame (#450)
  • Fix double-free throughout amqp_definitions (#447)
  • Added int overflow checks for amqp value (#446)

uMQTT:

  • Added missing malloc checks (#164)

uHTTP:

  • Added missing malloc checks (#132)

uTPM:

  • Added missing malloc checks (#129)
azure-iot-sdk-c - LTS_08_2023

Published by RLeclair about 1 year ago

Long-term support (LTS) release for Azure IoT C SDK, published on 2023-08-07.
For details about LTS branches, please see our documentation.

vcpkg

  • Port: azure-iot-sdk-c
  • Version: Pending

C Device SDK

  • Remove support for TizenRT board #2431
  • Fix propagation of file upload timeout to multi blocks upload #2439
  • Fix duplicate include guard in AMQP common files #2467
  • Fix AMQP transport to break infinite loop of link re-attachments #2472
  • Update upload to blob sample to use MQTT #2482
  • DPS-TPM deprecation #2484
  • Remove curl dependency from iot_hub_client_sample_mqtt_dm sample #2485
  • Fix data type of error code for upload to blob error responses #2490
  • Change message_queue indexing from pointer to uint32_t to fix memory corruption #2497
  • New API: Add more granular upload-to-blob functions, refactor u2b code #2498

C Shared Utility

  • Remove files and support related to MBED OS #609
  • Adding IPv6 Dual Stack support for Linux #623
  • Remove check for return value of strcpy #625
  • Fix UUIT_T overflow #626
  • Allow openssl engine support to be optional #628
  • Library fix when http is OFF #629
  • Local socket bug fix post IPv6 addition on Linux #630)

uMQTT Library

  • Remove files and support related to MBED OS #145

uAMQP Library

  • Remove files and support related to MBED OS #428

uTPM Library

  • DPS-TPM deprecation announcement #117
azure-iot-sdk-c - LTS_01_2023_Ref02

Published by ewertons over 1 year ago

vcpkg:
Port: azure-iot-sdk-c
Status: Pending

Long-term support (LTS) for Azure IoT C SDK, published on 2023-04-20.
For details about LTS branches, please see our documentation.

C Device SDK

  • Code version: 1.10.1
  • Fix for infinite re-ATTACH bug (#1f4fd95b2fabee500244d51d7b99663ac6e36a20)
azure-iot-sdk-c - LTS_01_2023_Ref01

Published by JoseSanchez7 almost 2 years ago

vcpkg:
Port: azure-iot-sdk-c
Version: 2023-01-18

Long-term support (LTS) for Azure IoT C SDK, published on 2023-01-19.
For details about LTS branches, please see our documentation.

C Device SDK

  • Code version: 1.10.0
  • Add deprecation warning to cocoapods (#2409)
  • Support openssl engine when using curl library (#2400)
  • Allow empty file blob uploads (#2393)
  • Added docker sample for ARM cross compile and latest MIPS32 toolchain (#2366)
  • Use tick counter and not clock for connection retry (#2384)

C Shared Utility

  • Adding support for OpenSSL engines when using curl (#602)
  • Add HTTP transport (cURL) support for OpenSSL Engines (#2372)
azure-iot-sdk-c - LTS_07_2022_Ref02

Published by vaavva about 2 years ago

vcpkg:
Port: azure-iot-sdk-c
Version: 2022-09-15

Long-term support (LTS) release for Azure IoT C SDK, published on 2022-09-22.
For details about LTS branches, please see our documentation.

C Device SDK

  • Code version: 1.9.1
  • Added gate check on Ubuntu 22.04 to be able to test OpenSSL 3 (#2346)

C Shared Utility

  • Added OpenSSL 3 and Ubuntu 22.04 compatibility (#604)
azure-iot-sdk-c - LTS_07_2022_Ref01

Published by vaavva about 2 years ago

Long-term support (LTS) release 07_2022 for Azure IoT C SDK, published on 2022-08-09.
For details about LTS branches, please see our documentation.

Version updates:

  • Parson to v1.3.1
  • RIoT:
    • Update bouncycastle dependency (#2202 and #2197)

C Device SDK

  • Code version: 1.9.0
  • Update CMake Linux samples to remove warnings (#2212)
  • Add macros includes to the build include directories (#2218)
  • Added documentation on device application CMAKE (#2224)
  • Adding X509 PEM support for Provisioning Client (#2229)
  • Remove SAS token validation in the SDK (#2256)
  • Added subscription_error_count reset / AMQP IOTHUB_CLIENT_CONNECTION (#2267)
  • MQTT reconnect order fix (#2289)
  • MQTT double free (#2311)
  • The get twin callback is now called on a get twin operation if the client handle destroy is called before the get twin operation is completed. (#2321)
  • Change tickcounter cast to portable type (#2327)
  • Add MQTT reconnect timeout (#2319)
  • Merge PnP feature into main (#2334)

C Shared Utility

  • Remove failure on wrong TLS match with cURL (#597)
  • Check cURL TLS platform is valid and matches CSDK TLS platform (validates that cURL is using a valid TLS platform that the CSDK supports(wolfSSL, OpenSSL, or mbedTLS) to prevent potential memory leaks) (#595)
  • Fix for memory leak in http-proxy-io (#592)
  • Handle ENOBUFS correctly in socketio_berkeley (#590)
  • Adapters: fix build with libressl >= 2.8.0 (#589)
  • Update console logger (#587)
  • Fixing functions for strict-prototypes. (#586)
  • Update Node version on gate from 6=>16 (#579)

uTPM Library

  • Fixing functions for strict-prototypes (#100)

uMQTT Library

  • Reset time on ping since reconnection (#139)
azure-iot-sdk-c - LTS_01_2022_Ref01

Published by momuno over 2 years ago

vcpkg:
Port: azure-iot-sdk-c
Version: 2022-01-21

Long-term support (LTS) release for Azure IoT C SDK, published on 2022-01-21.
For details about LTS branches, please see our documentation.

C Device SDK

  • Code version: 1.8.0
  • Rename master branch to main (#2165)
  • Fix send_error_count not being reset by amqp_messenger_stop (#2120)
  • Fix upload to blob (#2112, #2057)
  • Pass empty JSON in method callback when null payload received from service (#2097)
  • Send COMMUNICATION_ERROR for failed PUBACK DC messages (#2078)
  • Added additional SDL validation.

c-shared-utility

  • Fix crash when proxy configuration is invalid (#567)

umqtt-c

  • Fixes to chain of async_operation_cancel calls (#416)
  • Fix sending MQTT PING requests (#129)
azure-iot-sdk-c - LTS_07_2021_Ref01

Published by momuno about 3 years ago

Package versions:

Apt/Debian:
(No longer supported)

vcpkg:
Port: azure-iot-sdk-c
Version: 2021-09-09

Long-term support (LTS) release 07_2021 of Azure IoT C SDK, published on 08/11/2021.
For details about LTS branches, please see our documentation.

C Device SDK

  • Code version: 1.7.0
  • Updated certificate support and information (#2025, #1979, #1971, #1856, #1832)
  • Removed support for binary releases, including APT and NuGet (#1933)
  • Added support to send async responses for C2D messages (#1994)
  • Added support for file upload network interface (#1884)
  • Added reconnect for AMQP when CONNECTION_STATE_CLOSE_RCVD (#1960)
  • Updated Edge input message MQTT topic subscription from QoS 0 to 1. (#1876)
  • Increased blob upload size (#2014)
  • Fixed upload long Blob using mbed TLS + compact (#2004)
  • Fixed proxy port for provisioning client with AMQP-WS (#2002)
  • Fixed certGen.sh (#1864, #1862)
  • Rewrote MQTT PUBLISH topic parser for C2D / IoT Edge parsing (#1756)
  • Updated builds (#2015, #1948, #1846)
  • Updated CMake to 3.17.5 (#1847, #1941)
  • Updated Raspberry Pi requirements (#2013)
  • Updated TLS requirements (#1926)

c-shared-utility

  • Added support for OpenSSL IP Address SAN validation (#522)
  • Added support of TLS renegotiation options (#521)
  • Added support to compile uuid for Azure Sphere (#519)
  • Added support for file upload network interface (#516)
  • Fixed upload long Blob using mbed TLS + compact (#541)
  • Fixed proxy with wolfSSL and MQTT/WS (#504)
  • Fixed segfault when using wolfSSL and MQTT/WS (#496)
  • Fixed build break for gcc11 (#552)

umqtt-c

  • Added support for async PUBACK (#120)

uamqp-c

  • Updated amqp_management and cbs to return async_operation_handles (#387)
  • Fixed flow control to be based off message instead of transfer frame (#383)
azure-iot-sdk-c - LTS_01_2021_Ref01

Published by momuno over 3 years ago

Package versions:

Apt/Debian:
azure-iot-sdk-c - 0.2.0.0-31xenial
azure-iot-sdk-c - 0.2.0.0-24bionic

VcPkg:
Port: azure-iot-sdk-c
Version: unreleased

Long-term support (LTS) release of Azure IoT C SDK, published on 01/2021.
For details about LTS branches, please see our documentation.

C Device SDK

  • Code version: 1.6.0
  • Updated string buffer size in unit test (PR #1825)
  • Addressed Y2K38 issue for SAS tokens (PR #1807)
  • Added OpenSSL engine support (PR #1798)
  • Added fix for device multiplexing in AMQP transport (#1797)
  • Added retry to device when SAS refreshes (#1794)
  • Fixed Return value ignored: 'snprintf' (#1780)

C Shared Utility

  • Fixed setDeviceId retry bug in wolfSSL (PR #500)
  • Updated unused parameter (PR #481)
  • Suppressed SIGPIPE error during debugging (PR #479)
  • Addressed Y2K38 issue for SAS tokens (PR #494)
  • Fixed errno.h inclusion (PR #485)
  • Added OpenSSL engine support (PR #492)
azure-iot-sdk-c - LTS_07_2020_Ref02

Published by CIPop almost 4 years ago

Package versions:
Apt/Debian:
azure-iot-sdk-c - 0.2.0.0-29xenial
azure-iot-sdk-c - 0.2.0.0-22bionic

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

Additional fixes:

C Device SDK

  • Code version: 1.4.1
  • Fix for memory leak in _GetTwinAsync (gh issue #1478)
  • Fix for memory leak if destroying device client right after sending Twin reported property update
  • Fix sending get twin requests only after the response topic suback is received (#1585)
  • Fix Heap Buffer Overflow when sending message with Property (#1618)
  • Fix for lack of throttling on registration request of DPS client
  • Fix mqtt disconnect bug (#1696)

C Shared Utility

  • [mbedtls] Adding support to send larger payload (#421)
  • [tlsio_mbedtls] Fix memory leak (#422, #475)
  • Fixing socket state when DNS resolution failed. (#437)
  • Fix potential buffer overflow in crypto library
  • Fix retry bug in tlsio_wolfssl
  • Add check for overflow for BUFFER_prepend (#467)
  • Sdl bug fix (#465)
  • Fix for using correct wolfssl api in httpapi (#471)
  • Add ecc support in httpapi_compact
  • Fix for #1624 iOS 14 send temeletry fix (#477)
azure-iot-sdk-c - LTS_02_2020_Ref02

Published by CIPop almost 4 years ago

Package versions:
Apt/Debian:
azure-iot-sdk-c - 0.2.0.0-28xenial
azure-iot-sdk-c - 0.2.0.0-21bionic

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

Additional fixes:

C Device SDK

  • Code version: 1.3.10
  • Fix for memory leak in _GetTwinAsync (gh issue #1478)
  • Fix for memory leak if destroying device client right after sending Twin reported property update
  • Fix sending get twin requests only after the response topic suback is received (#1585)
  • Fix Heap Buffer Overflow when sending message with Property (#1618)
  • Fix for lack of throttling on registration request of DPS client
  • Fix mqtt disconnect bug (#1696)

C Shared Utility

  • [mbedtls] Adding support to send larger payload (#421)
  • [tlsio_mbedtls] Fix memory leak (#422, #475)
  • Fixing socket state when DNS resolution failed. (#437)
  • Fix potential buffer overflow in crypto library
  • Fix retry bug in tlsio_wolfssl
  • Add check for overflow for BUFFER_prepend (#467)
  • Sdl bug fix (#465)
  • Fix for using correct wolfssl api in httpapi (#471)
  • Add ecc support in httpapi_compact
  • Fix for #1624 iOS 14 send temeletry fix (#477)
azure-iot-sdk-c - 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.

Package versions:

Apt/Debian:
azure-iot-sdk-c - 0.2.0.0-23bionic
azure-iot-sdk-c - 0.2.0.0-30xenial

VcPkg:
Port: azure-iot-sdk-c
Version: 2020-12-09

Arduino:

IN PROGRESS

C Device SDK

  • Code version: 1.5.0
  • Removed ESP8266 sample
  • Added references for Embedded C SDK
  • Fixed lack of throttling on registration request of DPS client.
  • Turn on mqtt encode/decode option by default
  • Updated cross-compilation docs for Raspberry Pi 4 (gh #1093)
  • Added support for intermediate cert chains DPS X.509 flow
  • Exposed CreationTimeUtc for D2C message (#1568)
  • Included module E2E tests, both for x509 and also basic telemetry
  • Refactored and fixed bugs in MQTT common code
  • Fixed issue #1255: Disconnect without connection status callback called
  • Small fixes in code for stricter compiler options
  • Fixed samples vcproj files to load from correct vcpkg path
  • Updated cert gen script to exit on failure
  • Fixed mqtt transport disconnect bug
  • Fix issue #1698 and refactor multiblock blob upload code
  • Expanded sendHttpRequestMethod in iothub_client_edge.c to succeed on any 2xx response (#1231)
  • Fixed IoTHubMessage_SetProperty to discern out of memory issues (#1290)
  • Fixed Heap Buffer Overflow when sending message with Property (#1618)
  • Updated PnP preview string to 2020-09-30
  • Fixed min/max reporting for PnP samples
  • Added additional e2e tests for modules
  • Removed support for gcc 4.4 and gcc 4.6
  • Added general updates and fixes to documentation

C Shared Utility

  • Fixed OpenSSL and WolfSSL hostname validation. Removing ESP adapters. (PR #488)
  • Added check for kCFStreamStatusError on macos tlsio (PR #486)
  • Fixed for github issue #1624 iOS 14 send temeletry fix (PR #477)
  • Added ecc support in httpapi_compact
  • Fixed memory leak in tlsio mbedtls (PR #475)
  • Use correct wolfssl api in httpapi
  • Fixed wolfssl re-connection issue
  • Fixed retry bug in tlsio_wolfssl
  • Added check for overflow for BUFFER_prepend
  • Fixed bug in FormatMessage usage in tls layer
  • Removed support for gcc 4.4 and gcc 4.6
  • SDL bug fixes

C AMQP Library

  • Fixed potential double free of link endpoint by link.c
  • Removed support for gcc 4.4 and gcc 4.6

C MQTT Library

  • Added function for cleaning xio handle (for upper layer reconnection control)
  • Removed support for gcc 4.4 and gcc 4.6
azure-iot-sdk-c - LTS_07_2020_Ref01

Published by ewertons about 4 years ago

Apt/Debian:
azure-iot-sdk-c - 0.2.0.0-27xenial
azure-iot-sdk-c - 0.2.0.0-20bionic
azure-iot-sdk-c - 0.2.0-27trusty

VcPkg:
Port: azure-iot-sdk-c
Version: 2020-07-19

C SDK code version: 1.3.9

Long-term support (LTS) release of Azure IoT C SDK, published on 07/2020.
For details about LTS branches, please see our documentation.

azure-iot-sdk-c - 2020-07-19

Published by ewertons over 4 years ago

Package versions:

Apt/Debian:
azure-iot-sdk-c - 0.2.0.0-27xenial
azure-iot-sdk-c - 0.2.0.0-20bionic
azure-iot-sdk-c - 0.2.0-27trusty

VcPkg:
Port: azure-iot-sdk-c
Version: 2020-07-19

Arduino:
azure-iot-arduino v1.3.9
azure-iot-arduino-protocol-mqtt v1.3.9
azure-iot-arduino-protocol-http v1.3.9
azure-iot-arduino-utility v1.3.9

C Device SDK

  • Code version: 1.3.9
  • Fixed potential NULL pointer dereferences
  • Updated MXChip build scripts
  • Update build scripts for new ESP sample
  • Fixed provisioning client retry after DNS failure
  • Added a maximum delay cap between re-connection attempts for iothub_client (retry policy)
  • Fixed possible buffer & arithmetic overflows
  • Fixed wrong include in prov_dev_client_sample & prov_dev_client_ll_sample
  • Fixed memory leak in iothub_ll_get_device_twin_async_callback not properly freeing queue_context
  • Fixed leaf cert extension when generating with openSSL
  • Reordered enum in iothub_client_core_common.h for backwards compatibility
  • Minor documentation updates
  • Add ModelID parameter to IoTHub Client (MQTT only)
  • Added/improved PnP Samples
  • Fixed for memory leak if destroying device client right after sending Twin reported property update
  • Fixed MQTT transport to send pending Get Twin requests only after the SUBACK is received (#1585)

C Shared Utility

  • Updated tickcounter_get_current_ms to return correct time ticks
  • Updated HTTPAPI_SetOption return value to enum
  • Updated tlsio options from BIT_NONE to BIT_TRUSTED_CERTS in tlsio_appleios.c
  • Fixed socket state when DNS resolution failed
  • Fixed various security bugs
  • Updated Raspberry Pi build scripts for new docker containers
  • Added proper handling of options retrieval in Http Proxy IO
  • Updated tlsio_openssl to send SNI on client hello

C AMQP Library

  • Fixed FLOW propagation for when endpoint links are detaching
  • Fixed security issue where allocated bytes were not zeroed out
azure-iot-sdk-c - LTS_02_2020_Ref01

Published by ewertons over 4 years ago

Package versions:

Apt/Debian:
azure-iot-sdk-c - 0.2.0.0-26xenial
azure-iot-sdk-c - 0.2.0.0-19bionic
azure-iot-sdk-c - 0.2.0-26trusty

VcPkg:
Port: azure-iot-sdk-c
Version: 2020-02-04.1

C SDK code version: 1.3.8

Long-term support (LTS) release of Azure IoT C SDK, published on 02/2020.
For details about LTS branches, please see our documentation.

azure-iot-sdk-c - 2020-01-22

Published by ewertons over 4 years ago

Package versions:

Apt/Debian:
azure-iot-sdk-c - 0.2.0.0-25xenial
azure-iot-sdk-c - 0.2.0.0-18bionic
azure-iot-sdk-c - 0.2.0-25trusty

VcPkg:
Port: azure-iot-sdk-c
Version: 2020-01-22

C Device SDK

  • Code version: 1.3.8
  • Add missing include in azure_prov_client/prov_transport.h
  • Added documentation on how to use the SDK with the latest version of TLS only and specific cyphers
  • Added documentation explaining usage of low-layer (LL) vs convenience layers (threading_notes.md)
  • Marked iothub_client.h as deprecated (please use iothub_device_client.h instead)
  • Improved coverage of Arduino on gated builds
  • Updated setup_arduino_libraries.sh to clone azure-iot-pal-arduino from correct branch
  • Fixed sample dockerfile in cross-compilation documentation (Docker_SDK_Cross_Compile.md)
  • Fixed documentation issues.
azure-iot-sdk-c - 2019-12-11

Published by ewertons almost 5 years ago

Package versions:

Apt/Debian:
azure-iot-sdk-c - 0.2.0.0-24xenial
azure-iot-sdk-c - 0.2.0.0-17bionic
azure-iot-sdk-c - 0.2.0-24trusty

VcPkg:
Port: azure-iot-sdk-c
Version: 2019-12-11 (pending merge)

C Device SDK

  • Code version: 1.3.7
  • Added fixes needed to support releasing new cocoapods packages
  • Fixed *_GetSendStatus in AMQP transport (github issue #1039)
  • Fixed correlation id in body for upload to blob (github issue #1310)
  • Added fix to include corresponding provisioning tools according to build options.
  • Added documentation for how to configure XIO read buffer size.
  • Updated references in documentation from Device Explorer (deprecated) to Azure IoT Explorer.

C Shared Utility

  • Added support for sending larger payload when using mbedtls
  • Added control to force-close when tlsio_mbed is in Error state
  • Fixed SEGFAULT errors introduced by dns_resolver in socketio
  • Added capability to print executable file name with ETW logging
  • Added socket_async_os.h to ios pal layer
  • Fixed OptionHandler_AddOption result check in tlsio_wolfssl.c, use MU_DEFINE_ENUM_WITHOUT_INVALID in OptionHandler
azure-iot-sdk-c - LTS_07_2019_Ref01

Published by ewertons almost 5 years ago

This release is a refresh of the latest LTS branch (lts_07_2019) with select security fixes.

Package versions:

Apt/Debian:
Not released

VcPkg:
Port: azure-iot-sdk-c
Version: 2019-07-01-LTS-1

C Device SDK

  • Always delete xio in MQTT cleanup (Port of 4ac2326654a77a94361bb65fc9dbb162b690b12f)
  • Fix segfault in the function message_queue_move_all_back_to_pending at message_sender.c and add UT for it. (port of 4ac2326654a77a94361bb65fc9dbb162b690b12f)
  • Mqtt twin timeout cleanup (#1234) (port of eec5e3ab522954a9a0551a125a3093f69771bcb6)

C Shared Utility

Package Rankings
Top 3.76% on Cocoapods.org
Top 7.59% on Alpine-edge
Top 26.52% on Conda-forge.org
Badges
Extracted from project README
Build Status
Related Projects