-
Notifications
You must be signed in to change notification settings - Fork 6
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
Applicability of authenticated encryption? #36
Comments
And if that, then relax the reliance on nested jwts for jwms |
In what context in particular? I think ECDH-1PU is a great draft and implementers of JWM can easily employ the encryption technique outlined? @llorllale I agree, when authenticated encryption is employed, a digital signature over the internal payload (achieved as a nested JWM with a JWE wrapping a JWS) isn't needed. The reason I would regard nested JWMs as still a valid concept in this draft is for instances where authenticated encryption is not employed but authenticating the sender is still advantageous. |
Agree.
Makes sense - there are still use cases where someone wants to nest a JWS. |
Yes. Example: Alice forwards to Bob a JWS produced by Carol. |
I am curious about the applicability of authenticated encryption to this spec. E.g., ECDH-1PU IETF draft.
The text was updated successfully, but these errors were encountered: