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 with PSA_WANT_ALG_MD5 #9123

Open
wants to merge 1 commit into
base: development
Choose a base branch
from

Conversation

eleuzi01
Copy link

Description

Issue #9110.

PR checklist

Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new feature")

  • changelog provided, or not required
  • 3.6 backport done, or not required
  • 2.28 backport done, or not required
  • tests provided, or not required

Notes for the submitter

Please refer to the contributing guidelines, especially the
checklist for PR contributors.

Help make review efficient:

  • Multiple simple commits
    • please structure your PR into a series of small commits, each of which does one thing
  • Avoid force-push
    • please do not force-push to update your PR - just add new commit(s)
  • See our Guidelines for Contributors for more details about the review process.

Signed-off-by: Elena Uziunaite <elena.uziunaite@arm.com>
@eleuzi01 eleuzi01 self-assigned this May 10, 2024
@tom-daubney-arm tom-daubney-arm added enhancement component-crypto Crypto primitives and low-level interfaces labels May 15, 2024
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Replace MBEDTLS_MD_CAN_MD5 and MBEDTLS_MD_CAN_RIPEMD160 macros with its PSA_WANT counterpartarts
2 participants