You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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):
The text was updated successfully, but these errors were encountered: