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

Design TLCC API #410

Open
mbrandenburger opened this issue Jul 20, 2020 · 0 comments
Open

Design TLCC API #410

mbrandenburger opened this issue Jul 20, 2020 · 0 comments
Assignees
Labels
comp/shim This issue is related to the FPC shim exposed to FPC Chaincode

Comments

@mbrandenburger
Copy link
Contributor

mbrandenburger commented Jul 20, 2020

Description

This work item summaries the new TLCC API exposed to a chaincode enclave based on the recent design diagrams.

New APIs

  • get/validate creator
  • can_endorse (not, though, while essential for key distribution, it is non-essential/nice-to-have only call during enclave creation and is need only once we move beyond designed peer, ie., beyond MVP. note in the UML diagrams, can_endorse is also used by ercc but that doesn't need involving the trusted ledger enclave and probably can be implemented in ercc based straight on the existing lscc).

Besides that, we also have to establish a proper secure channel between ecc and tlcc with corresponding session handling and secure binding of tlcc mrenclave into ecc, verifiable by ercc. See #14 for that.

Link to feature or bug

Link to dependent issues

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
comp/shim This issue is related to the FPC shim exposed to FPC Chaincode
Projects
None yet
Development

No branches or pull requests

2 participants