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

sys/psa_crypto: return proper error code for psa_verify_msg #20346

Merged
merged 1 commit into from
Feb 6, 2024

Conversation

mguetschow
Copy link
Contributor

Contribution description

Just a very small fixup for #19954, returning the proper error code in case signature validation fails because of an invalid signature, as documented in the API: https://arm-software.github.io/psa-api/crypto/1.1/api/ops/sign.html#c.psa_verify_message

Testing procedure

All PSA Crypto tests should still pass.

@github-actions github-actions bot added the Area: pkg Area: External package ports label Feb 6, 2024
@benpicco benpicco added Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR labels Feb 6, 2024
@riot-ci
Copy link

riot-ci commented Feb 6, 2024

Murdock results

✔️ PASSED

d978a57 sys/psa_crypto: return proper error code for psa_verify_msg

Success Failures Total Runtime
10016 0 10016 09m:58s

Artifacts

@benpicco benpicco added this pull request to the merge queue Feb 6, 2024
@github-merge-queue github-merge-queue bot removed this pull request from the merge queue due to failed status checks Feb 6, 2024
@benpicco benpicco added this pull request to the merge queue Feb 6, 2024
Merged via the queue into RIOT-OS:master with commit cc6eb46 Feb 6, 2024
28 checks passed
@MrKevinWeiss MrKevinWeiss added this to the Release 2024.04 milestone Apr 30, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area: pkg Area: External package ports CI: ready for build If set, CI server will compile all applications for all available boards for the labeled PR Impact: minor The PR is small in size and might only require a quick look of a knowledgeable reviewer
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants