1
0
mirror of https://github.com/Mbed-TLS/mbedtls.git synced 2025-08-08 17:42:09 +03:00

Merge pull request #5511 from SiliconLabs/feature/PSEC-3195-PSA-test-suites-NOT-using-UID-0

feat: Update test_suite_psa_its to NOT use UID=0
This commit is contained in:
Manuel Pégourié-Gonnard
2022-02-17 11:49:33 +01:00
committed by GitHub
4 changed files with 48 additions and 24 deletions

View File

@@ -0,0 +1,3 @@
Bugfix
* Fix unit tests that used 0 as the file UID. This failed on some
implementations of PSA ITS. Fixes #3838.