Browse Source
When TF-M is enabled, Mbed TLS's MD module (which is used to generate v5 UUIDs) will dispacth hash operations to TF-M. Unfortunately TF-M does not support SHA-1 (because it's a weak algorithm) so the computation will fail. Signed-off-by: Valerio Setti <vsetti@baylibre.com>pull/90645/head
1 changed files with 5 additions and 0 deletions
Loading…
Reference in new issue