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

Support JWK public key VM processing into Key #1297

Open
wants to merge 7 commits into
base: main
Choose a base branch
from

Conversation

gmulhearn
Copy link
Contributor

Closes #1289

Decided to use askar-crypto for processing JWK in simplest way possible, did not want to try process the keys myself, and couldn't find another smaller crate that was suitable.

For now I've made this feature optional via jwk feature-flag which a consumer can optionally enable. Didn't want to force a requirement on askar-crypto for a relatively small crate (public_key).

@gmulhearn gmulhearn changed the title Support JWK public key VM processing into Key (#1289) Support JWK public key VM processing into Key Oct 2, 2024
@gmulhearn gmulhearn changed the base branch from main to gm/1293-update-indy-vdr October 2, 2024 12:12
Base automatically changed from gm/1293-update-indy-vdr to main October 5, 2024 00:05
JamesKEbert
JamesKEbert previously approved these changes Oct 5, 2024
Copy link
Contributor

@JamesKEbert JamesKEbert left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@JamesKEbert
Copy link
Contributor

Apparently there's some minor conflicts present on this one

@gmulhearn gmulhearn dismissed JamesKEbert’s stale review October 5, 2024 00:28

The merge-base changed after approval.

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.

Support key resolution of JWK-based DID VerificationMethods (publicKeyJwk)
2 participants