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

Replace MBEDTLS_MD_CAN_SHA3_* with its PSA_WANT counterpartarts #9115

Open
gabor-mezei-arm opened this issue May 8, 2024 · 0 comments · May be fixed by #9214, #9213, #9212 or #9211
Open

Replace MBEDTLS_MD_CAN_SHA3_* with its PSA_WANT counterpartarts #9115

gabor-mezei-arm opened this issue May 8, 2024 · 0 comments · May be fixed by #9214, #9213, #9212 or #9211
Assignees
Labels
component-crypto Crypto primitives and low-level interfaces enhancement size-s Estimated task size: small (~2d)

Comments

@gabor-mezei-arm
Copy link
Contributor

Replace the macros other then in the include directory:

  • MBEDTLS_MD_CAN_SHA3_224 to PSA_WANT_ALG_SHA3_224
  • MBEDTLS_MD_CAN_SHA3_256 to PSA_WANT_ALG_SHA3_256
  • MBEDTLS_MD_CAN_SHA3_384 to PSA_WANT_ALG_SHA3_384
  • MBEDTLS_MD_CAN_SHA3_512 to PSA_WANT_ALG_SHA3_512

Ensure that the test are run in the same way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment