-
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
Fix error code when creating/registering a key with invalid id #4279
Merged
gilles-peskine-arm
merged 7 commits into
Mbed-TLS:development
from
ronald-cron-arm:fix-invalid-id-error-code
Apr 6, 2021
Merged
Fix error code when creating/registering a key with invalid id #4279
gilles-peskine-arm
merged 7 commits into
Mbed-TLS:development
from
ronald-cron-arm:fix-invalid-id-error-code
Apr 6, 2021
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ronald-cron-arm
added
component-psa
PSA keystore/dispatch layer (storage, drivers, …)
enhancement
needs-ci
Needs to pass CI tests
PSA compliance
labels
Apr 1, 2021
ronald-cron-arm
changed the title
Fix invalid id error code
Fix error code when creating/registering a key with invalid id
Apr 1, 2021
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
Add negative tests checking that psa_copy_key() returns PSA_ERROR_INVALID_ARGUMENT when passed in an invalid key identifier or key lifetime for the target key. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
When creating a persistent key or registering a key with an invalid key identifier return PSA_ERROR_INVALID_ARGUMENT instead of PSA_ERROR_INVALID_HANDLE. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
ronald-cron-arm
force-pushed
the
fix-invalid-id-error-code
branch
from
April 1, 2021 12:43
d8e50a2
to
a0fe19c
Compare
Fix expected error code when importing a persistent key or registering a key with an invalid key identifier: PSA_ERROR_INVALID_ARGUMENT instead of PSA_ERROR_INVALID_HANDLE. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
ronald-cron-arm
force-pushed
the
fix-invalid-id-error-code
branch
from
April 1, 2021 12:55
a0fe19c
to
602f986
Compare
ronald-cron-arm
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-ci
Needs to pass CI tests
labels
Apr 1, 2021
gilles-peskine-arm
requested changes
Apr 1, 2021
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.
There's a one-bit copypasta in a test case. Other than that LGTM
Fix copy fail test argument for only one of them to be invalid. Signed-off-by: Ronald Cron <ronald.cron@arm.com>
Signed-off-by: Ronald Cron <ronald.cron@arm.com>
gilles-peskine-arm
approved these changes
Apr 2, 2021
gabor-mezei-arm
approved these changes
Apr 6, 2021
gabor-mezei-arm
added
approved
Design and code approved - may be waiting for CI or backports
and removed
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
labels
Apr 6, 2021
daverodgman
pushed a commit
that referenced
this pull request
Apr 23, 2021
Fix error code when creating/registering a key with invalid id
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
approved
Design and code approved - may be waiting for CI or backports
component-psa
PSA keystore/dispatch layer (storage, drivers, …)
enhancement
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Fix 4271
Status
READY
Requires Backporting
No PSA only