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_RIPEMD160 with PSA_WANT_ALG_RIPEMD160 #9125

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

Conversation

eleuzi01
Copy link

@eleuzi01 eleuzi01 commented May 10, 2024

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 not required, internal changes
  • 3.6 backport not required, needed for 4.0
  • 2.28 backport not required, needed for 4.0
  • tests 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.

@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
@eleuzi01 eleuzi01 added the size-xs Estimated task size: extra small (a few hours at most) label May 31, 2024
@gabor-mezei-arm gabor-mezei-arm added the needs-preceding-pr Requires another PR to be merged first label Jun 5, 2024
@eleuzi01 eleuzi01 added needs-ci Needs to pass CI tests priority-high High priority - will be reviewed soon labels Jun 13, 2024
@eleuzi01 eleuzi01 added this to To Do in Roadmap Board for Mbed TLS via automation Jun 18, 2024
@eleuzi01 eleuzi01 moved this from To Do to In Development in Roadmap Board for Mbed TLS Jun 18, 2024
@eleuzi01 eleuzi01 force-pushed the replace-mbedtls-md-can-ripemd160 branch from 449eb8c to 1b6fb21 Compare June 20, 2024 15:36
@eleuzi01 eleuzi01 added needs-review Every commit must be reviewed by at least two team members, needs-reviewer This PR needs someone to pick it up for review and removed needs-preceding-pr Requires another PR to be merged first labels Jun 20, 2024
@eleuzi01 eleuzi01 moved this from In Development to In Review in Roadmap Board for Mbed TLS Jun 20, 2024
@gabor-mezei-arm gabor-mezei-arm self-requested a review June 20, 2024 16:07
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 needs-ci Needs to pass CI tests needs-review Every commit must be reviewed by at least two team members, needs-reviewer This PR needs someone to pick it up for review priority-high High priority - will be reviewed soon size-xs Estimated task size: extra small (a few hours at most)
Projects
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
3 participants