1. 20 Oct, 2023 3 commits
  2. 16 Oct, 2023 1 commit
    • Vikas Katariya's avatar
      arm-bsp/corstone1000: Fix RSA key generation issue · 2b57548b
      Vikas Katariya authored
      
      This support is for Cassini distro using Corstone-1000 platform.
      
      When running parsec test, it reports an error
      `PSA_ERROR_DATA_INVALID (-153)`.
      
      This is related to `ITS_MAX_ASSET_SIZE` configuration which is been
      set to 512 on the secure enclave (TF-M), which defines the max asset
      size and it overflows when running the parsec tests.
      
      The key is generated, but when it is asked to store via `psa_its_set`
      it returns `PSA_ERROR_INVALID_ARGUMENT (-135)`, which then propagates
      to `PSA_ERROR_DATA_INVALID (-153)`
      
      Increasing the `ITS_MAX_ASSET_SIZE` to 2048 solves this issue.
      Signed-off-by: default avatarVikas Katariya <vikas.katariya@arm.com>
      Signed-off-by: default avatarJon Mason <jon.mason@arm.com>
      2b57548b
  3. 06 Oct, 2023 1 commit
  4. 01 Oct, 2023 1 commit
  5. 29 Sep, 2023 1 commit
  6. 14 Aug, 2023 3 commits
  7. 27 Jul, 2023 1 commit
  8. 06 Jul, 2023 3 commits
  9. 27 Jun, 2023 4 commits
  10. 22 Jun, 2023 7 commits
  11. 14 Jun, 2023 15 commits