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

Open
gabor-mezei-arm opened this issue May 8, 2024 · 0 comments · May be fixed by #9123
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.

@gabor-mezei-arm gabor-mezei-arm added enhancement component-crypto Crypto primitives and low-level interfaces size-s Estimated task size: small (~2d) labels May 8, 2024
@gabor-mezei-arm gabor-mezei-arm added this to Remove legacy symbols in EPICs for Mbed TLS May 8, 2024
@gabor-mezei-arm gabor-mezei-arm linked a pull request May 21, 2024 that will close this issue
4 tasks
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
EPICs for Mbed TLS
Remove legacy symbols
Development

Successfully merging a pull request may close this issue.

2 participants