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 AES related test components #65

Open
4 tasks
ronald-cron-arm opened this issue Sep 27, 2023 · 0 comments
Open
4 tasks

Add AES related test components #65

ronald-cron-arm opened this issue Sep 27, 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 27, 2023

  • Add PSA_CRYPTO_AES_USE_HARDWARE_ONLY config option and its documentation in the section "PSA driver interface implementation configuration options" of crypto_config.h. Similar to MBEDTLS_AES_USE_HARDWARE_ONLY in mbedtls. Disabled by default.
  • Add PSA_CRYPTO_AES_ONLY_128_BIT_KEY_LENGTH config option and its documentation in the section "PSA driver interface implementation configuration options" of crypto_config.h. Similar to MBEDTLS_AES_ONLY_128_BIT_KEY_LENGTH in mbedtls. Disabled by default.
  • Add test_aesni, test_aes_only_128_bit_keys, test_aes_only_128_bit_keys_have_builtins, test_aes_fewer_tables, test_aes_rom_tables, test_fewer_tables_and_rom_tables test components
  • 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:

  • test_aesni_m32 is out of scope as MBEDTLS_PADLOCK_C is planned for removal in 4.0 (see #5903).
  • self tests out of scope
@ronald-cron-arm ronald-cron-arm added enhancement New feature or request size-s Estimated task size: small (~2d) labels Sep 27, 2023
@ronald-cron-arm ronald-cron-arm added this to PSA repo Q4 in Backlog for Mbed TLS Sep 27, 2023
@daverodgman daverodgman added this to PSA repo Q4 - all.sh components in EPICs for Mbed TLS Oct 9, 2023
@daverodgman daverodgman removed this from PSA repo Q4 - all.sh components in Backlog for Mbed TLS Oct 9, 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
EPICs for Mbed TLS
PSA repo Q4 - all.sh components
Development

No branches or pull requests

1 participant