-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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] move mbedtls to 2.28.0 LTS version #7539
Conversation
Size Report of OpenThread
|
3acc8f3
to
2b5a8f4
Compare
Codecov Report
@@ Coverage Diff @@
## main #7539 +/- ##
==========================================
- Coverage 87.16% 86.99% -0.18%
==========================================
Files 494 487 -7
Lines 61921 59949 -1972
==========================================
- Hits 53976 52152 -1824
+ Misses 7945 7797 -148
|
I've tested this in two OTBR implementations on host side with EFR32 and Qorvo radios. Devices can attach, pass traffic, converge over TREL, etc. I've not tested an end device or joiner functionality yet. |
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.
feels shippable based on my testing so far, but would love others to do more bench testing.
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.
Manually tested that commissioner & joiner works on nRF52840, also cross-checked with 2.25.
Tested basic commissioning ping and UDP tests on EFR32MG12. LGTM 👍 |
git-subtree-dir: third_party/mbedtls/repo git-subtree-split: 23e9e0bd2c7d1b5496773356d5a2c0c56d722d93
Merge in WMN_STACKS/openthread from task/update-openthread-commit to develop/21q4 * commit 'b5f6200f6368c566a50afeec0b96c734fa341890': (48 commits) [instance] move `otMessageGetBufferInfo()` impl to `Instance` (openthread#7573) [cli] allow to run `factoryreset` under the diag mode (openthread#7566) [docs] community discussion change (openthread#7507) [mesh-forwarder] update `LogMessage()` to include ECN from IPv6 header (openthread#7562) [thci] increase BBR Sequence Number when dataset changes (openthread#7558) [tcp] remove extraneous #define and restrict inclusion of TCPlp headers (openthread#7570) [posix] stop setting up and de-initializing uninitialized modules when dry run (openthread#7550) [mbedtls] move mbedtls to 2.28.0 LTS version (openthread#7539) [ip6] new methods in `Header` and add unit test (openthread#7561) [mac] remove beacons payload (openthread#7472) [tests] disable check in test_firewall.py (openthread#7569) [message] static assert `Meatdata::mPriority` is of proper bit size (openthread#7563) [message] add timestamp field in `Message` metadata (openthread#7554) [thci] do not set `P_slaac` flag for Domain prefix (openthread#7557) [mesh-forwarder] fix and enhance `LogMessage()` (openthread#7556) [sub-mac] fix `semiWindow` overflow in `GetCslWindowEdges()` (openthread#7549) [ip6] set priority on fragments when fragmenting an IPv6 datagram (openthread#7555) [ip6] copy the parsed ECN value from IPv6 msg in `MessageInfo` (openthread#7548) [ip6] add header `ip6_types.hpp` for common types and constants (openthread#7547) [mle] simplify sending/processing of address solicit/response (openthread#7544) ...
As discussed in #7527 .