Skip to content

Commit

Permalink
manifest: Update TF-M with max hash size fix
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
joerchan authored and rlubos committed Jul 6, 2023
1 parent ba58ca9 commit 1bf3896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion west.yml
Original file line number Diff line number Diff line change
Expand Up @@ -144,7 +144,7 @@ manifest:
- name: trusted-firmware-m
repo-path: sdk-trusted-firmware-m
path: modules/tee/tf-m/trusted-firmware-m
revision: 353e6214093543c1ed7ba25cda4bda6b0be55e44
revision: ccab64f0be60b81d968dde83b48b6a01605c8128
- name: matter
repo-path: sdk-connectedhomeip
path: modules/lib/matter
Expand Down

0 comments on commit 1bf3896

Please sign in to comment.