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

idemix signer deserializer should check that the nym key matches the secret key #33

Closed
adecaro opened this issue Jun 25, 2021 · 1 comment
Assignees
Labels
bug Something isn't working

Comments

@adecaro
Copy link
Contributor

adecaro commented Jun 25, 2021

Currently, the idemix signer deserializer does not check that the secret key matches the nym key this can result in a signer that produces only invalid signatures. To resolve this, check that the signer can produce a valid signature. If not, return an error.

@adecaro adecaro added the bug Something isn't working label Jun 25, 2021
@adecaro adecaro self-assigned this Jun 25, 2021
@adecaro
Copy link
Contributor Author

adecaro commented Jun 25, 2021

moved to the Fabric Smart Client where it does belong

@adecaro adecaro closed this as completed Jun 25, 2021
mbwhite pushed a commit to mbwhite/fabric-token-sdk that referenced this issue Oct 19, 2022
mbwhite pushed a commit to mbwhite/fabric-token-sdk that referenced this issue Oct 19, 2022
…secret key hyperledger-labs#33

Signed-off-by: Angelo De Caro <adc@zurich.ibm.com>
mbwhite pushed a commit to mbwhite/fabric-token-sdk that referenced this issue Oct 19, 2022
idemix signer deserializer should check that the nym key matches the secret key hyperledger-labs#33
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

No branches or pull requests

1 participant