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

fix: allow did document for didcomm without authentication or keyAgreement #1848

Conversation

TimoGlastra
Copy link
Contributor

Fixes a bug where if you would use a did document that contains keys not in authentication or keyAgreement, and also want to use it for DIDComm, it would break when the did document would be parsed for DIDComm. The restrictions are now loosened, as it was mostly used to find the matching Ed25519 key for a X25519 key.

Signed-off-by: Timo Glastra <timo@animo.id>
@TimoGlastra TimoGlastra changed the title fix: allow did document for didcomm withou auth or keyagrement fix: allow did document for didcomm without authentication or keyAgreement Apr 29, 2024
Signed-off-by: Timo Glastra <timo@animo.id>
Signed-off-by: Timo Glastra <timo@animo.id>
@TimoGlastra TimoGlastra merged commit 5d986f0 into openwallet-foundation:main Apr 30, 2024
12 checks passed
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.

2 participants