-
Notifications
You must be signed in to change notification settings - Fork 3k
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 to Mbed TLS 2.19.1 #11493
Update to Mbed TLS 2.19.1 #11493
Conversation
@Patater, thank you for your changes. |
@Patater 5.14.0-rc3 candidate? |
cc @adbridge |
OK for patch release, probably. It is a breaking change vs rc2, so maybe better to get it into rc3 and avoid ever having done a "bad" release. |
It should be in rc3. What changes are expected for this:
? We can run CI soon. |
CI started |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Mbed TLS's export keys callback requires the hello.random (for both server and client) to be const. Make the callbacks in Mbed OS that use the key export feature use const to match.
features/mbedtls/VERSION.txt
Outdated
@@ -1 +1 @@ | |||
mbedtls-2.19.0 | |||
mbedtls-2.17.0-1047-gb2ab86ca1594 |
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.
Is that correct ? anyway will be updated here once the release is ready, won't be?
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.
That's the auto-version labeler not being able to find the tag. We have the tag now, and so this is now fixed.
Update Mbed TLS to Mbed TLS 2.19.1.
7a5d4de
to
eb00fba
Compare
Force pushed to use official tags instead of Patater ones. No code changes, so testing should still be valid. |
CI restarted |
Test run: SUCCESSSummary: 11 of 11 test jobs passed |
Description
Mbed TLS 2.19.1 will correct an API mistake in the key exporter feature.
Pull request type
Release Notes
The Mbed TLS key export feature's export keys callback, new in Mbed TLS 2.19.0, now requires use of
const
on its hello.random buffers (7th and 8th parameters). This is an API change.f_export_keys_ext
in ssl.h now has signature: