Move PAKE hash parameter to the PAKE algorithm identifier#124
Merged
athoelke merged 1 commit intoARM-software:mainfrom Nov 29, 2023
Merged
Move PAKE hash parameter to the PAKE algorithm identifier#124athoelke merged 1 commit intoARM-software:mainfrom
athoelke merged 1 commit intoARM-software:mainfrom
Conversation
Contributor
Author
|
Feedback appreciated from @silabs-Kusumit, @silabs-hannes, @oberon-sk, and @yanesca. |
This was referenced Nov 13, 2023
* Moved the hash algorithm parameter to the PAKE cipher suite into the PAKE algorithm identifier, instead of a separate attribute of the cipher suite. * This also makes the hash algorithm value available to the `PSA_PAKE_OUTPUT_SIZE()` and `PSA_PAKE_INPUT_SIZE()` macros.
4f3c56f to
d7980b5
Compare
This was referenced Dec 4, 2023
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
This is alternate approach to #116, in response to issue #88.
PSA_ALG_IS_JPAKE()PSA_PAKE_OUTPUT_SIZE()andPSA_PAKE_INPUT_SIZE()macros.Fixes #88