forked from Mbed-TLS/mbedtls
-
Notifications
You must be signed in to change notification settings - Fork 0
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
Trusted firmware m add on patches #1
Open
adeaarm
wants to merge
10
commits into
mbedtls-3.2.1
Choose a base branch
from
trusted-firmware-m-add-on-patches
base: mbedtls-3.2.1
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Applied the same change as in mbed-crypto for using this as a sub project with the IAR toolchain. Signed-off-by: TTornblom <[email protected]>
Signed-off-by: Tamas Ban <[email protected]>
MBEDTLS_CHACHA20_C and MBEDTLS_POLY1305_C are needed when PSA_WANT_ALG_CHACHA20_POLY1305 is defined. Signed-off-by: Summer Qin <[email protected]>
Manually hardcode PSA driver entry points for the CC3XX driver into psa_crypto_driver_wrappers.c (and provide missing entry point definitions if any). This is a temporary solution until the codegen framework is available for automatic integration. Signed-off-by: Summer Qin <[email protected]> Signed-off-by: Salome Thirot <[email protected]> Signed-off-by: Abbas Bracken Ziad <[email protected]> Signed-off-by: Georgios Vasilakis <[email protected]> Signed-off-by: Antonio de Angelis <[email protected]>
Also an LM-OTS implementation as one is required for LMS. Signed-off-by: Raef Coles <[email protected]>
Signed-off-by: Raef Coles <[email protected]>
Signed-off-by: Dávid Házi <[email protected]>
…ailable This wil be enforced by the autogen framework eventually, but for the time being we need to manually enforce it for the CC3XX driver only to make sure that multiple drivers can coexist indepedently. Signed-off-by: Antonio de Angelis <[email protected]>
This patch amends the order of initialisations performed in psa_crypto_init() to make sure that the driver wrappers based on the PSA driver API are initialised before anything else. Signed-off-by: Antonio de Angelis <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Notes:
Signed-off-by:
line from the committer to certify that the contribution is made under the terms of the Developer Certificate of Origin.Description
A few sentences describing the overall goals of the pull request's commits.
Status
READY/IN DEVELOPMENT/HOLD
Requires Backporting
When there is a bug fix, it should be backported to all maintained and supported branches.
Changes do not have to be backported if:
Yes | NO
Which branch?
Migrations
If there is any API change, what's the incentive and logic for it.
YES | NO
Additional comments
Any additional information that could be of interest
Todos
Steps to test or reproduce
Outline the steps to test or reproduce the PR here.