azure-c-shared-utility icon indicating copy to clipboard operation
azure-c-shared-utility copied to clipboard

Azure C SDKs common code

Results 26 azure-c-shared-utility issues
Sort by recently updated
recently updated
newest added

Hello Team, We have integrated the Azure library in our project based on Zephyr OS. We are getting 25 warnings as seen in attachement. Can you please help is resolving...

**Problem:** When compiling with ARM, a warning is given that variable shadowing is possibly occurring. This was caused by the object type and a variable of that type having the...

If libuuid.so and uuid.h are under a specific path, CMakeLists.txt should provide variables for setting.

OpenSSL can be built without `ENGINE` support. This PR guards all references to the `ENGINE` API using `OPENSSL_NO_ENGINE` so that the openssl adapters can still be used in this case....

### Issue IoT devices running Azure IoT C-SDK + OpenSSL/WolfSSL perform no validation of the remote TLS server certificate. Please see https://github.com/Azure/azure-iot-sdk-c/security/advisories/GHSA-p24m-6m44-jm58 as well as [CVE-2020-17002](https://msrc.microsoft.com/update-guide/vulnerability/CVE-2020-17002). ### Affected versions of...

important-announcement

OpenSSL 3.0 has a high degree of API compatibility with the 1.1.1 branch, so the 1.1 code branches are also valid for higher versions. Note that this patch does *not*...

This changes updates the method used to get the PK ID to make it compatible with [email protected]

Messages that cannot be sent right away because the call to `send` returns EAGAIN are not enqueued for retrying the send later, but discarded.

- Too few dashes in UUID string could have caused to write beyond UUID_T. - Check strictly for expected position with dashes.