-
Notifications
You must be signed in to change notification settings - Fork 2.7k
[Backport 3.6] Fix v3.6 issues 9186 and 9188 bp #9451
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
[Backport 3.6] Fix v3.6 issues 9186 and 9188 bp #9451
Conversation
…Mbed-TLS#9186) Signed-off-by: Michael Schuster <[email protected]>
… set (fixes Mbed-TLS#9188) Avoid compiler warning about size comparison (like in commit 7910cdd): Clang builds fail, warning about comparing uint8_t to a size that may be >255. Signed-off-by: Michael Schuster <[email protected]>
…build_no_ssl_cli in all.sh Signed-off-by: Michael Schuster <[email protected]> Signed-off-by: Minos Galanakis <[email protected]>
Signed-off-by: Michael Schuster <[email protected]>
…programs Reduce code duplication and fix missing-prototype error for print_buf Signed-off-by: Michael Schuster <[email protected]>
…OneInput prototype to common.h Signed-off-by: Michael Schuster <[email protected]>
Signed-off-by: Michael Schuster <[email protected]>
Signed-off-by: Michael Schuster <[email protected]>
…sa_crypto.function This function is not referenced anywhere in the whole codebase. Signed-off-by: Michael Schuster <[email protected]>
Signed-off-by: Michael Schuster <[email protected]>
Signed-off-by: Michael Schuster <[email protected]>
…he top-level CMakeLists.txt for GCC & Clang Signed-off-by: Michael Schuster <[email protected]>
In that case mbedtls_psa_platform_get_builtin_key is already declared. Signed-off-by: Michael Schuster <[email protected]>
Fix unused-function errors. Signed-off-by: Michael Schuster <[email protected]>
…style test Signed-off-by: Michael Schuster <[email protected]>
…ix missing-prototype error Signed-off-by: Michael Schuster <[email protected]>
Signed-off-by: Michael Schuster <[email protected]>
Signed-off-by: Michael Schuster <[email protected]>
Signed-off-by: Michael Schuster <[email protected]>
…grams Signed-off-by: Michael Schuster <[email protected]>
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 as a backport of #9189
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
See Mbed-TLS/mbedtls-framework#23 Signed-off-by: Michael Schuster <[email protected]> Signed-off-by: Gilles Peskine <[email protected]>
3001e27
c695fc5
to
3001e27
Compare
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 after submodule update
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
Description
This is a backport of #9189
PR checklist
Please remove the segment/s on either side of the | symbol as appropriate, and add any relevant link/s to the end of the line.
If the provided content is part of the present PR remove the # symbol.
Notes for the submitter
Please refer to the contributing guidelines, especially the
checklist for PR contributors.
Help make review efficient: