Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update submodules (add support for mbedTLS 3.x) #2662

Merged
merged 2 commits into from
Jan 7, 2025
Merged

Conversation

ewertons
Copy link
Contributor

@ewertons ewertons commented Jan 6, 2025

Checklist

  • I have read the [contribution guidelines] (https://github.com/Azure/azure-iot-sdk-c/blob/main/.github/CONTRIBUTING.md).
  • I added or modified the existing tests to cover the change (we do not allow our test coverage to go down).
  • If this is a modification that impacts the behavior of a public API
    • I edited the corresponding document in the devdoc folder and added or modified requirements.
  • I submitted this PR against the correct branch:
    • This pull-request is submitted against the main branch.
    • I have merged the latest main branch prior to submission and re-merged as needed after I took any feedback.
    • I have squashed my changes into one with a clear description of the change.

Reference/Link to the issue solved with this PR (if any)

Description of the problem

mbed TLS 2.x support ended by Dec/2024.
The azure-iot-sdk-c SDK needs to support mbed TLS 3.x.

Description of the solution

Updated c-utility to work with mbed TLS 3.x, and brought the changes into this repo.
Also added jobs to the CI pipeline to validate against mbed TLS 2.28 and 3.x.

@ewertons ewertons self-assigned this Jan 6, 2025
@ewertons ewertons requested a review from avishekpant January 6, 2025 22:39
@ewertons ewertons merged commit 56b3712 into main Jan 7, 2025
35 of 42 checks passed
@ewertons ewertons deleted the ewertons/mbedtls3x branch January 7, 2025 06:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants