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_MD5 and MBEDTLS_MD_CAN_RIPEMD160 macros with its PSA_WANT counterpartarts #9110

Closed
gabor-mezei-arm opened this issue May 8, 2024 · 0 comments · Fixed by #9123 or #9125
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_MD5 to PSA_WANT_ALG_MD5
  • MBEDTLS_MD_CAN_RIPEMD160 to PSA_WANT_ALG_RIPEMD160

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
Labels
component-crypto Crypto primitives and low-level interfaces enhancement size-s Estimated task size: small (~2d)
Projects
Status: Remove legacy symbols
2 participants