-
Notifications
You must be signed in to change notification settings - Fork 3k
Mbedtls fixes #12729
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
Mbedtls fixes #12729
Conversation
Unittests fixed 2 mbedtls functions were updated to reflect the api
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for resolving all comments
@ARMmbed/mbed-os-test please review this test error |
Test run: FAILEDSummary: 2 of 7 test jobs failed Failed test jobs:
|
@mikter Any idea what might cause WiSun test failure? |
@teetak01 Any thoughts on client test failures? |
Wi-SUN tests are failing because we are using deprecated API in nanostack-border-router. Some deprecated APIs have been removed from Mbed OS lately and therefore this error occurs. However, a fix was delivered about 2 hours ago and Wi-SUN tests should be working now. |
Any action required on #12479 (comment) ? |
I have added the check Kimmo suggested |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
OK by me, given we are limiting support for this configuration of Mbed TLS to Mbed OS baremetal mode only.
...ures/nanostack/sal-stack-nanostack/source/Security/protocols/tls_sec_prot/tls_sec_prot_lib.c
Show resolved
Hide resolved
I restarted tests |
Test run: SUCCESSSummary: 7 of 7 test jobs passed |
Summary of changes
This is a preparation PR for upcoming MbedTLS optimisation changes.
In the commits there are mostly flagged out code and this must not break anything.
Impact of changes
Migration actions required
Documentation
None, optimisations will be documented in MbedTLS optimisation release
Pull request type
Test results
Reviewers