-
Notifications
You must be signed in to change notification settings - Fork 96
Relax input restrictions for key derivation #276
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
Merged
gilles-peskine-arm
merged 10 commits into
ARMmbed:development
from
gilles-peskine-arm:psa-key_derivation-relax_inputs
Sep 26, 2019
Merged
Changes from all commits
Commits
Show all changes
10 commits
Select commit
Hold shift + click to select a range
6ddb4d8
Improve descriptions of derive test cases
gilles-peskine-arm 6842ba4
PSA crypto KDF: test bytes/key input independently of the step type
gilles-peskine-arm 224b0d6
Key derivation: allow both keys and direct inputs
gilles-peskine-arm 593773d
Consistently abort key derivation operations on input error
gilles-peskine-arm 46d7faf
Don't jump past a variable declaration
gilles-peskine-arm b896519
Use the constant PSA_KEY_TYPE_NONE rather than 0
gilles-peskine-arm 7ebd4dc
Key derivation: allow both keys and direct inputs (function doc)
gilles-peskine-arm 2058c07
derive_input test function: More logical parameter order
gilles-peskine-arm 1a2904c
derive_input test function: Try output afterwards
gilles-peskine-arm 178c9aa
Key derivation: forbid output_key without input_key
gilles-peskine-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 hidden or 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 hidden or 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 hidden or 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 hidden or 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
Oops, something went wrong.
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.
This leaves 31 bits unused. #281