-
Notifications
You must be signed in to change notification settings - Fork 3k
Update Mbed TLS to version 2.10.0 #7135
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 Mbed TLS to version 2.10.0 #7135
Conversation
@@ -82,7 +82,7 @@ | |||
#define MBEDTLS_X509_USE_C | |||
#define MBEDTLS_X509_CRT_PARSE_C | |||
#define MBEDTLS_X509_CRL_PARSE_C | |||
#define MBEDTLS_CMAC_C | |||
//#define MBEDTLS_CMAC_C |
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.
This needs to be uncommented.
@@ -1899,7 +1957,7 @@ | |||
* Requires: MBEDTLS_AES_C or MBEDTLS_DES_C | |||
* | |||
*/ | |||
#define MBEDTLS_CMAC_C | |||
//#define MBEDTLS_CMAC_C |
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.
This should also be uncommented.
@@ -1899,7 +1957,7 @@ | |||
* Requires: MBEDTLS_AES_C or MBEDTLS_DES_C | |||
* | |||
*/ | |||
#define MBEDTLS_CMAC_C | |||
//#define MBEDTLS_CMAC_C |
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.
This shouldn't be commented out. It shows the PR wasn't generated with #7144.
@k-stachowiak - Can you please re-work the PR and re-run the script using #7144 as a baseline? This PR should use the changes in #7144, but not include the changes of #7144 nor have the commits in its history (which I think is where we had a misunderstanding). |
Title updated.
Set as preceding PR needed for this one (the other one is already in CI). |
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.
LGTM
Build : SUCCESSBuild number : 2281 Triggering tests/morph test |
Exporter Build : FAILUREBuild number : 1894 |
/morph export-build |
Apparently Jenkins timed out on cloing the repo. Odd. |
Test : SUCCESSBuild number : 2056 |
Exporter Build : SUCCESSBuild number : 1895 |
/morph mbed2-build |
Description
This PR updates Mbed TLS to the release candidate of the version 2.10.0
Note
This PR should not be merged until this PR(Mbed-TLS/mbedtls#1693) has been merged upstream and the changes have been imported to mbed-os. It would be best to perform the import until this PR(#7144) has been merged as it automates setting the proper configuration.
Pull request type