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 PSA_CRYPTO_ECP_WITH_MPI_UINT config option #56

Open
5 tasks done
ronald-cron-arm opened this issue Sep 25, 2023 · 0 comments · May be fixed by #96
Open
5 tasks done

Add PSA_CRYPTO_ECP_WITH_MPI_UINT config option #56

ronald-cron-arm opened this issue Sep 25, 2023 · 0 comments · May be fixed by #96
Assignees
Labels
enhancement New feature or request size-xs Estimated task size: extra small (a few hours at most)

Comments

@ronald-cron-arm
Copy link
Contributor

ronald-cron-arm commented Sep 25, 2023

  • Add PSA_CRYPTO_ECP_WITH_MPI_UINT config option and its documentation in the section "PSA driver interface implementation configuration options" of crypto_config.h. Similar to MBEDTLS_ECP_WITH_MPI_UINT in Mbed TLS. Disabled by default.
  • Add its translation to MBEDTLS_ECP_WITH_MPI_UINT in config_adjust_mbedtls_from_psa_crypto.h.
  • Rename test_default_cmake_gcc_asan to test_default_gcc_asan
  • Add test_default_gcc_asan_new_bignum all.sh component similar to the test_default_cmake_gcc_asan_new_bignum one in Mbed TLS. No self test, just run the unit test suites for the time being.
  • Check that the test component do what it intends to do and give evidence of this in this issue or the associated PR for the benefit of reviewers.
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-xs Estimated task size: extra small (a few hours at most)
Projects
Status: PSA repo Q4 - all.sh components
Development

Successfully merging a pull request may close this issue.

2 participants