-
Notifications
You must be signed in to change notification settings - Fork 17
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
Undo temporary changes in all-helpers.sh #96
Conversation
d39c76f
to
7b77689
Compare
# The configuration option has been removed for 4.0. While the project and | ||
# branch detection shell in shell work is not completed, just ignore the | ||
# failure to set MBEDTLS_PSA_CRYPTO_CONFIG. | ||
scripts/config.py set MBEDTLS_PSA_CRYPTO_CONFIG || true |
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.
I would keep some comment for future context. People modifying this code need to know this is a 3.6 specific setting.
e.g
MBEDTLS_PSA_CRYPTO_CONFIG
is a legacy setting which should only be set on 3.6 LTS branches.
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 PR looks good.
I have manually verified that it works with TF-PSA crypto repo. It has been tested againinst development and LTS by the corresponding PR's
Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
709538c
to
5d6cb59
Compare
Resolves #67 (comment)
Development: Mbed-TLS/mbedtls#9842
3.6: Mbed-TLS/mbedtls#9835