-
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
PSA key identifiers rework #3527
Merged
gilles-peskine-arm
merged 17 commits into
Mbed-TLS:development
from
ronald-cron-arm:key-extended-id
Sep 15, 2020
Merged
Changes from 1 commit
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
80b9510
psa: Move psa_key_file_id_t definition to crypto_types.h
ronald-cron-arm 27238fc
psa: Use psa_key_file_id_t as the key id type
ronald-cron-arm 039a98b
Define always psa_key_id_t as defined in PSA crypto spec
ronald-cron-arm fa7d7af
psa: Don't reset the key owner id in psa_set_key_lifetime
ronald-cron-arm 72f65fc
psa: Rename pss_key_owner_id_t to mbedtls_key_owner_id_t
ronald-cron-arm 71016a9
psa: Rename psa_key_file_id_t to mbedtls_svc_key_id_t
ronald-cron-arm 2647b68
Set MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER in full configuration
ronald-cron-arm ecfb237
Fix PSA code and unit tests
ronald-cron-arm 978d57d
tests: psa: Fix storage purge in se_driver_hal tests (1)
ronald-cron-arm 5731f6f
tests: psa: Fix storage purge in se_driver_hal tests (2)
ronald-cron-arm 81e0050
tests: psa: Add owner identifier as test parameter
ronald-cron-arm f1c9a55
tests: psa: Add checks involving unknown key owner ids
ronald-cron-arm 79ca427
psa: storage: Use key id macros to compute ITS file identifier
ronald-cron-arm 5eba579
Remove unnecessary inline definition
ronald-cron-arm 9a2511e
Fix key owner identifier documentation
ronald-cron-arm cb54610
Set MBEDTLS_PSA_CRYPTO_KEY_ID_ENCODES_OWNER in baremetal configuration
ronald-cron-arm 7424f0d
psa: Move key identifier related macros and functions
ronald-cron-arm File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
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
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
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
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.
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.
Minor: the commit message “Define always psa_key_id_t as defined in PSA crypto spec” should be “Always define …”. Not worth rebasing for just that. Please don't change it unless you need to rebase for some other reason anyway.