-
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
Do not add error codes #9926
base: development
Are you sure you want to change the base?
Do not add error codes #9926
Conversation
Signed-off-by: Gilles Peskine <[email protected]>
Signed-off-by: Gilles Peskine <[email protected]>
Signed-off-by: Gilles Peskine <[email protected]>
Just removed from the API. We can greatly simplify error.c but that will be for later. Signed-off-by: Gilles Peskine <[email protected]>
a1c6c72
to
87714db
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 except the bit in the ChangeLog I already pointed out in the other PR.
Regarding the last commit's message: do we already have an issue to track further simplifications?
Not yet, that may come from task breakdown on Mbed-TLS/TF-PSA-Crypto#145 but at this point it's not clear to me yet whether that's high enough priority to make the cut. |
Looks good, but will need to be rebased when the TF-PSA-Crypto comment's are addressed. |
Signed-off-by: Gilles Peskine <[email protected]>
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
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 but will also need a rebase
We need to update the tf-psa-crypto submodule pointer once Mbed-TLS/TF-PSA-Crypto#167 has made it through the merge queue. |
…-low-mbedtls Update the tf-psa-crypto submodule to the head of its 'development' branch.
b014043
Never add a low-level error code to a high-level error code. Just use the low-level error code. Resolves #9619, a step towards having unified PSA and mbedtls error codes.
PR checklist
Please remove the segment/s on either side of the | symbol as appropriate, and add any relevant link/s to the end of the line.
If the provided content is part of the present PR remove the # symbol.