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

Put claim chain reference and keyhandle in claim rather than keydata #7

Closed
azul opened this issue Mar 23, 2018 · 2 comments · Fixed by #12
Closed

Put claim chain reference and keyhandle in claim rather than keydata #7

azul opened this issue Mar 23, 2018 · 2 comments · Fixed by #12

Comments

@azul
Copy link
Member

azul commented Mar 23, 2018

Currently we still have the entire OpenPGP keydata in the claim.
Replace this with a dict of root-hash, store-url and OpenPGP fingerprint.

That way chains can be retrieved based on the claim and the recipient can lookup the pks for the other recipients.

@azul
Copy link
Member Author

azul commented Apr 11, 2018

First step will be to store more complex data structures as claims. Currently they are restricted to strings

@azul
Copy link
Member Author

azul commented Apr 16, 2018

#12 addresses this

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 a pull request may close this issue.

1 participant