Skip to content
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

Add ECDH support for JWE Key Management continuation of #268 #314

Merged
merged 13 commits into from
Aug 19, 2024

Conversation

haeser
Copy link
Member

@haeser haeser commented May 15, 2024

Add EC support for JWE Key Management

ECDH-ES - Elliptic Curve Diffie-Hellman Ephemeral Static key agreement using Concat KDF
ECDH_ES_A128KW - ECDH-ES using Concat KDF and CEK wrapped with "A128KW"
ECDH_ES_A192KW - ECDH-ES using Concat KDF and CEK wrapped with "A192KW"
ECDH_ES_A256KW - ECDH-ES using Concat KDF and CEK wrapped with "A256KW"

This pull request is a continuation of #268 that is editable

@haeser haeser added the WIP 🚧 Work in progress, ignore for now label May 15, 2024
@haeser haeser changed the title 🚧 WIP - Add ECDH support for JWE Key Management continuation of 268 🚧 WIP - Add ECDH support for JWE Key Management continuation of #268 Jun 6, 2024
@haeser haeser changed the title 🚧 WIP - Add ECDH support for JWE Key Management continuation of #268 Add ECDH support for JWE Key Management continuation of #268 Jun 21, 2024
@haeser haeser requested a review from daniel-moh June 21, 2024 06:03
Copy link

sonarcloud bot commented Jun 21, 2024

@haeser haeser marked this pull request as ready for review June 21, 2024 06:35
@haeser haeser removed the WIP 🚧 Work in progress, ignore for now label Jun 21, 2024
This was linked to issues Jun 21, 2024
Copy link

sonarcloud bot commented Aug 19, 2024

@daniel-moh daniel-moh removed their assignment Aug 19, 2024
@daniel-moh daniel-moh merged commit be37003 into master Aug 19, 2024
8 checks passed
@daniel-moh daniel-moh deleted the feature/JWE-ECDH branch August 19, 2024 10:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ECDH support for JWE Key Management Support EdDSA for JWS
4 participants