Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add various platform capabilities related test components #68

Open
3 tasks
ronald-cron-arm opened this issue Sep 28, 2023 · 0 comments
Open
3 tasks

Add various platform capabilities related test components #68

ronald-cron-arm opened this issue Sep 28, 2023 · 0 comments
Labels
enhancement New feature or request size-s Estimated task size: small (~2d)

Comments

@ronald-cron-arm
Copy link
Contributor

ronald-cron-arm commented Sep 28, 2023

  • Add PSA_CRYPTO_MPI_WINDOW_SIZE/MAX_SIZE config options and their documentations at the end of the section "PSA driver interface implementation configuration options" of crypto_config.h. Similar to MBEDTLS_MPI_WINDOW_SIZE/MAX_SIZE in mbedtls. Not defined by default, default values, 2 and 1024.
  • Add test_no_udbl_division, test_no_64bit_multiplication, test_m32_o0, test_m32_o2, test_mx32, test_min_mpi_window_size, test_have_int32, test_have_int64 test components similar to the mbedtls ones.
  • Check that the test components do what they intend to do and give evidence of this in this issue or the associated PR for the benefit of reviewers

Notes:

  • MBEDTLS_HAVE_INT32/64 are not configuration options, just compilation flags in mbedtls, let's keep them as they are in psa-crypto at least for the time being.

Depends on:

@ronald-cron-arm ronald-cron-arm added enhancement New feature or request size-s Estimated task size: small (~2d) labels Sep 28, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request size-s Estimated task size: small (~2d)
Projects
Status: PSA repo Q4 - all.sh components
Development

No branches or pull requests

1 participant