Skip to content
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

manifest: Update TF-M with max hash size fix #11677

Merged
merged 1 commit into from
Jul 6, 2023

Conversation

joerchan
Copy link
Contributor

@joerchan joerchan commented Jul 3, 2023

Update TF-M to include maximum hash size define fix. Because the PSA_WANT configurations are not available in the TF-M PSA configurations we always set the maximum hash size to 32 bytes. When using SHA sizes over 256 bits this is not enough.

This update will default the maximum hash size define to 64 bytes when the PSA_WANt configurations are not available, or use the PSA_WANT configurations when they are available.

NCSDK-22273

@github-actions github-actions bot added changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest labels Jul 3, 2023
@NordicBuilder
Copy link
Contributor

NordicBuilder commented Jul 3, 2023

The following west manifest projects have been modified in this Pull Request:

Name Old Revision New Revision Diff
trusted-firmware-m nrfconnect/sdk-trusted-firmware-m@353e621 nrfconnect/sdk-trusted-firmware-m@ccab64f (master) nrfconnect/sdk-trusted-firmware-m@353e6214..ccab64f0

Note: This message is automatically posted and updated by the Manifest GitHub Action.

@NordicBuilder
Copy link
Contributor

NordicBuilder commented Jul 3, 2023

Test specification

CI/Jenkins/NRF

  • Integration Platforms

CI/Jenkins/integration

Test Module File based changes Manually selected West overwrite
test-fw-nrfconnect-tfm X

test-fw-nrfconnect-tfm: added because there was no .github/test-spec.yml in 'trusted-firmware-m'

Detailed information of selected test modules

Note: This message is automatically posted and updated by the CI

@NordicBuilder
Copy link
Contributor

You can find the documentation preview for this PR at this link. It will be updated about 10 minutes after the documentation build succeeds.

Note: This comment is automatically posted by the Documentation Publishing GitHub Action.

@Vge0rge Vge0rge self-requested a review July 5, 2023 12:49
Update TF-M to include maximum hash size define fix.
Because the PSA_WANT configurations are not available in the TF-M
PSA configurations we always set the maximum hash size to 32 bytes.
When using SHA sizes over 256 bits this is not enough.

This update will default the maximum hash size define to 64 bytes when
the PSA_WANt configurations are not available, or use the PSA_WANT
configurations when they are available.

NCSDK-22273

Signed-off-by: Joakim Andersson <joakim.andersson@nordicsemi.no>
@NordicBuilder NordicBuilder removed the DNM label Jul 6, 2023
@rlubos rlubos merged commit 1bf3896 into nrfconnect:main Jul 6, 2023
13 of 14 checks passed
@joerchan joerchan deleted the fix-psa-max-hash-size branch July 6, 2023 12:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog-entry-required Update changelog before merge. Remove label if entry is not needed or already added. manifest manifest-trusted-firmware-m
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants