Define usage of HPKE and info structure to be used.#703
Open
GarethCOliver wants to merge 2 commits intomainfrom
Open
Define usage of HPKE and info structure to be used.#703GarethCOliver wants to merge 2 commits intomainfrom
info structure to be used.#703GarethCOliver wants to merge 2 commits intomainfrom
Conversation
Collaborator
|
WG discussion in #692 (comment) said no to jwkthumbprint and yes to hash. However, after a discussion in the WG, given the changes in the jose-hpke specification, we have a choice as a wg and there is a preference not to hash, but want to check first if widely used libraries restrict the length or not. we will come back to it next wg call. WG discussion today: yes to use separator bytes. |
Contributor
Author
|
Updated to remove thumbprint. My review of documentation of existing HPKE implementations is that they currently don't enforce the recommended interop limit. Given the upcoming change to text to remove that implementation I think it's safe to leave as is (but will let @martijnharing chime in once he does his research). |
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.
Resolve #692
This specifies how to user JOSE HPKE in OpenId4VP by defining a 'session_info' structure to be included in the info parameter.
It uses a byte structure, following the pattern JOSE HPKE uses for the recipient structure.
Open Questions: