From 1bf389610ea612ee3742f01ecdc94f2889be8692 Mon Sep 17 00:00:00 2001 From: Joakim Andersson Date: Mon, 3 Jul 2023 14:07:08 +0200 Subject: [PATCH] manifest: Update TF-M with max hash size fix 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 --- west.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/west.yml b/west.yml index 59d42204ad8..629133518ac 100644 --- a/west.yml +++ b/west.yml @@ -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