Skip to content

sgx option in poco proposal A - #2

Closed
branciard wants to merge 1 commit into
masterfrom
sgx-option
Closed

sgx option in poco proposal A#2
branciard wants to merge 1 commit into
masterfrom
sgx-option

Conversation

@branciard

Copy link
Copy Markdown

Following the Lei's presentation this morning, here a try to add the sgx optional guarantee into the poco smart contracts:

The control added will be into the contribute fonction call by the worker on a "Sgx guarantee WorkerPool" :

if (m_sgxGuarantee) { require( m_owner/*scheduler*/ == ecrecover(_sgxSign, v, r, s)); }

With :

  • _sgxSign : signed in the worker enclave by the scheduler secret

  • scheduler secret in the encrypted zone of the scone application

  • scone application image prepared by the scheduler for the worker. To be done by the scheduler before callForContribution.

To be discussed

@branciard branciard changed the title sgx option in poco proposal sgx option in poco proposal A Feb 1, 2018
@branciard branciard closed this Feb 8, 2018
@branciard
branciard deleted the sgx-option branch February 8, 2018 22:09
Amxx added a commit that referenced this pull request Apr 23, 2020
gfournierPro added a commit that referenced this pull request Aug 2, 2024
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 this pull request may close these issues.

1 participant