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

[bug] @veramo/data-store#PrivateKeyStore.listKeys() does not compute public keys properly. #1136

Closed
mirceanis opened this issue Feb 24, 2023 · 0 comments · Fixed by #1137
Closed
Labels
bug Something isn't working

Comments

@mirceanis
Copy link
Member

Bug severity
1 - this is not part of the public plugin API and not used internally in relevant code

Describe the bug
@veramo/data-store#PrivateKeyStore.listKeys() does not decrypt the keys using the available SecretBox.
This means that downstream code that uses this (@veramo/kms-local#KeyManagementSystem.listKeys()) shows the wrong public key material for the corresponding keys.

Versions (please complete the following information):

  • Veramo: >=3.0.0 <=5.0.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant