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

Signature verification fails after allocation is transferred #765

Open
lpoli opened this issue Feb 11, 2023 · 0 comments
Open

Signature verification fails after allocation is transferred #765

lpoli opened this issue Feb 11, 2023 · 0 comments
Assignees

Comments

@lpoli
Copy link
Contributor

lpoli commented Feb 11, 2023

A writemarker is chained with previous writemarker. The writemarker that is responded by blobber before creating new writemarker by client, should be verified by the client, otherwise blobber can modify the content. The verification method is signature verification. It uses allocation owner's public key to verify the signature but when the allocation is transferred to new owner, the public key of current owner is no more relevant to verify the signature, hence fails.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants