-
Notifications
You must be signed in to change notification settings - Fork 2.6k
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_SHA512 with its PSA_WANT counterpart #9252
Replace MBEDTLS_MD_CAN_SHA512 with its PSA_WANT counterpart #9252
Conversation
62cd4f5
to
ad2471a
Compare
@gabor-mezei-arm We are in the final steps of merging #9185. You will be able to rebase to development then and this should resolve the "framework" conflict. |
0be51e5
to
a293676
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
a293676
to
b36c36d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thanks!
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM.
The legacy macro removal PRs most probably cause a merge conflict to each other so wait for the others to be merged. |
Signed-off-by: Gabor Mezei <gabor.mezei@arm.com>
@gabor-mezei-arm it seems that if you rebase this PR we should be close to be able to merge it, right? |
c15ef93
b36c36d
to
c15ef93
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Rebase LGTM - thanks!
Description
Replace the macros other then in the
include
directory:MBEDTLS_MD_CAN_SHA512
toPSA_WANT_ALG_SHA_512
Resolve #9114
PR checklist
Please tick as appropriate and edit the reasons (e.g.: "backport: not needed because this is a new feature")